Releases: pySTEPS/pysteps
Releases · pySTEPS/pysteps
pysteps v1.8.0
pysteps v1.7.4
What's Changed
- Update blending references by @RubenImhoff in #328
- Add missing "bias" method to the interface of the verification module by @Joep1999 in #330
- Migrate to setup-micromamba by @dnerini in #331
New Contributors
Full Changelog: v.1.7.3...v1.7.4
pysteps v1.7.3
What's Changed
- Fix l2 parameter in SAL verification by @EsmailGhaemi in #324
- Fixes following pandas 2 by @dnerini in #327
- Update references by @dnerini in #326
Full Changelog: v1.7.2...v.1.7.3
pysteps v1.7.2
What's Changed
- Fix spatial aggregation by @dbkhout in #317
- Support numpy>=1.24 by @dnerini in #318
- Adopt python 3.8-3.10 by @dnerini in #316
- Fix weights in nested noise by @dnerini in #320
- Test semilagrangian extrapolation with list of timesteps by @dnerini in #319
New Contributors
Full Changelog: v1.7.1...v1.7.2
pysteps v1.7.1
What's Changed
- Add precip colorscale from blending manuscript by @RubenImhoff in #294
- Fixes for ERAD 2022 short course by @pulkkins in #293
- Fix rounding of the x/y values by @ladc in #305
- Fix wrong type when passing slope as float by @aitaten in #308
- Improve verification interface get method by @albertocarpentieri in #303
- Add citation to documentation of tstorm and tdating by @feldmann-m in #304
- Fix nowcast importer in case of no rain by @dnerini in #306
- Add test outlier detection by @chiara-arpae in #298
- Add test cleansing error is raise when input has nans by @aperezhortal in #296
- Fix future warning by @feldmann-m in #301
New Contributors
- @aitaten made their first contribution in #308
- @albertocarpentieri made their first contribution in #303
Full Changelog: v1.7.0...v1.7.1
pysteps v1.7.0
What's Changed
- Fmi geotiff importer fixes by @pulkkins in #284
- Allow Seed et al. weights to become negative by @RubenImhoff in #289
- Cascade scale fix by @pulkkins in #283
- Extrapolation fixes by @pulkkins in #290
- Implement option for saliency-based blending by @NathalieRombeek in #285
- Nowcast refactoring by @pulkkins in #291
- Improve documentation of rainfarm downscaling by @dnerini in #292
Breaking changes
pysteps.downscaling.rainfarm
module: the keyword argumentds_factor
becomes a positional argument without default value (0af3e01)
Future warnings
v1.8.0
: rename input arguments inpysteps.nowcasting.linda
,pysteps.nowcasting.sprog
,pysteps.nowcasting.steps
,pysteps.nowcasting.sseps
modules (c81c848)
New Contributors
- @NathalieRombeek made her first contribution in #285
Full Changelog: v1.6.3...v1.7.0
pysteps v1.6.3
What's Changed
- Additions to Seed et al. weights function to prevent numeric instability by @RubenImhoff in #278
- Make sure a skill array with the right dimensions is returned when multiple models are used by @RubenImhoff in #279
- Remove unnecessary print statement from steps-blending by @RubenImhoff in #281
- Fix T-DaTing labels when continuing tracking by @ritvje in #280
New Contributors
Full Changelog: v1.6.2...v1.6.3
pysteps v1.6.2
What's Changed
- Minor exporters adjustment by @RubenImhoff in #272
- Place ensemble member number determination for blending inside forecast loop to prevent out of memory issues by @RubenImhoff in #273
- Ensure clim window has same size as skill today and place forecast_prev update at end of extrapolation loop by @RubenImhoff in #274
Full Changelog: v1.6.1...v1.6.2
pystep v1.6.1
- Fix duplicate link in the README
- Fix imports of optional dependencies in
pysteps.blending.utils
- Skip tests if missing optional dependency
pysteps v1.6.0
What's Changed
New features
- New STEPS blending module by @RubenImhoff @cvelascof @ladc @wdewettin in #233 (including #231, #232, #236, #255)
- New linear blending module by @wdewettin in #229
- New SAL verification module by @EsmailGhaemi in #248
Docs and others
- Update contributing guide by @aperezhortal in #241
- Use new theme for docs by @dnerini in #259
- Replace miniconda by micromamba in CI by @aperezhortal in #257
- Apply black new stable release (22.1.0) by @dnerini in #261
- Set minimum python version to 3.7 by @dnerini in #253
Breaking changes
New Contributors
- @EsmailGhaemi made his first contribution in #248
- @wdewettin made his first contribution in #229 and #233
- @ladc made her first contribution in #233
Full Changelog: v1.5.1...v1.6.0