9 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

    stravalib/stravalib: Stravalib v1.7

    No full text
    <h2>What's Changed</h2> <ul> <li>Fix: minor - remove examples from sdist by @lwasser in https://github.com/stravalib/stravalib/pull/464</li> <li>Fix: add contributing docs to top bar nav in docs by @lwasser in https://github.com/stravalib/stravalib/pull/467</li> <li>Remove: functional test suite that we are no longer using by @lwasser in https://github.com/stravalib/stravalib/pull/465</li> <li>Fix: make sure code cov reports generate and upload by @lwasser in https://github.com/stravalib/stravalib/pull/469</li> <li>Remove: unsupported delete_activity method by @lwasser in https://github.com/stravalib/stravalib/pull/470</li> <li>Fix: validate sport / activity type & add sport type to create_activity method by @lwasser in https://github.com/stravalib/stravalib/pull/471</li> <li>[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/stravalib/stravalib/pull/474</li> <li>Fix: update actions to current versions by @lwasser in https://github.com/stravalib/stravalib/pull/475</li> <li>Fix: cleanup noxfile and requirements by @lwasser in https://github.com/stravalib/stravalib/pull/473</li> <li>FIX: corrects src path by @jsamoocha in https://github.com/stravalib/stravalib/pull/477</li> <li>[CHANGE] Strava API Change by @github-actions in https://github.com/stravalib/stravalib/pull/480</li> <li>Remove: deserialize method in favor of pydantic.parse_obj() by @lwasser in https://github.com/stravalib/stravalib/pull/482</li> <li>Fix: update docs around python support by @lwasser in https://github.com/stravalib/stravalib/pull/486</li> <li>Add/Remove: Add support for python 3.12 and drop 3.9 by @lwasser in https://github.com/stravalib/stravalib/pull/488</li> <li>✨ Release 1.7 ✨ by @lwasser in https://github.com/stravalib/stravalib/pull/485</li> </ul> <p><strong>Full Changelog</strong>: https://github.com/stravalib/stravalib/compare/v1.6...v1.7</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

    stravalib/stravalib: Stravalib v1.7

    No full text
    <h2>What's Changed</h2> <ul> <li>Fix: minor - remove examples from sdist by @lwasser in https://github.com/stravalib/stravalib/pull/464</li> <li>Fix: add contributing docs to top bar nav in docs by @lwasser in https://github.com/stravalib/stravalib/pull/467</li> <li>Remove: functional test suite that we are no longer using by @lwasser in https://github.com/stravalib/stravalib/pull/465</li> <li>Fix: make sure code cov reports generate and upload by @lwasser in https://github.com/stravalib/stravalib/pull/469</li> <li>Remove: unsupported delete_activity method by @lwasser in https://github.com/stravalib/stravalib/pull/470</li> <li>Fix: validate sport / activity type & add sport type to create_activity method by @lwasser in https://github.com/stravalib/stravalib/pull/471</li> <li>[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/stravalib/stravalib/pull/474</li> <li>Fix: update actions to current versions by @lwasser in https://github.com/stravalib/stravalib/pull/475</li> <li>Fix: cleanup noxfile and requirements by @lwasser in https://github.com/stravalib/stravalib/pull/473</li> <li>FIX: corrects src path by @jsamoocha in https://github.com/stravalib/stravalib/pull/477</li> <li>[CHANGE] Strava API Change by @github-actions in https://github.com/stravalib/stravalib/pull/480</li> <li>Remove: deserialize method in favor of pydantic.parse_obj() by @lwasser in https://github.com/stravalib/stravalib/pull/482</li> <li>Fix: update docs around python support by @lwasser in https://github.com/stravalib/stravalib/pull/486</li> <li>Add/Remove: Add support for python 3.12 and drop 3.9 by @lwasser in https://github.com/stravalib/stravalib/pull/488</li> <li>✨ Release 1.7 ✨ by @lwasser in https://github.com/stravalib/stravalib/pull/485</li> </ul> <p><strong>Full Changelog</strong>: https://github.com/stravalib/stravalib/compare/v1.6...v1.7</p&gt

    SunPy

    No full text
    The community-developed, free and open-source solar data analysis environment for Python

    SunPy

    No full text
    The community-developed, free and open-source solar data analysis environment for Python

    SunPy

    No full text
    The community-developed, free and open-source solar data analysis environment for Python

    SunPy

    No full text
    The community-developed, free and open-source solar data analysis environment for Python
    corecore