You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bumped min python version to 3.12
* Removed deprecated behaviour from shapiq:
- removed `path_to_values` from `Game`
- made json the only viable file format for `InteractionValues`
* updated CHANGELOG.md
* bumped min python version to 3.12
* bumped python version to 3.14
* added entry to CHANGELOG.md
* updated uv.lock
* updated uv.lock
* update tabpfn download for CI
* fixed ty issues
* fixed setup code
* fixed tabpfn code
* increased workflow dependencies for less workflow runtime in case of failure
* introduce AGENTS.md (prev. only CLAUDE.md)
* fixed tests with new versions of dependencies
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## v1.5.0 (unreleased)
4
4
5
+
### Python Version
6
+
- adds support for Python 3.14 making the package compatible with the latest Python version.
7
+
- drops support for Python 3.10 and 3.11. The minimum supported Python version is now 3.12.
8
+
5
9
### Removed Deprecated Features
6
10
- removes `path_to_values` parameter from `shapiq.Game`, which was previously deprecated. Use `shapiq.Game.load()` instead.
7
11
- removes pickle support from `shapiq.InteractionValues`. JSON is now the only supported file format. Use `InteractionValues.save()` and `InteractionValues.load()` with JSON files.
0 commit comments