Releases: openclimatefix/graph_weather
Releases · openclimatefix/graph_weather
v1.0.130
v1.0.129
Fix incorrect reuse of input solar features (#200)
v1.0.128
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
[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
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
Optimization: Efficient Sequential Batching (Solves #47, Supersedes #…
v1.0.124
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
Fix Thermalizer diffusion step and positional encoding handling (#181)
v1.0.122
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
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>