Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNT] new CI workflow to test extras #5375

Merged
merged 37 commits into from Oct 21, 2023

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    42335e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abbd71c View commit details
    Browse the repository at this point in the history
  3. fixed typos

    yarnabrina committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    9875a46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e77c98b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be83021 View commit details
    Browse the repository at this point in the history
  6. sort extras

    yarnabrina committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    611fe14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92c79f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e81065 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Merge remote-tracking branch 'origin/main' into validate-extras-workflow

    * origin/main:
      [MNT] skpro as a soft dependency (sktime#5273)
      [DOC] Correct code block formatting for pre-commit install command (sktime#5377)
      [ENH] parallelization backend calls in utility module - part 2, backend parameter passing (sktime#5311)
      [MNT] [Dependabot](deps): Bump stefanzweifel/git-auto-commit-action from 4 to 5 (sktime#5373)
      [MNT] python 3.12 compatibility - replace `distutils` calls with equivalent functionality (sktime#5376)
      [DOC] `sktime` intro notebook (sktime#3793)
      [ENH] Skip unnecessary fit in `ForecastX` if inner `forecaster_y` ignores `X` (sktime#5353)
      [ENH] refactor parallelization backend calls in utility module (sktime#5268)
      [ENH] ARCH model (arch package) Issue sktime#2173 (sktime#5326)
      [ENH] add error message return to `deep_equals` assert in `test_reconstruct_identical`  (sktime#4927)
      [DOC] Added all feature names to docstring for DateTimeFeatures class (sktime#5283)
      [BUG] fix `STLForecaster` tag `ignores-exogenous-X` to be correctly set for composites (sktime#5365)
      [BUG] Fix inconsistent date/time index in `plot_windows` sktime#4919 (sktime#5321)
    yarnabrina committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    14c26ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9f7e29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cb178b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge remote-tracking branch 'origin/main' into validate-extras-workflow

    * origin/main:
      [MNT] [Dependabot](deps-dev): Update arch requirement from <6.2.0,>=5.6.0 to >=5.6.0,<6.3.0 (sktime#5392)
      [BUG] `statsforecast 1.6.0` compatibility - fix argument differences between `sktime` and `statsforecast` (sktime#5393)
      [BUG] `statsforecast 1.6.0` compatibility - in `statsforecast` adapter, fixing `RuntimeError: dictionary changed size during iteration` (sktime#5317)
      [DOC] fix typo in classification notebook (sktime#5390)
      [DOC] fix broken docstring example of `AlignerDtwNumba` (sktime#5374)
      [ENH] incremental testing to also test if any parent class in sktime has changed (sktime#5379)
      [ENH] simplified delegator interface to `dtw-python` based dynamic time warping distances (sktime#5348)
      [ENH] `YfromX` - probabilistic forecasts (sktime#5271)
      [ENH] removed py37.dockerfile and update doc entry for CI (sktime#5356)
      [ENH] lucky dynamic time warping distance and aligner (sktime#5341)
      [ENH] sensible default `_get_distance_matrix` for time series aligners (sktime#5347)
      [ENH] delegator for pairwise time series distances and kernels (sktime#5340)
    yarnabrina committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c31a6fe View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. added new hook

    yarnabrina committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    aca6262 View commit details
    Browse the repository at this point in the history
  2. format using new hook

    yarnabrina committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    c71d161 View commit details
    Browse the repository at this point in the history
  3. added new hook

    yarnabrina committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    4204ee6 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/auto-format-pyproject' into vali…

    …date-extras-workflow
    
    * origin/auto-format-pyproject: (27 commits)
      added new hook
      format using new hook
      added new hook
      [DOC] fixing docstring example for `FhPlexForecaster` (sktime#4931)
      Revert "[MNT] instant release action" (sktime#5421)
      [MNT] instant release action (sktime#5419)
      Release 0.24.0 (sktime#5403)
      🚀 python 3.12 🚀  (sktime#5345)
      Revert "[MNT] instant release action" (sktime#5415)
      [MNT] 0.24.0 deprecations and change actions (sktime#5404)
      [MNT] [Dependabot](deps-dev): Update holidays requirement from <0.34,>=0.29 to >=0.29,<0.35 (sktime#5342)
      [MNT] Migrate from `pykalman` to `pykalman-bardo` (sktime#5277)
      [MNT] [Dependabot](deps-dev): Update skpro requirement from <2.1.0,>=2.0.0 to >=2.0.0,<2.2.0 (sktime#5396)
      [MNT] [Dependabot](deps-dev): Update numba requirement from <0.58,>=0.53 to >=0.53,<0.59 (sktime#5319)
      [MNT] update numba requirement from <0.58,>=0.53 to >=0.53,<0.59"" (sktime#5299)
      [MNT] instant release action (sktime#5265)
      Release 0.23.1 - omitted changelog commit (sktime#5413)
      Release 0.23.1 (sktime#5402)
      [ENH] Refactor of `DateTimeFeatures` tests to `pytest` fixtures (sktime#5397)
      [ENH] remove legacy except in `TestAllEstimators` for `predict_proba` (sktime#5386)
      ...
    yarnabrina committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    f353053 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b06fc6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ec78b2 View commit details
    Browse the repository at this point in the history
  7. support 3.12

    yarnabrina committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    fbda0d0 View commit details
    Browse the repository at this point in the history
  8. reduce job matrix size

    yarnabrina committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    f1337dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8617d63 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb3c0b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7fb8b5d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    64de4a7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d35e7b0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3b54efc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    66a858d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef1f089 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f8f89a0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    05fc0d7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f56cd94 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    9e6e652 View commit details
    Browse the repository at this point in the history
  2. Revert "remove older python versions temporarily"

    This reverts commit 7fb8b5d.
    yarnabrina committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    5e57626 View commit details
    Browse the repository at this point in the history
  3. Revert "remove workflows temporarily"

    This reverts commit b06fc6f.
    yarnabrina committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    6b4bf53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1946e7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    222dbf1 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/main' into validate-extras-workflow

    * origin/main:
      [MNT] Auto format pyproject (sktime#5425)
    yarnabrina committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    c466fee View commit details
    Browse the repository at this point in the history