Skip to content

0.3.0

Compare
Choose a tag to compare
@BSchilperoort BSchilperoort released this 08 Mar 13:11
· 9 commits to main since this release
fd1c5b6

Note: this is the first release designed to work with Lilio, which is a spinoff package which handles the calendar generation and resampling. s2spy will focus more specifically on (sub)seasonal forecasting.

Added

  • "Label alignment" functionality for RGDR, to align labels over multiple train-test splits (#144).
  • A preprocessing module, which can be used to calculate climatology/anomalies and to detrend data (#152).
  • Support for specifying multiple target and precursor intervals in RGDR (#153).

Changed

  • A bug in the spherical area calculation of RGDR has been fixed (#133).
  • Default settings for RGDR have been removed. Users now need to fully specify their RGDR setup (#133).
  • The RGDR visualization plots are now called using RGDR.preview_correlation and RGDR.preview_clusters (#106).

Removed

  • Calendar, resampling, and traintest modules have been moved to a separate package named Lilio (#158).

Dev changes

  • Use hatch as the project manager, and ruff as the linter (#159).
  • Notebooks have been moved to the docs folder, to be included in ReadtheDocs in the future (#159).