-
-
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.32.4
head repository: sktime/sktime
compare: v0.33.0
- 16 commits
- 19 files changed
- 6 contributors
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98d596b - Browse repository at this point
Copy the full SHA 98d596bView commit details
Commits on Sep 7, 2024
-
[MNT] Try to reduce load for the runners (#7061)
See also sktime/pytorch-forecasting#1632 I tried to reduce the load for the runner by reducing the batch size in the PyTorch forecasting models and reduced the model size of the TFT. In my opinion, this PR is successful if in multiple runs, the CI is not crashing because of HEAP errors and crashed runners...
Configuration menu - View commit details
-
Copy full SHA for 262a9f2 - Browse repository at this point
Copy the full SHA 262a9f2View commit details
Commits on Sep 8, 2024
-
[DOC] Add SaiRevanth25 contributions to all-contributors file (#7085)
Adds @SaiRevanth25 contributions to all-contributors file
Configuration menu - View commit details
-
Copy full SHA for 4795b30 - Browse repository at this point
Copy the full SHA 4795b30View commit details -
[MNT] [Dependabot](deps): Update dask requirement from <2024.8.2 to <…
…2024.8.3 (#7062) Updates the requirements on [dask](https://github.com/dask/dask) to permit the latest version.
Configuration menu - View commit details
-
Copy full SHA for d2ce5f6 - Browse repository at this point
Copy the full SHA d2ce5f6View commit details
Commits on Sep 9, 2024
-
[MNT] 0.33.0 deprecations and change actions (#7091)
Carries out deprecations and change actions scheduled for 0.33.0: * remove `package_import_alias` argument in `_check_soft_dependencies` * in `DirectReductionForecaster`, change `windows_identical` default to `False` * bump deprecation/change checks scheduled for 0.33.0 to 0.34.0
Configuration menu - View commit details
-
Copy full SHA for 9a18941 - Browse repository at this point
Copy the full SHA 9a18941View commit details -
URLs changed on CRAN; updated _fpp3_loaders.py accordingly (#7084)
FPP3 datasets are loaded from CRAN, using fixed URLs. CRAN updated two of the three URLs used by _fpp3_loaders.py. This PR updates the URLs accordingly (otherwise the functionality is broken.) A reviewer can run the following code to test the change, if desired. ``` import matplotlib.pyplot as plt from sktime.datasets import load_fpp3 from sktime.utils.plotting import plot_series y = load_fpp3('aus_production')['Beer'] fig, ax = plot_series(y) plt.show() ```
Configuration menu - View commit details
-
Copy full SHA for aeae5b0 - Browse repository at this point
Copy the full SHA aeae5b0View commit details -
[ENH] change
test_inheritance
to be more lenient to framework level…… extensions (#7067) This changes the `test_inheritance` contract to: * check base class inheritance only based on registered scitypes strings occurring in `object_type` * no longer require a certain number of mid level base classes to be present (no longer: at least one, and at most two, and two only if from a special list) This also addresses four cases that had required special treatment, three of which already had one-off exception treatment in the test, contributing to a contract consisting more of exceptions than the rule in terms of code: * the global forecaster extension by @XinyuWuu * the polymorphic `Pipeline` by @benHeid * the legacy transformation mixins * the `skchange` package of @Tveten which includes extensions with new base classes and scitypes Comments and feedback appreciated, especially from @Tveten on whether this change avoids the contract breakage and is future-proof for `skchange`, as intended.
Configuration menu - View commit details
-
Copy full SHA for 985a4d8 - Browse repository at this point
Copy the full SHA 985a4d8View commit details -
[MNT] remove <3.11 restriction for
pytorch-forecasting
, add upper b……ound (#7092) With the 1.1.0 release, `pytorch-forecasting` supports python 3.12. This Pr: * removes the <3.11 restriction for `pytorch-forecasting` * adds upper bound `<1.2.0`
Configuration menu - View commit details
-
Copy full SHA for ccc5863 - Browse repository at this point
Copy the full SHA ccc5863View commit details -
[DOC] fix typo and formatting in installation docs (#7060)
This PR fixes the typo in developer version installation in the installation docs and adds line break. Fixes #7052
Configuration menu - View commit details
-
Copy full SHA for 723f7ee - Browse repository at this point
Copy the full SHA 723f7eeView commit details -
[MNT] [Dependabot](deps): Update numpy requirement from <2.1,>=1.21 t…
…o >=1.21,<2.2 (#7007) Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
Configuration menu - View commit details
-
Copy full SHA for 8d9ab28 - Browse repository at this point
Copy the full 10000 SHA 8d9ab28View commit details -
[MNT] [Dependabot](deps): Update scikit-base requirement from <0.9.0,…
…>=0.6.1 to >=0.6.1,<0.10.0 (#7035) 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 96a1701 - Browse repository at this point
Copy the full SHA 96a1701View commit details -
[MNT] [Dependabot](deps): Update holidays requirement from <0.56,>=0.…
…29 to >=0.29,<0.57 (#7096) Updates the requirements on [holidays](https://github.com/vacanza/python-holidays) to permit the latest version.
Configuration menu - View commit details
-
Copy full SHA for 1c6042b - Browse repository at this point
Copy the full SHA 1c6042bView commit details -
[MNT] [Dependabot](deps): Update pykan requirement from <0.2.2,>=0.2 …
…to >=0.2,<0.2.7 (#7010) Updates the requirements on [pykan](https://github.com/KindXiaoming/pykan) to permit the latest version.
Configuration menu - View commit details
-
Copy full SHA for a32cff0 - Browse repository at this point
Copy the full SHA a32cff0View commit details -
[MNT] [Dependabot](deps): Update mne requirement from <1.8,>=1.5 to >…
…=1.5,<1.9 (#7004) Updates the requirements on [mne](https://github.com/mne-tools/mne-python) to permit the latest version.
Configuration menu - View commit details
-
Copy full SHA for 43a0ecc - Browse repository at this point
Copy the full SHA 43a0eccView commit details
Commits on Sep 10, 2024
-
Release PR for 0.33.0 * version number bump * changelog
Configuration menu - View commit details
-
Copy full SHA for 7f887cd - Browse repository at this point
Copy the full SHA 7f887cdView commit details -
[MNT] insta-release action for 0.33.0 (#7098)
Instant release action for 0.33.0
Configuration menu - View commit details
-
Copy full SHA for 37114a9 - Browse repository at this point
Copy the full SHA 37114a9View 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.32.4...v0.33.0