Skip to content

Releases: georgebv/pyextremes

v2.3.3

30 Jul 21:42
3706ff8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.3.3

v2.3.2

14 Oct 22:59
b003286
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

24 Jun 19:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

09 Apr 21:48
898f132
Compare
Choose a tag to compare
  • Added support for pandas 2 (pandas 1 is still supported)
  • Dropped support for Python 3.8, it's no longer supported by some of the dependencies

What's Changed

  • Added support for pandas 2, dropped support for python 3.8 by @georgebv in #50

Full Changelog: v2.2.7...v2.3.0

v2.2.7

15 Jan 20:59
ac72106
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.6...v2.2.7

v2.2.6

15 Jan 05:01
4c45b92
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.5...v2.2.6

pyextremes v2.2.5

29 Sep 12:32
Compare
Choose a tag to compare
  • fixed an error caused by passing pandas.Series with duplicate datetime indices to pyextremes.EVA and calling .get_extremes

pyextremes v2.2.4

04 Oct 02:41
Compare
Choose a tag to compare
  • Fixed bug in the plot_corner function which previously returned incorrect list of axes.
  • Several minor code optimizations.

pyextremes v2.2.3

24 Sep 19:08
Compare
Choose a tag to compare
  • Added test_ks method to EVA. Allows to run the Kolmogorov-Smirnov test on the fitted model.
  • Updated the way declustering in the get_extremes_peaks_over_threshold function happens. Clusters are now identified independently. Previous version could result in multiple extreme events within the same cluster if the cluster had multiple peaks separated by distances larger than r. This behavior was incorrect.
  • Fixed issue when get_return_periods function could produce output linked to original extremes, thus allowing implicit mutation of original data.
  • Updated old and created new plotting functions for threshold selection in pyextremes.tuning.threshold_selection.
  • Minor backwards-compatible tweaks and optimizations.

pyextremes v2.2.2

03 Jul 22:32
Compare
Choose a tag to compare

Hotfix for new scipy version 1.7.0 - fixes issue when getting confidence bounds while using the MLE model. Some distributions provided by scipy no longer return a fit method, but instead a reference to a wrapper which resulted in AttributeError.