Skip to content

Tags: openclimatefix/graph_weather

Tags

v1.0.134

Toggle v1.0.134's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pre-commit.ci] pre-commit autoupdate (#213)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.5...v0.15.15)
- [github.com/psf/black-pre-commit-mirror: 26.3.0 → 26.5.1](psf/black-pre-commit-mirror@26.3.0...26.5.1)

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

v1.0.133

Toggle v1.0.133's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: migrate AssimilatorEncoder to H3 v4 API (#218)

- Replace 6 deprecated h3 v3 calls with v4 equivalents
- Fix np.random.random(1) -> np.random.random() for numpy 2.x
- Matches existing pattern in encoder.py and assimilator_decoder.py

v1.0.132

Toggle v1.0.132's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add GenDA diffusion model with sensor conditioning (#216)

* Add GenDA model with conditioning support

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

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

* Fix GenDA Ruff docstring issues

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

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

* Add irregular graph validation test for GenDA

* [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>

v1.0.131

Toggle v1.0.131's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pre-commit.ci] pre-commit autoupdate (#201)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.5](astral-sh/ruff-pre-commit@v0.14.10...v0.15.5)
- [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.3.0](psf/black-pre-commit-mirror@25.12.0...26.3.0)

* [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>

v1.0.130

Toggle v1.0.130's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix conflicting versions (#198)

v1.0.129

Toggle v1.0.129's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix incorrect reuse of input solar features (#200)

v1.0.128

Toggle v1.0.128's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v1.0.127's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pre-commit.ci] pre-commit autoupdate (#169)

updates:
- [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.7...v0.14.10)
- https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror
- [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@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

Toggle v1.0.126's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v1.0.125's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optimization: Efficient Sequential Batching (Solves #47, Supersedes #186

) (#187)

* feat: Add efficient batching to reduce memory usage

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

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

* feat: Add efficient batching to reduce memory usage

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

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

* Dependencies resolved , unncessaru docs removed , moved to pytest , benchmark is under scripts

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

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

* feat: Add efficient batching to reduce memory usage

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

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

* revert to nnja_ai import

* fix: Revert nnja_ai import in data module

* [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>