Skip to content

Commit 0990a6e

Browse files
authored
Update changelog and u8darts version (#753)
1 parent bed6e52 commit 0990a6e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@
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.16.0...master)
7+
[Full Changelog](https://github.com/unit8co/darts/compare/0.16.1...master)
8+
9+
## [0.16.1](https://github.com/unit8co/darts/tree/0.16.1) (2022-01-24)
10+
Patch release
11+
12+
### For users of the library:
13+
- Fixed an incompatibility with latest version of Pandas ([#752](https://github.com/unit8co/darts/pull/752))
14+
- Fixed non contiguous error when using lstm_layers > 1 on gpu ([#740](https://github.com/unit8co/darts/pull/740))
15+
- Small improvement in type annotations in API documentation ([#744](https://github.com/unit8co/darts/pull/744))
16+
17+
### For developers of the library:
18+
- Added flake8 tests to CI pipelines ([#749](https://github.com/unit8co/darts/pull/749),
19+
[#748](https://github.com/unit8co/darts/pull/748), [#745](https://github.com/unit8co/darts/pull/745))
20+
821

922
## [0.16.0](https://github.com/unit8co/darts/tree/0.16.0) (2022-01-13)
1023

setup_u8darts.py

+1-1
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.16.0",
32+
version="0.16.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)