Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sktime/sktime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.37.1
Choose a base ref
...
head repository: sktime/sktime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.38.0
Choose a head ref
  • 16 commits
  • 53 files changed
  • 4 contributors

Commits on Jun 22, 2025

  1. Configuration menu
    Copy the full SHA
    6705610 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. [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
    felipeangelimvieira authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    6d80d4f View commit details
    Browse the repository at this point in the history
  2. [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.
    fkiraly authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    dd0c98f View commit details
    Browse the repository at this point in the history
  3. [MNT] lint conf.py (#8437)

    Fixes some linting issues on the `docs/conf.py`
    fkiraly authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    9d9e6b2 View commit details
    Browse the repository at this point in the history
  4. [MNT] increase joblib bound to joblib<1.7 (#8424)

    increase `joblib` bound to `joblib<1.7`, to be released with 0.38.0
    fkiraly authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    912104d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. [MNT] revert documentation PR 8385 (#8442)

    Reverts the documentation build PR #8385 until the issues are resolved.
    fkiraly authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    b51986b View commit details
    Browse the repository at this point in the history
  2. [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.
    fkiraly authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    42ef73a View commit details
    Browse the repository at this point in the history
  3. [MNT] raise numpy bound to numpy<2.4 (#8414)

    Raises the `numpy` bound to allow `numpy<2.4`.
    
    Depends on #8447 for testing.
    fkiraly authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    a7df154 View commit details
    Browse the repository at this point in the history
  4. [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
    fkiraly authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    fde576e View commit details
    Browse the repository at this point in the history
  5. [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.
    jgyasu authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    d08ba3c View commit details
    Browse the repository at this point in the history
  6. [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.
    dependabot[bot] authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    e23dd22 View commit details
    Browse the repository at this point in the history
  7. [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
    fkiraly authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    1276d50 View commit details
    Browse the repository at this point in the history
  8. [DOC] Add new reconcilers to API reference (#8440)

    Reconcilers were not available in API reference
    felipeangelimvieira authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    ee8967b View commit details
    Browse the repository at this point in the history
  9. [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.
    fkiraly authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    16c5cfe View commit details
    Browse the repository at this point in the history
  10. Release 0.38.0 (#8449)

    Release PR for 0.38.0
    
    * version number bump
    * changelog
    fkiraly authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    fa8aee4 View commit details
    Browse the repository at this point in the history
  11. [MNT] insta-release for 0.38.0 (#8451)

    instant release action for 0.38.0
    fkiraly authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    59c8ebc View commit details
    Browse the repository at this point in the history
Loading