diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09bf95ddc5b..25818ea2192 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -290,7 +290,7 @@ jobs: - name: Install sktime and dependencies shell: bash - run: python -m pip install .[all_extras_pandas2,dev,dl] --no-cache-dir + run: python -m pip install .[all_extras_pandas2,dev,dl,compatibility_tests] --no-cache-dir - name: Show dependencies run: python -m pip list diff --git a/README.md b/README.md index 858c4caaec9..09fa39b62e7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > A unified interface for machine learning with time series -:rocket: **Version 0.31.1 out now!** [Check out the release notes here](https://www.sktime.net/en/latest/changelog.html). +:rocket: **Version 0.31.2 out now!** [Check out the release notes here](https://www.sktime.net/en/latest/changelog.html). sktime is a library for time series analysis in Python. It provides a unified interface for multiple time series learning tasks. Currently, this includes time series classification, regression, clustering, annotation, and forecasting. It comes with [time series algorithms](https://www.sktime.net/en/stable/estimator_overview.html) and [scikit-learn] compatible tools to build, tune and validate time series models. diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 2f10451bc05..fe725d48eb3 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -19,6 +19,20 @@ For upcoming changes and next releases, see our `milestones