8000 Comparing v0.32.4...v0.33.0 · sktime/sktime · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.32.4
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.33.0
Choose a head ref
  • 16 commits
  • 19 files changed
  • 6 contributors

Commits on Sep 6, 2024

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

Commits on Sep 7, 2024

  1. [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...
    benHeid authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    262a9f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. [DOC] Add SaiRevanth25 contributions to all-contributors file (#7085)

    Adds @SaiRevanth25 contributions to all-contributors file
    SaiRevanth25 authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4795b30 View commit details
    Browse the repository at this point in the history
  2. [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.
    dependabot[bot] authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d2ce5f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. [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
    fkiraly authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9a18941 View commit details
    Browse the repository at this point in the history
  2. 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()
    ```
    ericjb authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    aeae5b0 View commit details
    Browse the repository at this point in the history
  3. [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.
    fkiraly authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    985a4d8 View commit details
    Browse the repository at this point in the history
  4. [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`
    fkiraly authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ccc5863 View commit details
    Browse the repository at this point in the history
  5. [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
    Saptarshi-Bandopadhyay authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    723f7ee View commit details
    Browse the repository at this point in the history
  6. [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.
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full 10000 SHA
    8d9ab28 View commit details
    Browse the repository at this point in the history
  7. [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.
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    96a1701 View commit details
    Browse the repository at this point in the history
  8. [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.
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1c6042b View commit details
    Browse the repository at this point in the history
  9. [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.
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a32cff0 View commit details
    Browse the repository at this point in the history
  10. [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.
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    43a0ecc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Release 0.33.0 (#7097)

    Release PR for 0.33.0
    
    * version number bump
    * changelog
    fkiraly authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7f887cd View commit details
    Browse the repository at this point in the history
  2. [MNT] insta-release action for 0.33.0 (#7098)

    Instant release action for 0.33.0
    fkiraly authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    37114a9 View commit details
    Browse the repository at this point in the history
Loading
0