Skip to content

Update darts requirement from >=0.44.0 to >=0.44.1#38

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/darts-gte-0.44.1
Open

Update darts requirement from >=0.44.0 to >=0.44.1#38
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/darts-gte-0.44.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Updates the requirements on darts to permit the latest version.

Release notes

Sourced from darts's releases.

Darts patch 0.44.1

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.44.1 (2026-05-05)

For users of the library:

Improved

Fixed

  • Fixed a ValueError in backtest() when using overlap_end=True with predict_likelihood_parameters=True and a quantile metric. The final forecast window could extend beyond the series end, producing an empty intersection that caused a reshape failure in the metric computation. #3111 by Dennis Bader
  • Fixed rendering issues of CustomBlockRNNModule and CustomRNNModule in the documentation. #3094 by Zhihao Dai
  • Fixed rendering issues of 20-SKLearnModel-examples notebook in the documentation. #3094 by Zhihao Dai

Dependencies

  • Re-added support for numpy < 2 (numpy>=1.26.0) to allow compatibility with cloud platforms that require older numpy versions (e.g., Foundry Transforms due to Spark 3). #3110 by Dennis Bader

For developers of the library:

  • PyPI package release is now part of the release workflow using secure Trusted Publishing via OpenID Connect (OIDC). #3100 by Dennis Bader
  • Sped up the documentation build by utilizing multiple CPU cores. #3094 by Zhihao Dai.
  • Added a weekly GitHub Actions workflow to run uv audit and fail CI when vulnerabilities are found in the dependencies. #3102 by Zhihao Dai.
  • Updated GitHub Actions to use Node.js 24 runtime as Node.js 20 has reached end-of-life. #3105 by Zhihao Dai.

Dependencies

  • Added a uv 7-day cooldown period to reduce supply-chain risk from newly published packages during dependency resolution. #3096 by Zhihao Dai
  • Configured uv to install only binary wheels for all dependencies to reduce supply-chain risk from source-distribution build execution. #3099 by Zhihao Dai
  • Replaced m2r2 and recommonmark with myst-parser for Sphinx Markdown support, fixing 3 nbconvert vulnerabilities caused by m2r2 pinning mistune==0.8.4. #3104 by Dennis Bader

0.44.0 (2026-04-30)

For users of the library:

Improved

  • 🚀🚀 Dramatically reduced import times by deferring heavy third-party dependencies (torch, sklearn, scipy, ...) until they are actually needed. This benefits cold-start scenarios (serverless functions, CLI tools, short-lived scripts), CI pipelines, and interactive development workflows where fast feedback loops matter. Here are some import speed-up examples: #3066 by Dennis Bader
    • TimeSeries, metrics, datasets, data transformers: 8x faster (2.4 → 0.3 seconds)
    • Baseline models: 19x faster (5.7 → 0.3 seconds)
    • SKLearn models: 4.4x faster (5.7 → 1.3 seconds)
    • Torch models: 1.9x faster (5.7 → 3.0 seconds)
  • 🚀🚀 Added new forecasting model TiRexModel : NX-AI's pre-trained 35M-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. #3038 by Lukas Fischer, Martin Loretz, and Zhihao Dai.
  • Improvements to InvertibleDataTransformer and data Pipeline : #3085 by Jakub Chłapek
    • Added optional insample parameter to inverse_transform() to supply the transformed history needed by transformers like Diff, removing the need to manually concatenate the in-sample series before inverse-transforming a forecast.
    • Diff can now be properly used inside a target series Pipeline with historical_forecasts() via the data_transformers parameter. The backtested forecasts are correctly inverse-transformed back to the original scale.
  • Improvements to RegressionEnsembleModel : #3041 by Gabriel Margaria and #3074 by Junghwan Na.
    • Base forecasting models using output_chunk_shift>0 are now fully supported. If you're using a custom regression_model, simply set its output shift to be the same as that of the base models.
    • Added support for output_chunk_length>1 for the ensemble (regression) model. This means that the ensemble model can now consume information from base model forecasts over the entire horizon.
  • Improvements to Gradient-Boosted Models:
    • Added native multi-quantile support for CatBoostModel by using CatBoost’s MultiQuantile loss for faster training and inference. Set likelihood="multiquantile" to enable this feature. #3032 by Zhihao Dai
    • Added native multi-quantile support for XGBModel. Similar to the regular quantile support, it still fits dedicated models per quantile, but it is more efficient due to fewer tabularization operations. Set likelihood="multiquantile" to enable this feature. #3056 by Oswald Zink
  • Improvements to metrics:

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [darts](https://github.com/unit8co/darts) to permit the latest version.
- [Release notes](https://github.com/unit8co/darts/releases)
- [Changelog](https://github.com/unit8co/darts/blob/master/CHANGELOG.md)
- [Commits](unit8co/darts@0.44.0...0.44.1)

---
updated-dependencies:
- dependency-name: darts
  dependency-version: 0.44.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 12, 2026
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants