Skip to content

Commit

Permalink
bump u8darts 0.27.0 and update changelog (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbader authored Dec 10, 2023
1 parent 8897e93 commit acbd488
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup_u8darts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit acbd488

Please sign in to comment.