Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Feb 5, 2025
1 parent 5a50d58 commit 98f79d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Only print on rank 0 to avoid duplicates of all print statements.
[\#103](https://github.com/mllam/neural-lam/pull/103) @simonkamuk @sadamov

### Maintenance
- update npyfiles MEPS and MDP DANRA example dataset to use small overlapping
domain (~100x100 grid points) with overlapping time-range (first two weeks of
April 2022) [\#110](https://github.com/mllam/neural-lam/pull/110), @leifdenby

- update ci/cd testing setup to install torch version compatible with neural-lam
dependencies [\#115](https://github.com/mllam/neural-lam/pull/115), @leifdenby


## [v0.3.0](https://github.com/mllam/neural-lam/releases/tag/v0.3.0)

This release introduces Datastores to represent input data from different sources (including zarr and numpy) while keeping graph generation within neural-lam.
Expand Down

0 comments on commit 98f79d2

Please sign in to comment.