You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* colors arg added, accept lists of length num_comp
* color or c in kwargs
* check added
* changelog entry added
* refactoring after discussion with Dennis
* CHANGELOG changed
Co-authored-by: Dennis Bader <[email protected]>
* custom_colors instead of multi_color
Co-authored-by: Dennis Bader <[email protected]>
* logic check upgraded
Co-authored-by: Dennis Bader <[email protected]>
* doc corrected
* spelling
Co-authored-by: Dennis Bader <[email protected]>
* change of logic
Co-authored-by: Dennis Bader <[email protected]>
* change of logic follow-up
Co-authored-by: Dennis Bader <[email protected]>
* alpha moved to arguments, error if color and c are used at the same time
* update plotting
---------
Co-authored-by: Dennis Bader <[email protected]>
Co-authored-by: madtoinou <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ but cannot always guarantee backwards compatibility. Changes that may **break co
13
13
14
14
- Added ONNX support for torch-based models with method `TorchForecastingModel.to_onnx()`. Check out [this example](https://unit8co.github.io/darts/userguide/gpu_and_tpu_usage.html#exporting-model-to-onnx-format-for-inference) from the user guide on how to export and load a model for inference. [#2620](https://github.com/unit8co/darts/pull/2620) by [Antoine Madrona](https://github.com/madtoinou)
15
15
- Made method `ForecastingModel.untrained_model()` public. Use this method to get a new (untrained) model instance created with the same parameters. [#2684](https://github.com/unit8co/darts/pull/2684) by [Timon Erhart](https://github.com/turbotimon)
16
-
- Made it possbile to run the quickstart notebook `00-quickstart.ipynb` locally. [#2691](https://github.com/unit8co/darts/pull/2691) by [Jules Authier](https://github.com/authierj)
16
+
-`TimeSeries.plot()` now supports setting the color for each component in the series. Simply pass a list / sequence of colors with length matching the number of components as parameters "c" or "colors". [#2680](https://github.com/unit8co/darts/pull/2680) by [Jules Authier](https://github.com/authierj)
17
+
- Made it possible to run the quickstart notebook `00-quickstart.ipynb` locally. [#2691](https://github.com/unit8co/darts/pull/2691) by [Jules Authier](https://github.com/authierj)
0 commit comments