Changelog#

X.Y.Z (DD-MM-YYYY)#

  • Move README content into the Documentation (PR62)

  • Allow varying intervals in the last timestep of a partition (PR61)

  • Rename ANTENNA dataset to antenna_xds (PR60)

  • Depend on arcae ^0.2.7 (PR59)

  • Fix test cases that succeeded after attributes changed (PR57)

  • Make MSv2Array transform a property (PR56)

  • Further partitioning improvement and alignment with MSv4 (PR55)

  • Use epoch to dintinguish multiple instances of the same dataset (PR54)

  • Use np.logical_or.reduce for generating diffs over more than 2 partitioning arrays (PR53)

  • Improve Missing Column error (PR52)

  • Fix open_datatree instructions in the README (PR51)

  • Skip test case that segfaults on numpy 2.2.2 (PR50)

  • Upgrade to xarray 2025.1.1 (PR49)

  • Add documentation link to MSv2EntryPoint class (PR47)

  • Change visibility partition structure to msname/partition-001 (PR46)

  • Rename baseline dimension to baseline_id (PR44)

  • Loosen xarray version requirement to >= 2024.9.0 (PR44)

  • Change partition_chunks to preferred_chunks (PR44)

  • Allow arcae to vary in the 0.2.x range (PR42)

  • Pin xarray to 2024.9.0 (PR42)

  • Add test case for irregular grids (PR39, PR40, PR41)

  • Rename MSv2PartitionEntryPoint to MSv2EntryPoint (PR38)

  • Move chunks kwarg functionality in MSv2PartitionEntryPoint.open_datatree to partition_chunks (PR37)

  • Set MSv4 version to 4.0.0 (PR34)

  • Fix changelog highlighting in install instructions (PR33)

  • Add basic read tests (PR32)

  • Fix Dataset and DataTree equivalence checks in test cases (PR31)

0.2.1 (04-10-2024)#

  • Parallelise row partitioning (PR28, PR30)

  • Upgrade to arcae 0.2.5 (PR29)

  • Rename antenna{1,2}_name to baseline_antenna{1,2}_name (PR26)

  • Update Cloud Storage write documentation (PR25, PR27)

  • Use datatree as the primary representation (PR24)

  • Remove unnecessary coordinate attributes (PR23)

  • Disable navigation sidebars (PR19)

  • Add Github Issue and PR templates (PR17)

  • Improve key resolution (PR15)

  • Add a basic tutorial (PR13)

0.2.0 (11-09-2024)#

  • Initial release