Releases: microsoft/ClimaX
Releases · microsoft/ClimaX
v0.3.1 - Pretraining data download
What's Changed
Full Changelog: v0.3.0...v0.3.1
v0.3.0 - Climate projection
What's Changed
- Climate projection task by @tung-nd in #26
- Update install instructions by @zzz0906 in #10
- Update checkpoints url by @tung-nd in #24
- Parallel patch embed for faster execution by @rejuvyesh in #17
New Contributors
Full Changelog: v0.2.3...v0.3.0
v0.2.3 - Bugfix release
What's Changed
- Raise an early more informative error when
num_workers > 1
for the dataloader.
Full Changelog: v0.2.2...v0.2.3
v0.2.2 - Bugfix release
What's Changed
- Make sure version in pyproject.toml corresponds to the tagged release. Thanks to @KikiCS in #6
- Fix small typo in documentation
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1 - Pretrained checkpoints
What's Changed
- Add support for loading checkpoint from remote URL.
- Release pre-trained checkpoints on 5.625deg CMIP6 data and 1.40625deg CMIP6 data.
Full Changelog: v0.2.0...v0.2.1
v0.2.0 - Regional forecast
What's Changed
- Add support for regional forecasting
- Use full variable names everywhere i.e.
2m_temperature
instead of short namet2m
Full Changelog: v0.1.0...v0.2.0
v0.1.0 - Initial release
- Pretraining setup with CMIP6 sharded data
- Finetuning setup with global forecasting on ERA5 data