Skip to content

Releases: pySTEPS/pysteps

pysteps v1.11.0

27 Aug 09:32
ee60fa6
Compare
Choose a tag to compare

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

Full Changelog: v1.10.0...v1.11.0

pysteps v1.10.0

02 Jul 19:20
3121cbf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0

pysteps v1.9.0

24 Apr 18:33
Compare
Choose a tag to compare

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

05 Mar 20:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1+002

pysteps v1.8.0

20 Dec 15:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.4...v1.8.0

pysteps v1.7.4

11 Jun 20:23
57ece43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.1.7.3...v1.7.4

pysteps v1.7.3

24 Apr 14:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.2...v.1.7.3

pysteps v1.7.2

25 Jan 05:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.7.2

pysteps v1.7.1

26 Sep 06:28
8ece5be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.7.1

pysteps v1.7.0

06 Aug 12:14
ed76516
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • pysteps.downscaling.rainfarm module: the keyword argument ds_factor becomes a positional argument without default value (0af3e01)

Future warnings

  • v1.8.0: rename input arguments in pysteps.nowcasting.linda, pysteps.nowcasting.sprog, pysteps.nowcasting.steps, pysteps.nowcasting.sseps modules (c81c848)

New Contributors

Full Changelog: v1.6.3...v1.7.0