Skip to content

Commit e01ad89

Browse files
chore(release): 0.21.0 [skip ci]
## [0.21.0](v0.20.0...v0.21.0) (2024-04-17) ### Features * add ARIMA model ([#577](#577)) ([8b9c7a9](8b9c7a9)), closes [#570](#570) * Add ImageList class ([#534](#534)) ([3cb74a2](3cb74a2)), closes [#528](#528) [#599](#599) [#600](#600) * more hash, sizeof and eq implementations ([#609](#609)) ([2bc0b0a](2bc0b0a)) ### Performance Improvements * Add special case to `Table.add_rows` to increase performance ([#608](#608)) ([ffb8304](ffb8304)), closes [#606](#606) * improve performance of model & forward layer ([#616](#616)) ([e856cd5](e856cd5)), closes [#610](#610) * lazily import our modules and external libraries ([#624](#624)) ([20fc313](20fc313)) * treat Tables specially when calling add_rows ([#606](#606)) ([e555b85](e555b85)), closes [#575](#575)
1 parent 20fc313 commit e01ad89

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.21.0](https://github.com/Safe-DS/Library/compare/v0.20.0...v0.21.0) (2024-04-17)
2+
3+
4+
### Features
5+
6+
* add ARIMA model ([#577](https://github.com/Safe-DS/Library/issues/577)) ([8b9c7a9](https://github.com/Safe-DS/Library/commit/8b9c7a9295a2bfc0c425d247e76a38b4b79136b8)), closes [#570](https://github.com/Safe-DS/Library/issues/570)
7+
* Add ImageList class ([#534](https://github.com/Safe-DS/Library/issues/534)) ([3cb74a2](https://github.com/Safe-DS/Library/commit/3cb74a2a0acc0bdeb795c2d22d1cc02e9fb6b790)), closes [#528](https://github.com/Safe-DS/Library/issues/528) [#599](https://github.com/Safe-DS/Library/issues/599) [#600](https://github.com/Safe-DS/Library/issues/600)
8+
* more hash, sizeof and eq implementations ([#609](https://github.com/Safe-DS/Library/issues/609)) ([2bc0b0a](https://github.com/Safe-DS/Library/commit/2bc0b0a2ba0a5eda0d4c220210c59247d3a18ef2))
9+
10+
11+
### Performance Improvements
12+
13+
* Add special case to `Table.add_rows` to increase performance ([#608](https://github.com/Safe-DS/Library/issues/608)) ([ffb8304](https://github.com/Safe-DS/Library/commit/ffb83042307dbe77baef6e24dbefb9691b02db15)), closes [#606](https://github.com/Safe-DS/Library/issues/606)
14+
* improve performance of model & forward layer ([#616](https://github.com/Safe-DS/Library/issues/616)) ([e856cd5](https://github.com/Safe-DS/Library/commit/e856cd50f806b84098a1b6caf206ccfb9955df58)), closes [#610](https://github.com/Safe-DS/Library/issues/610)
15+
* lazily import our modules and external libraries ([#624](https://github.com/Safe-DS/Library/issues/624)) ([20fc313](https://github.com/Safe-DS/Library/commit/20fc31395390a21ce052bea6dc295ed66ddef310))
16+
* treat Tables specially when calling add_rows ([#606](https://github.com/Safe-DS/Library/issues/606)) ([e555b85](https://github.com/Safe-DS/Library/commit/e555b85dbd3a5e967f6337faa3d2ac4a9e8d8208)), closes [#575](https://github.com/Safe-DS/Library/issues/575)
17+
118
## [0.20.0](https://github.com/Safe-DS/Library/compare/v0.19.0...v0.20.0) (2024-04-03)
219

320

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "safe-ds"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
description = "A user-friendly library for Data Science in Python."
55
authors = ["Lars Reimann <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)