-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: sktime/sktime
base: v0.33.2
head repository: sktime/sktime
compare: v0.34.0
- 15 commits
- 48 files changed
- 2 contributors
Commits on Oct 18, 2024
-
[MNT] [Dependabot](deps): Update numpy requirement from <2.1,>=1.21 t…
…o >=1.21,<2.2 (#7103) Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
10000 Configuration menu - View commit details
-
Copy full SHA for b3afe1f - Browse repository at this point
Copy the full SHA b3afe1fView commit details -
[MNT] [Dependabot](deps): Update scikit-base requirement from <0.9.0,…
…>=0.6.1 to >=0.6.1,<0.12.0 (#7238) Updates the requirements on [scikit-base](https://github.com/sktime/skbase) to permit the latest version.
Configuration menu - View commit details
-
Copy full SHA for c1889e6 - Browse repository at this point
Copy the full SHA c1889e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9db1be4 - Browse repository at this point
Copy the full SHA 9db1be4View commit details -
[MNT] add
skchange
to extras (#7298)This PR adds `skchange` to soft dependency sets: * `all_extras` * `all_extras_pandas2` * `annotation` This PR also: * removes `skchange` from the `binder` dependency set * adds a new soft dependency set `detection` which is identical to `annotation`.
Configuration menu - View commit details
-
Copy full SHA for a1ed783 - Browse repository at this point
Copy the full SHA a1ed783View commit details -
[ENH] deduplicate
sktime
andskbase
BaseEstimator
(#7213)This PR removes a leftover duplication from the `sktime`-to-`skbase` refactor - the content of the `sktime` `BaseEstimator` class. I have manually gone through the code step-by-step and verified equivalence. The only changes/differences were: * setting the `GET_FITTED_PARAMS_NESTING` attribute * changes in docstring formatting that were applied in `sktime` but not in `skbase` - I have moved these to a new PR in `skbase`, sktime/skbase#370 * `skbase` hase a safe "get fitted params" subroutine implemented, this is an improvemnet above `sktime` so does not need to be removed As a side issue, the `NotFittedError` in `sktime.exceptions` also needed to be replaced by the `skbase` one, to ensure tests and user code does not fail (due to different class identitites of two `NotFittedError`-s).
Configuration menu - View commit details
-
Copy full SHA for 20055d1 - Browse repository at this point
Copy the full SHA 20055d1View commit details -
[MNT] disable
numpy<2
bound forprophet
(#6740)Reverts #6721 and removes `prophet` from the list of not `numpy` compatible packages. Should be merged only if tests pass, indicating that `prophet` is compatible with `numpy 2`.
Configuration menu - View commit details
-
Copy full SHA for 0506af2 - Browse repository at this point
Copy the full SHA 0506af2View commit details -
[MNT] 0.34.0 deprecations and change actions (#7302)
Carries out deprecations and change actions scheduled for 0.34.0: * remove internal `self.task` and `self.learning_type` from `BaseSeriesAnnotator` * remove python 3.8 EOL warnings, as python 3.8 has now reached EOL * bump deprecation/change checks scheduled for 0.33.0 to 0.34.0
Configuration menu - View commit details
-
Copy full SHA for 3c2e61c - Browse repository at this point
Copy the full SHA 3c2e61cView commit details
Commits on Oct 19, 2024
-
[MNT] [Dependabot](deps): Update holidays requirement from <0.55,>=0.…
…29 to >=0.29,<0.59 (#7308) Updates the requirements on [holidays](https://github.com/vacanza/holidays) to permit the latest version.
Configuration menu - View commit details
-
Copy full SHA for 800fcce - Browse repository at this point
Copy the full SHA 800fcceView commit details -
[MNT] [Dependabot](deps): Update sphinx-issues requirement from <5.0.…
…0 to <6.0.0 (#7307) Updates the requirements on [sphinx-issues](https://github.com/sloria/sphinx-issues) to permit the latest version.
Configuration menu - View commit details
-
Copy full SHA for 8505dfb - Browse repository at this point
Copy the full SHA 8505dfbView commit details -
[MNT] python 3.13 support in
pyproject.toml
and CI (#7198)This PR is an upgrade of `pyproject.toml` to allow python 3.13. Soft dependencies are all conditioned on python < 3.13, this can be relaxed as soft dependencies start supporting python 3.13. This also adds 3.13 in the CI. For release with `sktime 0.34.0`, not to be merged until python 3.13 is released and compatibility is tested.
Configuration menu - View commit details
-
Copy full SHA for 3c87e44 - Browse repository at this point
Copy the full SHA 3c87e44View commit details -
[DOC] replace documentation references to "annotation" with "detectio…
…n" (#7299) This PR replaces all documentation (non-code, non-docstring) references to "annotation" with the more commonly used word "detection", in line with #7295. This does not touch code or module structure, and does the following: * change references in readme and API reference * rename API reference page `annotation` to `detection` * rename extension template `annotation` to `detection` * ensuring that links are still valid after the rename
Configuration menu - View commit details
-
Copy full SHA for 613859b - Browse repository at this point
Copy the full SHA 613859bView commit details -
[MNT] prepare rename
annotation
module todetection
- mapped impo…Configuration menu - View commit details
-
Copy full SHA for 3a65eab - Browse repository at this point
Copy the full SHA 3a65eabView commit details -
[DOC] change imports in detection tutorial to
detection
module (#7306)This PR changes imports in the detection tutorial to the `detection` module, from `annotation`. Requires #7294.
Configuration menu - View commit details
-
Copy full SHA for bc7c0c6 - Browse repository at this point
Copy the full SHA bc7c0c6View commit details -
[MNT] insta-release action for 0.34.0 (#7312)
Instant release action for 0.34.0.
Configuration menu - View commit details
-
Copy full SHA for 96139c6 - Browse repository at this point
Copy the full SHA 96139c6View commit details -
Release PR for 0.34.0 * version number bump * changelog
Configuration menu - View commit details
-
Copy full SHA for f69885d - Browse repository at this point
Copy the full SHA f69885dView 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.33.2...v0.34.0