0.3.0
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
andRGDR.preview_clusters
(#106).
Removed
- Calendar, resampling, and traintest modules have been moved to a separate package named Lilio (#158).