Skip to content

Releases: microsoft/ClimaX

v0.3.1 - Pretraining data download

30 Sep 17:02
6d5d354
Compare
Choose a tag to compare

What's Changed

  • Download and preprocess CMIP6 data by @tung-nd in #31

Full Changelog: v0.3.0...v0.3.1

v0.3.0 - Climate projection

10 Jul 20:46
5533b8c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.3.0

v0.2.3 - Bugfix release

20 Feb 03:56
Compare
Choose a tag to compare

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

20 Feb 03:45
f715633
Compare
Choose a tag to compare

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

  • @KikiCS made their first contribution in #6

Full Changelog: v0.2.1...v0.2.2

v0.2.1 - Pretrained checkpoints

15 Feb 21:43
Compare
Choose a tag to compare

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

14 Feb 22:41
d6dec5f
Compare
Choose a tag to compare

What's Changed

  • Add support for regional forecasting
  • Use full variable names everywhere i.e. 2m_temperature instead of short name t2m

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - Initial release

06 Feb 23:48
Compare
Choose a tag to compare
  • Pretraining setup with CMIP6 sharded data
  • Finetuning setup with global forecasting on ERA5 data