Skip to content

0.3.0 Anemoi-graphs, minor release

Latest
Compare
Choose a tag to compare
@theissenhelen theissenhelen released this 03 Sep 11:07
· 9 commits to develop since this release
5ccce3e

Added

HEALPixNodes - nodebuilder based on Hierarchical Equal Area isoLatitude Pixelation of a sphere.

Inspection tools: interactive plots, and distribution plots of edge & node attributes.

Graph description print in the console.

CLI entry point: 'anemoi-graphs inspect ...'.

added downstream-ci pipeline and cd-pypi reusable workflow

Changelog release updater

Create package documentation.

Changed

fix: added support for Python3.9.
fix: bug in graph cleaning method
fix: anemoi-graphs create CLI argument is casted to a Path.
ci: fix missing binary dependency in ci-config.yaml
fix: Updated get_raw_values method in AreaWeights to ensure compatibility with scipy.spatial.SphericalVoronoi by converting latitudes and longitudes to NumPy arrays before passing them to the latlon_rad_to_cartesian function. This resolves an issue where the function would fail if passed Torch Tensors directly.
ci: Reusable workflows for push, PR, and releases
ci: ignore docs for downstream ci
ci: changed Changelog action to create PR
ci: fixes and permissions on changelog updater