Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit f053679

Browse files
committed
fix: update changelog
1 parent b23e56f commit f053679

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ Keep it human-readable, your future self will thank you!
1010

1111
## [Unreleased](https://github.com/ecmwf/anemoi-graphs/compare/0.4.1...HEAD)
1212

13-
# Changed
13+
### Added
14+
15+
- feat: Support for providing lon/lat coordinates from a text file (loaded with numpy loadtxt method) to build the graph `TextNodes` (#93)
16+
- feat: Build 2D graphs with `Voronoi` in case `SphericalVoronoi` does not work well/is an overkill (LAM). Set `flat=true` in the nodes attributes to compute area weight using Voronoi with a qhull options preventing the empty region creation (#93
17+
- feat: Support for defining nodes from lat& lon NumPy arrays (#98)
18+
- feat: new transform functions to map from sin&cos values to latlon (#98)
19+
20+
### Changed
1421
- fix: faster edge builder for tri icosahedron. (#92)
1522

1623
## [0.4.1 - ICON graphs, multiple edge builders and post processors](https://github.com/ecmwf/anemoi-graphs/compare/0.4.0...0.4.1) - 2024-11-26
@@ -22,8 +29,6 @@ Keep it human-readable, your future self will thank you!
2229
- feat: Add `RemoveUnconnectedNodes` post processor to clean unconnected nodes in LAM. (#71)
2330
- feat: Define node sets and edges based on an ICON icosahedral mesh (#53)
2431
- feat: Support for multiple edge builders between two sets of nodes (#70)
25-
- feat: Support for providing lon/lat coordinates from a text file (loaded with numpy loadtxt method) to build the graph `TextNodes` (#93)
26-
- feat: Build 2D graphs with `Voronoi` in case `SphericalVoronoi` does not work well/is an overkill (LAM). Set `flat=true` in the nodes attributes to compute area weight using Voronoi with a qhull options preventing the empty region creation (#93)
2732

2833
# Changed
2934

0 commit comments

Comments
 (0)