Unclaimed project
Are you a maintainer of pyGAM? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
pyGAM
[CONTRIBUTORS WELCOME] Generalized Additive Models in Python
Back to changelogHighlights
- compatibility up to python 3.13
- compatibility with most recent
scipy versions, from previously scipy<1.14
- compatibility with
numpy 2
What's Changed
- [MNT] Fix typos throughout the code base by @szepeviktor in https://github.com/dswah/pyGAM/pull/375
- [MNT] extend CI test matrix to ubuntu, macos, windows, python 3.9-3.13 by @fkiraly in https://github.com/dswah/pyGAM/pull/380
- [MNT] fix and upgrade linting CI job by @fkiraly in https://github.com/dswah/pyGAM/pull/382
- [MNT] make
pyproject.toml pip compatible by @fkiraly in https://github.com/dswah/pyGAM/pull/383
- [MNT] widen
scipy dependency range by @fkiraly in https://github.com/dswah/pyGAM/pull/384
- [MNT] compatibility with
scipy>=1.14.0 and python 3.13 by @ouslan in https://github.com/dswah/pyGAM/pull/366
- [MNT] additional
python 3.13 compatibility actions by @Lyessi78 in https://github.com/dswah/pyGAM/pull/372
- [MNT] add CI concurrency exclusion for the same PR job by @fkiraly in https://github.com/dswah/pyGAM/pull/386
[MNT] Apply pre-commit formatting to all files by @Shushankranjan in https://github.com/dswah/pyGAM/pull/389[MNT] 0.10.0 release, pypi release workflow using trusted publishers by @fkiraly in https://github.com/dswah/pyGAM/pull/390[DOC] README badges and links by @fkiraly in https://github.com/dswah/pyGAM/pull/391[DOC] fix GAM interaction term notation and broken reference links in README by @UmbertoFasci in https://github.com/dswah/pyGAM/pull/377All contributors
@dswah,
@fkiraly,
@Lyessi78,
@ouslan,
@Shushankranjan,
@szepeviktor,
@UmbertoFasci
New Contributors
- @szepeviktor made their first contribution in https://github.com/dswah/pyGAM/pull/375
- @fkiraly made their first contribution in https://github.com/dswah/pyGAM/pull/380
- @ouslan made their first contribution in https://github.com/dswah/pyGAM/pull/366
- @Lyessi78 made their first contribution in https://github.com/dswah/pyGAM/pull/372
- @Shushankranjan made their first contribution in https://github.com/dswah/pyGAM/pull/389
- @UmbertoFasci made their first contribution in https://github.com/dswah/pyGAM/pull/377
Full Changelog: https://github.com/dswah/pyGAM/compare/v0.9.1...v0.10.0