Skip to content

Commit 47747da

Browse files
chore(release): 0.26.0 [skip ci]
## [0.26.0](v0.25.0...v0.26.0) (2024-05-29) ### Features * `Table.count_row_if` ([#788](#788)) ([4137131](4137131)), closes [#786](#786) * added method to load pretrained models from huggingface ([#790](#790)) ([dd8394b](dd8394b)) * infer input size of forward and LSTM layers ([#808](#808)) ([098a07f](098a07f)) * outline around dots of scatterplot ([#785](#785)) ([ee8acf7](ee8acf7)) * remove output conversions ([#792](#792)) ([46f2f5d](46f2f5d)), closes [#732](#732) * shorten some excessively long names ([#787](#787)) ([1c3ea59](1c3ea59)), closes [#772](#772) * specify column names in constructor of table transformers ([#795](#795)) ([69a780c](69a780c)) * store window size and forecast horizon in dataset ([#794](#794)) ([f07bc5a](f07bc5a)) * string operations on cells ([#791](#791)) ([4a17f76](4a17f76)) ### Bug Fixes * handling of boolean columns in column statistics ([#778](#778)) ([f61cceb](f61cceb)) * sort x values of line plot ([#782](#782)) ([74d8649](74d8649))
1 parent 098a07f commit 47747da

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

docs/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [0.26.0](https://github.com/Safe-DS/Library/compare/v0.25.0...v0.26.0) (2024-05-29)
2+
3+
4+
### Features
5+
6+
* `Table.count_row_if` ([#788](https://github.com/Safe-DS/Library/issues/788)) ([4137131](https://github.com/Safe-DS/Library/commit/41371310bede90ed79133f5d5601ead4e4a5660e)), closes [#786](https://github.com/Safe-DS/Library/issues/786)
7+
* added method to load pretrained models from huggingface ([#790](https://github.com/Safe-DS/Library/issues/790)) ([dd8394b](https://github.com/Safe-DS/Library/commit/dd8394bd6e2a22ddcaebbd34e3e80da48fe65102))
8+
* infer input size of forward and LSTM layers ([#808](https://github.com/Safe-DS/Library/issues/808)) ([098a07f](https://github.com/Safe-DS/Library/commit/098a07fc3bd658f1d48005a5585741c94efa7475))
9+
* outline around dots of scatterplot ([#785](https://github.com/Safe-DS/Library/issues/785)) ([ee8acf7](https://github.com/Safe-DS/Library/commit/ee8acf762cef001a111c2d19c8f640ca6790de0c))
10+
* remove output conversions ([#792](https://github.com/Safe-DS/Library/issues/792)) ([46f2f5d](https://github.com/Safe-DS/Library/commit/46f2f5d23c38cd011b1097a08b00b9229586abe5)), closes [#732](https://github.com/Safe-DS/Library/issues/732)
11+
* shorten some excessively long names ([#787](https://github.com/Safe-DS/Library/issues/787)) ([1c3ea59](https://github.com/Safe-DS/Library/commit/1c3ea599150d4a94cb41b5fcae5d1364c7f5915c)), closes [#772](https://github.com/Safe-DS/Library/issues/772)
12+
* specify column names in constructor of table transformers ([#795](https://github.com/Safe-DS/Library/issues/795)) ([69a780c](https://github.com/Safe-DS/Library/commit/69a780cab1a5dcab33c8c7a36f03bd2eb3367683))
13+
* store window size and forecast horizon in dataset ([#794](https://github.com/Safe-DS/Library/issues/794)) ([f07bc5a](https://github.com/Safe-DS/Library/commit/f07bc5a51c737ce47fb1c90e6ca68b837cdd6989))
14+
* string operations on cells ([#791](https://github.com/Safe-DS/Library/issues/791)) ([4a17f76](https://github.com/Safe-DS/Library/commit/4a17f76845683eb5493b6c177ed25638217b24e0))
15+
16+
17+
### Bug Fixes
18+
19+
* handling of boolean columns in column statistics ([#778](https://github.com/Safe-DS/Library/issues/778)) ([f61cceb](https://github.com/Safe-DS/Library/commit/f61cceb0e6dba534ae940046efc75555648bccda))
20+
* sort x values of line plot ([#782](https://github.com/Safe-DS/Library/issues/782)) ([74d8649](https://github.com/Safe-DS/Library/commit/74d8649dd4d84b8a1eb89b404146a240e8c69b91))
21+
122
## [0.25.0](https://github.com/Safe-DS/Library/compare/v0.24.0...v0.25.0) (2024-05-15)
223

324

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.25.0"
3+
version = "0.26.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)