-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: sktime/sktime
base: v0.37.1
head repository: sktime/sktime
compare: v0.38.0
- 16 commits
- 53 files changed
- 4 contributors
Commits on Jun 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6705610 - Browse repository at this point
Copy the full SHA 6705610View commit details
Commits on Jun 23, 2025
-
[BUG] Documentation conf.py is missing mandatory extensions (#8435)
#### Reference Issues/PRs Closes #8434 #### What does this implement/fix? Explain your changes. Re-add some extensions to conf.py
Configuration menu - View commit details
-
Copy full SHA for 6d80d4f - Browse repository at this point
Copy the full SHA 6d80d4fView commit details -
[BUG] fix sphinx changelog link generation and panel overview (#8432)
@mateuszkasprowicz's excellent PR #8385 fixed the doc build, though as a side effect of simplifying it also removed a few extensions: * extension required for links in changelogs, `sphinx_issues` * extension required for panels and buttons in overviews, `sphinx_design` These are added back in this PR.
Configuration menu - View commit details
-
Copy full SHA for dd0c98f - Browse repository at this point
Copy the full SHA dd0c98fView commit details -
Fixes some linting issues on the `docs/conf.py`
Configuration menu - View commit details
-
Copy full SHA for 9d9e6b2 - Browse repository at this point
Copy the full SHA 9d9e6b2View commit details -
[MNT] increase
joblib
bound tojoblib<1.7
(#8424)increase `joblib` bound to `joblib<1.7`, to be released with 0.38.0
Configuration menu - View commit details
-
Copy full SHA for 912104d - Browse repository at this point
Copy the full SHA 912104dView commit details
Commits on Jun 24, 2025
-
[MNT] revert documentation PR 8385 (#8442)
Reverts the documentation build PR #8385 until the issues are resolved.
Configuration menu - View commit details
-
Copy full SHA for b51986b - Browse repository at this point
Copy the full SHA b51986bView commit details -
[MNT] add
scipy<1.16
bounds to incompatible estimators (#8447)The newly erleased `scipy 1.16` has removed some private utilities which were imported by a number of time series packages. This PR adds a bound `scipy<1.16` to those estimators, and a todo check for release managers to check compatibility at next minor release.
Configuration menu - View commit details
-
Copy full SHA for 42ef73a - Browse repository at this point
Copy the full SHA 42ef73aView commit details -
[MNT] raise
numpy
bound tonumpy<2.4
(#8414)Raises the `numpy` bound to allow `numpy<2.4`. Depends on #8447 for testing.
Configuration menu - View commit details
-
Copy full SHA for a7df154 - Browse repository at this point
Copy the full SHA a7df154View commit details -
[MNT] 0.38.0 deprecations and change actions (#8429)
Carries out deprecations and change actions scheduled for 0.37.0: * remove deprecated methods from `BaseBenchmark` and `forecasting_validation` * updated `prophetverse` delegator bounds * remove `proba` module which has moved to `skpro` * bump deprecation/change checks scheduled for 0.38.0 to 0.39.0 or 1.0.0
Configuration menu - View commit details
-
Copy full SHA for fde576e - Browse repository at this point
Copy the full SHA fde576eView commit details -
[MNT] Delete Redundant Dataset Files (#8441)
TSC data loaders in `sktime` uses datasets in `.ts` format, but some of the datasets that come pre-loaded with `sktime` contains same datasets in 2-3 format. This is likely due to their original host [https://www.timeseriesclassification.com](https://www.timeseriesclassification.com) which contains `zip` of datasets in different formats. This PR removes the redundant dataset files and reduces the repository size by around 7.5 MB which is significant.
Configuration menu - View commit details
-
Copy full SHA for d08ba3c - Browse repository at this point
Copy the full SHA d08ba3cView commit details -
[MNT] [Dependabot](deps): Update pandas requirement from <2.3.0,>=1.1…
… to >=1.1,<2.4.0 (#8349) Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version.
Configuration menu - View commit details
-
Copy full SHA for e23dd22 - Browse repository at this point
Copy the full SHA e23dd22View commit details -
[MNT]
sklearn 1.7
compatibility (#8439)`sklearn 1.7` compatibility patch: * version dependent handling of `sklearn` tag system * version dependent handling of `sklearn` `validate_data` mechanism
Configuration menu - View commit details
-
Copy full SHA for 1276d50 - Browse repository at this point
Copy the full SHA 1276d50View commit details -
[DOC] Add new reconcilers to API reference (#8440)
Reconcilers were not available in API reference
Configuration menu - View commit details
-
Copy full SHA for ee8967b - Browse repository at this point
Copy the full SHA ee8967bView commit details -
[MNT] raise
scikit-learn
bound to<1.8.0
(#8402)Raises the `scikit-learn` bound to `<1.8.0` to allow the recently released `scikit-learn 1.7.0`. Depends on #8439 for testing.
Configuration menu - View commit details
-
Copy full SHA for 16c5cfe - Browse repository at this point
Copy the full SHA 16c5cfeView commit details -
Release PR for 0.38.0 * version number bump * changelog
Configuration menu - View commit details
-
Copy full SHA for fa8aee4 - Browse repository at this point
Copy the full SHA fa8aee4View commit details -
[MNT] insta-release for 0.38.0 (#8451)
instant release action for 0.38.0
Configuration menu - View commit details
-
Copy full SHA for 59c8ebc - Browse repository at this point
Copy the full SHA 59c8ebcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.37.1...v0.38.0