Changelog#

0.5.0 (2025-12-12)#

  • Support ellipsoids for healpix (PR194)

  • Move the plotting code into a custom anywidget-based widget (PR199)

  • Temporarily remove the interactive facet plot feature (PR200)

0.4.0 (2025-11-03)#

  • support interactive facet plots and combining maps (PR183)

0.3.0 (2025-09-26)#

New features#

  • support for alignment between indexes with the same grid parameters (PR166)

  • allow choosing a moc-based index for healpix (PR153)

0.2.2 (2025-09-15)#

New features#

  • Compute parent and child cell ids (PR62)

Bug fixes#

  • make sure arrays passed to arro3 are C contiguous (PR168)

Internals#

  • migrate to pixi and hatchling (PR167)

0.2.1 (2025-08-05)#

New features#

  • officially support python 3.13 (PR162)

Breaking changes#

  • drop support for python 3.10 (PR162)

Documentation#

  • Documentation Contributor’s Guide + Github Button (PR137)

0.2.0 (2025-02-12)#

New features#

  • allow adding additional coords to the cell inspection table in the map (PR122)

  • allow passing matplotlib colormap objects to explore (PR120)

  • support plotting multi-dimensional data (PR124)

  • allow overriding the grid info data using the function or a new accessor (PR63, PR121)

Bug fixes#

  • use explicit arrow API to extract cell coordinates (GH113, PR114)

  • correct the HealpixIndex repr (PR119)

Internal changes#

  • add initial set of tests for explore (PR127)

  • adapt to recent changes on RTD (PR122)

0.1.1 (2024-11-25)#

Bug fixes#

  • properly reference the readme in the package metadata (PR106)

0.1.0 (2024-11-25)#

Enhancements#

  • derive cell boundaries (PR30)

  • add grid objects (PR39, PR57)

  • decoder function (PR47, PR48)

  • rename the primary grid parameter to level (PR65)

  • interactive plotting with lonboard (PR67)

  • expose example datasets through xdggs.tutorial (PR84)

  • add a preliminary logo (PR101, PR103)

Bug fixes#

  • fix the cell centers computation (PR61)

  • work around blocked HTTP requests from RTD to github (PR93)

Documentation#

Internal changes#

  • replace h3 with h3ronpy (PR28)

  • setup CI (PR31)

  • tests for the healpix index (PR36)

  • testing utils for exception groups (PR55)

0.0.1 (2023-11-28)#

Preliminary version of xdggs python package.