From acbd48805e568fb28bff1be86c901f20205da454 Mon Sep 17 00:00:00 2001 From: Dennis Bader Date: Sun, 10 Dec 2023 17:13:05 +0100 Subject: [PATCH] bump u8darts 0.27.0 and update changelog (#2116) --- CHANGELOG.md | 12 ++++++++++-- setup_u8darts.py | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e389283e9..95f52f1a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,16 @@ but cannot always guarantee backwards compatibility. Changes that may **break co ## [Unreleased](https://github.com/unit8co/darts/tree/master) -[Full Changelog](https://github.com/unit8co/darts/compare/0.27.0...master) +[Full Changelog](https://github.com/unit8co/darts/compare/0.27.1...master) +### For users of the library: +**Improved** + +**Fixed** + +### For developers of the library: + +## [0.27.1](https://github.com/unit8co/darts/tree/0.27.1) (2023-12-10) ### For users of the library: **Improved** - 🔴 Added `CustomRNNModule` and `CustomBlockRNNModule` for defining custom RNN modules that can be used with `RNNModel` and `BlockRNNModel`. The custom `model` must now be a subclass of the custom modules. [#2088](https://github.com/unit8co/darts/pull/2088) by [Dennis Bader](https://github.com/dennisbader). @@ -18,7 +26,7 @@ but cannot always guarantee backwards compatibility. Changes that may **break co - Fixed a bug when creating a `RNNModel` with a custom `model`. [#2088](https://github.com/unit8co/darts/pull/2088) by [Dennis Bader](https://github.com/dennisbader). ### For developers of the library: - +- Added a folder `docs/generated_api` to define custom .rst files for generating the documentation. [#2115](https://github.com/unit8co/darts/pull/2115) by [Dennis Bader](https://github.com/dennisbader). ## [0.27.0](https://github.com/unit8co/darts/tree/0.27.0) (2023-11-18) ### For users of the library: diff --git a/setup_u8darts.py b/setup_u8darts.py index b02483f864..415c9bff76 100644 --- a/setup_u8darts.py +++ b/setup_u8darts.py @@ -29,7 +29,7 @@ def read_requirements(path): setup( name="u8darts", - version="0.27.0", + version="0.27.1", description="A python library for easy manipulation and forecasting of time series.", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",