Skip to content

Commit bb1957c

Browse files
authored
bump u8darts 0.37.0 to 0.37.1 and update changelog (#2876)
1 parent 34a2886 commit bb1957c

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,30 @@ 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.37.0...master)
8+
[Full Changelog](https://github.com/unit8co/darts/compare/0.37.1...master)
99

1010
### For users of the library:
1111

1212
**Improved**
1313

14-
- Improved the documentation regarding the new classification models from version 0.37.0. [#2875](https://github.com/unit8co/darts/pull/2875) by [Dennis Bader](https://github.com/dennisbader).
15-
1614
**Fixed**
1715

18-
- Added back the unit tests into the source code for our conda package. [#2875](https://github.com/unit8co/darts/pull/2875) by [Dennis Bader](https://github.com/dennisbader).
19-
2016
**Dependencies**
2117

2218
### For developers of the library:
2319

20+
## [0.37.1](https://github.com/unit8co/darts/tree/0.37.1) (2025-08-18)
21+
22+
### For users of the library:
23+
24+
**Improved**
25+
26+
- Improved the documentation regarding the new classification models from version 0.37.0. [#2875](https://github.com/unit8co/darts/pull/2875) by [Dennis Bader](https://github.com/dennisbader).
27+
28+
**Fixed**
29+
30+
- Added back the unit tests into the source code for our conda package. [#2875](https://github.com/unit8co/darts/pull/2875) by [Dennis Bader](https://github.com/dennisbader).
31+
2432
## [0.37.0](https://github.com/unit8co/darts/tree/0.37.0) (2025-08-17)
2533

2634
### For users of the library:

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.37.0",
32+
version="0.37.1",
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)