Skip to content

build(deps): Bump darts from 0.44.1 to 0.45.0#134

Merged
ethancjackson merged 1 commit into
mainfrom
dependabot/uv/darts-0.45.0
Jun 24, 2026
Merged

build(deps): Bump darts from 0.44.1 to 0.45.0#134
ethancjackson merged 1 commit into
mainfrom
dependabot/uv/darts-0.45.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps darts from 0.44.1 to 0.45.0.

Release notes

Sourced from darts's releases.

Darts minor 0.45.0

We are pleased to announce the release of a new Darts version.

You can find a list with all changes in the release notes.

Changelog

Sourced from darts's changelog.

0.45.0 (2026-06-19)

For users of the library:

Improved

  • Improvements to ShapExplainer : #3049 by Zhihao Dai and Dennis Bader.
    • 🚀🚀 Added support for explaining any TorchForecastingModel including regular torch models (TiDEModel, ...) as well as foundation models (Chronos2, ...). It supports global and local explanations and can output SHAP values for further analysis.
    • Added method explain_single() to explain a single model forecast in detail, in addition to the existing batched method explain(). This is useful for local explanations of individual predictions with reduced computational cost.
    • Added support for explaining the forecasted likelihood parameter of probabilistic forecasts. For PyTorch models: all likelihoods are supported. For scikit-learn-like models: quantile and poisson regression are supported.
    • Method summary_plot() can now also be computed on any optional foreground series using parameters foreground_series, foreground_past_covariates, foreground_future_covariates.
    • Added a new notebook for Explainability of Forecasting Models including detailed usage examples of ShapExplainer.
    • 🔴 Renamed method force_plot_from_ts() to force_plot() to simplify.
  • Improvements to forecasting models:
    • 🚀 Added new forecasting model PatchTSTFMModel : IBM's pre-trained ~260M-parameter foundational model for zero-shot forecasting. It supports univariate, multivariate, and multiple time series forecasting without training and can output deterministic or probabilistic forecasts. #3120 by Dennis Bader.
    • Custom encoders now support functions that return multiple components. Simply pass such a function via the "custom" encoder key in the add_encoders model input parameter. #3069 by Moritz Waldleben.
    • Added use_longer_projection_head to TimesFM2p5Model to enable longer non-autoregressive prediction horizons (up to 1024 steps for output_chunk_length + output_chunk_shift). #3121 by Zhihao Dai.
    • Improved the documentation for capturing model uncertainty using Monte Carlo Dropout in the forecasting overiew user guide. #3117 by Jean-Baptiste Braun.
  • Improvements to TimeSeries :
    • TimeSeries.from_dataframe() now supports time columns of type pl.Date for polars.DataFrame. #3124 by Dennis Bader
  • Other improvements:
    • Optuna integration's PyTorchLightningPruningCallback for hyperparameter optimization of torch models is now natively available in Darts via darts.utils.callbacks. #3114 by Jakub Chłapek.

Fixed

  • Fixed several bugs in ShapExplainer including mismatched SHAP method enum values, feature naming conventions, and inconsistent instance count in explain(). #3049 by Zhihao Dai.
  • Fixed an issue in TFTModel where training under mixed precision resulted in float16 overflow. #3087 by Robert Ruidisch.
  • Fixed a bug in TimeSeries.quantile() where the output dtype did not match the input series dtype for dtypes float32 or float16. Now the dtype is correctly propagated. #3124 by Dennis Bader

For developers of the library:

  • Used GitHub Actions to publish the documentation to GitHub Pages, replacing the previous third-party branch-based deployment method. #3107 by Zhihao Dai
  • Removed optuna-integration[pytorch-lightning] from the testing dependencies. #3114 by Jakub Chłapek.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 23, 2026
Bumps [darts](https://github.com/unit8co/darts) from 0.44.1 to 0.45.0.
- [Release notes](https://github.com/unit8co/darts/releases)
- [Changelog](https://github.com/unit8co/darts/blob/master/CHANGELOG.md)
- [Commits](unit8co/darts@0.44.1...0.45.0)

---
updated-dependencies:
- dependency-name: darts
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/darts-0.45.0 branch from c4d5105 to 1088ca2 Compare June 24, 2026 19:07
@ethancjackson ethancjackson merged commit cb4f4e9 into main Jun 24, 2026
2 checks passed
@ethancjackson ethancjackson deleted the dependabot/uv/darts-0.45.0 branch June 24, 2026 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant