Changelog#

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.