New
v0.10.0
Highlights
- compatibility up to python 3.13
- compatibility with most recent
scipyversions, from previouslyscipy<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.tomlpipcompatible by @fkiraly in https://github.com/dswah/pyGAM/pull/383 - [MNT] widen
scipydependency range by @fkiraly in https://github.com/dswah/pyGAM/pull/384 - [MNT] compatibility with
scipy>=1.14.0andpython 3.13by @ouslan in https://github.com/dswah/pyGAM/pull/366 - [MNT] additional
python 3.13compatibility 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,
pypirelease 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/377
All 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