v0.5.4
This is a minor release with several bugfixes and no new features. The new version is tested for Python 3.8-3.11 (but should also work with Python 3.12).
This release requires pandas≥1.5. We recommend scipy≥1.11.0.
What's Changed
- Minor typo fix in docs by @musicinmybrain in #329
- clip r values by @remrama in #342
- fix: deprecated parameter by @bitsnaps in #341
- hotfix: CI crash in test_power_chi2 [WIP] by @raphaelvallat in #344
- hotfix: plot_rm_corr crash with specific column names by @remrama in #351
- Add check for noncentrality parameters. by @agkphysics in #347
- Use pyupgrade by @raphaelvallat in #364
- fix groupby.mean for only numeric values by @jajcayn in #363
- Function test fails for np.mean by @gedeck in #380
- Fix in flatten_list for Python 3.12 by @raphaelvallat in #370
corr()
: fixCI95%
column name in returned dataframe by @kraktus in #382- Replace None in dataset to fix unit tests by @raphaelvallat in #388
- Remove outdated + bump pandas 1.5 by @raphaelvallat in #389
- Fix doctests by @raphaelvallat in #390
- Fix warnings by @raphaelvallat in #391
- Remove non-centrality check (solved in scipy 1.11) by @raphaelvallat in #392
- Use numeric_only=True in DataFrame.corr() and cov() by @raphaelvallat in #393
- Add numeric_only=True in remaining pandas functions by @raphaelvallat in #396
- Release 0.5.4 by @raphaelvallat in #397
New Contributors
- @musicinmybrain made their first contribution in #329
- @bitsnaps made their first contribution in #341
- @agkphysics made their first contribution in #347
- @jajcayn made their first contribution in #363
- @kraktus made their first contribution in #382
Full Changelog: v0.5.3...v0.5.4