File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,19 @@ but cannot always guarantee backwards compatibility. Changes that may **break co
55
66## [ Unreleased] ( https://github.com/unit8co/darts/tree/master )
77
8- [ Full Changelog] ( https://github.com/unit8co/darts/compare/0.36.0...master )
8+ [ Full Changelog] ( https://github.com/unit8co/darts/compare/0.37.0...master )
9+
10+ ### For users of the library:
11+
12+ ** Improved**
13+
14+ ** Fixed**
15+
16+ ** Dependencies**
17+
18+ ### For developers of the library:
19+
20+ ## [ 0.37.0] ( https://github.com/unit8co/darts/tree/0.37.0 ) (2025-08-17)
921
1022### For users of the library:
1123
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def read_requirements(path):
2929
3030setup (
3131 name = "u8darts" ,
32- version = "0.36 .0" ,
32+ version = "0.37 .0" ,
3333 description = "A python library for easy manipulation and forecasting of time series." ,
3434 long_description = LONG_DESCRIPTION ,
3535 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments