Releases: georgebv/pyextremes
Releases · georgebv/pyextremes
v2.5.0
What's Changed
- Add pool parameter support to Emcee model (Fix #95) by @jultou-raa in #113
New Contributors
- @jultou-raa made their first contribution in #113
Full Changelog: v2.4.0...v2.5.0
v2.4.0
v2.3.3
What's Changed
- Update deprecated pandas offset alias by @connortann in #85
- Added support for numpy 2.0 and updated CICD by @georgebv in #86
New Contributors
- @connortann made their first contribution in #85
Full Changelog: v2.3.2...v2.3.3
v2.3.2
v2.3.1
What's Changed
- Fixed:typos by @shenxiangzhuang in #58
- Changed:gitignore:add jetbrain ide ignore config by @shenxiangzhuang in #61
- Provide location parameter to KS test, address issue #39 by @eastjames in #55
New Contributors
- @eastjames made their first contribution in #55
Full Changelog: v2.3.0...v2.3.1
v2.3.0
- 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
Full Changelog: v2.2.7...v2.3.0
v2.2.7
v2.2.6
What's Changed
- Fix broken blocks and typo in doc by @shenxiangzhuang in #40
- Added API docs by @ecomodeller in #42
- Fixed CI scripts by @georgebv in #43
- Updated docs by @georgebv in #44
- Fixed POT threshold by @georgebv in #45
New Contributors
- @shenxiangzhuang made their first contribution in #40
- @ecomodeller made their first contribution in #42
Full Changelog: v2.2.5...v2.2.6
pyextremes v2.2.5
- fixed an error caused by passing
pandas.Serieswith duplicate datetime indices topyextremes.EVAand calling.get_extremes
pyextremes v2.2.4
- Fixed bug in the
plot_cornerfunction which previously returned incorrect list of axes. - Several minor code optimizations.