Skip to content

Releases: georgebv/pyextremes

v2.5.0

19 Feb 04:56

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

09 Nov 04:50
5f2799c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.3...v2.4.0

v2.3.3

30 Jul 21:42
3706ff8

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

Choose a tag to compare

What's Changed

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

v2.3.1

24 Jun 19:48

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

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

Choose a tag to compare

What's Changed

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

v2.2.6

15 Jan 05:01
4c45b92

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

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

Choose a tag to compare

  • Fixed bug in the plot_corner function which previously returned incorrect list of axes.
  • Several minor code optimizations.