3 research outputs found

    cokelaer/fitter: v1.7.0

    No full text
    <h2>What's Changed</h2> <ul> <li>Bump urllib3 from 2.0.4 to 2.0.7 by @dependabot in https://github.com/cokelaer/fitter/pull/88</li> <li>Bump pillow from 10.0.0 to 10.0.1 by @dependabot in https://github.com/cokelaer/fitter/pull/87</li> <li>Relaxed Pandas required version and better pinned some other ones by @sarusso in https://github.com/cokelaer/fitter/pull/92</li> <li>uses loguru and rich_click for better user interface and slight updates in the main standalone</li> </ul> <h2>New Contributors</h2> <ul> <li>@dependabot made their first contribution in https://github.com/cokelaer/fitter/pull/88</li> <li>@sarusso made their first contribution in https://github.com/cokelaer/fitter/pull/92</li> </ul> <p><strong>Full Changelog</strong>: https://github.com/cokelaer/fitter/compare/v1.6.0...v1.7.0</p&gt

    raphaelvallat/pingouin: v0.5.4

    No full text
    <p>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).</p> <p>This release requires pandas≥1.5. We recommend scipy≥1.11.0.</p> <h2>What's Changed</h2> <ul> <li>Minor typo fix in docs by @musicinmybrain in https://github.com/raphaelvallat/pingouin/pull/329</li> <li>clip r values by @remrama in https://github.com/raphaelvallat/pingouin/pull/342</li> <li>fix: deprecated parameter by @bitsnaps in https://github.com/raphaelvallat/pingouin/pull/341</li> <li>hotfix: CI crash in test_power_chi2 [WIP] by @raphaelvallat in https://github.com/raphaelvallat/pingouin/pull/344</li> <li>hotfix: plot_rm_corr crash with specific column names by @remrama in https://github.com/raphaelvallat/pingouin/pull/351</li> <li>Add check for noncentrality parameters. by @agkphysics in https://github.com/raphaelvallat/pingouin/pull/347</li> <li>Use pyupgrade by @raphaelvallat in https://github.com/raphaelvallat/pingouin/pull/364</li> <li>fix groupby.mean for only numeric values by @jajcayn in https://github.com/raphaelvallat/pingouin/pull/363</li> <li>Function test fails for np.mean by @gedeck in https://github.com/raphaelvallat/pingouin/pull/380</li> <li>Fix in flatten_list for Python 3.12 by @raphaelvallat in https://github.com/raphaelvallat/pingouin/pull/370</li> <li><code>corr()</code>: fix <code>CI95%</code> column name in returned dataframe by @kraktus in https://github.com/raphaelvallat/pingouin/pull/382</li> <li>Replace None in dataset to fix unit tests by @raphaelvallat in https://github.com/raphaelvallat/pingouin/pull/388</li> <li>Remove outdated + bump pandas 1.5 by @raphaelvallat in https://github.com/raphaelvallat/pingouin/pull/389</li> <li>Fix doctests by @raphaelvallat in https://github.com/raphaelvallat/pingouin/pull/390</li> <li>Fix warnings by @raphaelvallat in https://github.com/raphaelvallat/pingouin/pull/391</li> <li>Remove non-centrality check (solved in scipy 1.11) by @raphaelvallat in https://github.com/raphaelvallat/pingouin/pull/392</li> <li>Use numeric_only=True in DataFrame.corr() and cov() by @raphaelvallat in https://github.com/raphaelvallat/pingouin/pull/393</li> <li>Add numeric_only=True in remaining pandas functions by @raphaelvallat in https://github.com/raphaelvallat/pingouin/pull/396</li> <li>Release 0.5.4 by @raphaelvallat in https://github.com/raphaelvallat/pingouin/pull/397</li> </ul> <h2>New Contributors</h2> <ul> <li>@musicinmybrain made their first contribution in https://github.com/raphaelvallat/pingouin/pull/329</li> <li>@bitsnaps made their first contribution in https://github.com/raphaelvallat/pingouin/pull/341</li> <li>@agkphysics made their first contribution in https://github.com/raphaelvallat/pingouin/pull/347</li> <li>@jajcayn made their first contribution in https://github.com/raphaelvallat/pingouin/pull/363</li> <li>@kraktus made their first contribution in https://github.com/raphaelvallat/pingouin/pull/382</li> </ul> <p><strong>Full Changelog</strong>: https://github.com/raphaelvallat/pingouin/compare/v0.5.3...v0.5.4</p&gt
    corecore