Skip to content

Commit a281861

Browse files
authored
Release 0.17.1 (#807)
* bump u8darts * Update changelog
1 parent ef72f4b commit a281861

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@
44
Darts is still in an early development phase and we cannot always guarantee backwards compatibility. Changes that may **break code which uses a previous release of Darts** are marked with a "🔴".
55

66
## [Unreleased](https://github.com/unit8co/darts/tree/master)
7-
[Full Changelog](https://github.com/unit8co/darts/compare/0.17.0...master)
7+
[Full Changelog](https://github.com/unit8co/darts/compare/0.17.1...master)
8+
9+
## [0.17.1](https://github.com/unit8co/darts/tree/0.17.1) (2022-02-17)
10+
Patch release
11+
12+
### For users of the library:
13+
**Fixed**
14+
- Fixed issues with (now deprecated) `torch_device_str` parameter, and improved documentation
15+
related to using devices with PyTorch Lightning. [#806](https://github.com/unit8co/darts/pull/806)
16+
- Fixed an issue with `ReduceLROnPlateau`. [#806](https://github.com/unit8co/darts/pull/806)
17+
- Fixed an issue with the periodic basis functions of N-BEATS. [#804](https://github.com/unit8co/darts/pull/804)
18+
- Relaxed requirements for `pandas`; from `pandas>=1.1.0` to `pandas>=1.0.5`. [#800](https://github.com/unit8co/darts/pull/800)
19+
820

921
## [0.17.0](https://github.com/unit8co/darts/tree/0.17.0) (2022-02-15)
1022
### For users of the library:

setup_u8darts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def read_requirements(path):
3030

3131
setup(
3232
name="u8darts",
33-
version="0.17.0",
33+
version="0.17.1",
3434
description="A python library for easy manipulation and forecasting of time series.",
3535
long_description=LONG_DESCRIPTION,
3636
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)