Skip to content

Commit f12a6bd

Browse files
authored
bump u8darts 0.36.0 to 0.37.0 and update changelog (#2873)
1 parent 0e91d21 commit f12a6bd

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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

setup_u8darts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read_requirements(path):
2929

3030
setup(
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",

0 commit comments

Comments
 (0)