Releases: pySTEPS/pysteps
Releases · pySTEPS/pysteps
pysteps v1.12.0
What's Changed
- Support for custom colormap in
precipfield.py
andplot_custom_precipitation_range.py
example by @rutkovskii in #433 - Reduce memory usage in steps blending by @mats-knmi in #435
New Contributors
- @rutkovskii made their first contribution in #433
Full Changelog: v1.11.0...v1.12.0
pysteps v1.11.0
This release includes developments made during the July 2024 pySTEPS-hackathon with focus on the blending module.
Many thanks to all contributors!
What's Changed
- fix: make sure netcdf exporters can handle list of timesteps by @RubenImhoff in #369
- Add lambert_conformal_conic projection by @FelixE91 in #380
- Changed default number of cascade levels to 6 everywhere in the project by @sidekock in #387
- Add option to smooth radar mask by @sidekock in #379
- Consider splits and merges in tdating by @ritvje in #349
- Add resample distributions function for probability matching by @RubenImhoff in #390
- Replace numpy.matrix with numpy.ndarray by @dnerini in #407
- Fix: make sure that precip_models variable has the correct length by @RubenImhoff in #368
- Fix support for timesteps list in case model has rain but radar does not by @mats-knmi in #411
- Performance fix by @gjm174 in #410
- Optimisation in excprob function by @viktor40 in #424
- Fix excessive memory usage of _fill_nans_infs_nwp_cascade by @mats-knmi in #425
- Drop python 3.9, support python 3.12 by @dnerini in #422
- Print missing filename by @dnerini in #427
- Modify probability matching code to allow ignoring a part of the domain by @ladc in #428
New Contributors
- @FelixE91 made their first contribution in #380
- @sidekock made their first contribution in #387
- @gjm174 made their first contribution in #410
- @viktor40 made their first contribution in #424
Full Changelog: v1.10.0...v1.11.0
pysteps v1.10.0
What's Changed
- Test ascending by @pierrejavelle in #302
- Test for dimensionality of input in extrapolation routine by @katelbach in #299
- Migrate to gcc13 by @dnerini in #356
- Change print function in check_norain function by @RubenImhoff in #357
- Migrate to codecov-action@v4 by @dnerini in #358
- Update RainFARM by @simonbeylat in #311
- Fix docs by @dnerini in #364
- Fixes following numpy 2 by @dnerini in #365
- Update RainFARM example following #311 by @dnerini in #367
New Contributors
- @pierrejavelle made their first contribution in #302
- @katelbach made their first contribution in #299
- @simonbeylat, @ecasellas, @jrmiro, @blaiDoAr made their first contribution in #311
Full Changelog: v1.9.0...v1.10.0
pysteps v1.9.0
What's Changed
This release mainly includes developments made during the July 2023 pySTEPS-hackathon with focus on the blending module.
Many thanks to all contributors: @mpvginde, @ladc, @RubenImhoff, Simon De Kock and Ricardo Reinoso-Rondinel!
All details can be found in PR #351 by @mpvginde.
More changes:
- Add compression and documentation options to netCDF exporter by @RubenImhoff in #352
- Bug fix: ignore 0 in TDaTing cell match by @ritvje in #350
Full Changelog: v1.8.1+002...v1.9.0
pysteps v1.8.1
What's Changed
- Return total scaled volume in SAL metric by @EsmailGhaemi in #345
- Bugfix reproducibility & ensemble member order with dask by @mpvginde in #347
Full Changelog: v1.8.0...v1.8.1+002
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