Skip to content

Releases: openclimatefix/graph_weather

v1.0.130

12 Jan 11:31
85a5a4d

Choose a tag to compare

fix conflicting versions (#198)

v1.0.129

12 Jan 10:55
38d12f3

Choose a tag to compare

Fix incorrect reuse of input solar features (#200)

v1.0.128

07 Jan 18:49
c65cc70

Choose a tag to compare

feat: NVIDIA-style Hierarchical Gradient Checkpointing (#193)

* Added gradient checkpointing

* docstrings matched , pytest modifications , benchamrk merged

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* move graphcast to models/graphcast/model.py

* Remove redundant checkpoint flags test

Removed unused test for checkpoint flags.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jacob Prince-Bieker <jacob@bieker.tech>

v1.0.127

02 Jan 13:39
83b7d57

Choose a tag to compare

[pre-commit.ci] pre-commit autoupdate (#169)

updates:
- [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.7...v0.14.10)
- https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror
- [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.12.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v1.0.126

02 Jan 13:38
dbc27ea

Choose a tag to compare

feat: Add Stochastic Decomposition Layer and Fix Dependencies (#188)

* feat: Add Stochastic Decomposition Layer and Fix Dependencies

* refactor: Move test_stochastic_decomposition.py per review

v1.0.125

02 Jan 09:52
c5b1864

Choose a tag to compare

Optimization: Efficient Sequential Batching (Solves #47, Supersedes #…

v1.0.124

15 Dec 11:24
55ecd35

Choose a tag to compare

Add FiLM module (PoC) and unit test (#184)

* Add FiLM generator + applier (MetNet-style one-hot) and a basic unit test (PoC)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* film: add Google-style docstrings (module) and delete comment msg

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* refactor: move FiLM module under models/layers and remove re-export

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v1.0.123

02 Dec 10:34
e05f8cc

Choose a tag to compare

Fix Thermalizer diffusion step and positional encoding handling (#181)

v1.0.122

28 Oct 10:42
640050d

Choose a tag to compare

feat: Implemented CaFA model architecture #105 (#174)

* feat: Implement CaFA model architecture and unit tests

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: Address reviewer comments from jacobbieker

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* chore: Remove unused node cache file

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v1.0.121

25 Oct 07:13
578e7f7

Choose a tag to compare

fix: Update h3 API calls for v4.x compatibility (#175)

* fix: Update h3 API calls for v4.3.1 compatibility

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>