Sourced from safe-ds's releases.
v0.26.0
0.26.0 (2024-05-29)
Features
Table.count_row_if
(#788) (4137131), closes #786- added method to load pretrained models from huggingface (#790) (dd8394b)
- infer input size of forward and LSTM layers (#808) (098a07f)
- outline around dots of scatterplot (#785) (ee8acf7)
- remove output conversions (#792) (46f2f5d), closes #732
- shorten some excessively long names (#787) (1c3ea59), closes #772
- specify column names in constructor of table transformers (#795) (69a780c)
- store window size and forecast horizon in dataset (#794) (f07bc5a)
- string operations on cells (#791) (4a17f76)
Bug Fixes
- handling of boolean columns in column statistics (#778) (f61cceb)
- sort x values of line plot (#782) (74d8649)
Special thanks to all contributors:
v0.25.0
0.25.0 (2024-05-15)
Features
- $R^2$ metric for regressors
- allow using tabular datasets in
predict
- implement tabular containers and all transformer (except
Discretizer
) with polars- move NN converters and layers to separate packages (#759) (c6a4073)
- remove deprecated methods from tabular containers
- specify partial order in label encoder (#763) (6fbe537), closes #639
- specify value separator when reading CSV file
- standalone metrics package
Special thanks to all contributors:
v0.24.0
0.24.0 (2024-05-09)
... (truncated)
Sourced from safe-ds's changelog.
0.26.0 (2024-05-29)
Features
Table.count_row_if
(#788) (4137131), closes #786- added method to load pretrained models from huggingface (#790) (dd8394b)
- infer input size of forward and LSTM layers (#808) (098a07f)
- outline around dots of scatterplot (#785) (ee8acf7)
- remove output conversions (#792) (46f2f5d), closes #732
- shorten some excessively long names (#787) (1c3ea59), closes #772
- specify column names in constructor of table transformers (#795) (69a780c)
- store window size and forecast horizon in dataset (#794) (f07bc5a)
- string operations on cells (#791) (4a17f76)
Bug Fixes
- handling of boolean columns in column statistics (#778) (f61cceb)
- sort x values of line plot (#782) (74d8649)
0.25.0 (2024-05-15)
Features
- major API redesign (WIP) (#752) (8e781f9), closes #694 #699 #714 #748
- move NN converters and layers to separate packages (#759) (c6a4073)
- remove operations without replacement from tabular containers (#747) (0e5a54b)
- specify partial order in label encoder (#763) (6fbe537), closes #639
Bug Fixes
- Conversion of tabular dataset to tensors (#757) (9e40b65)
- fixed devices with new polars implementation (#756) (e72339e)
Performance Improvements
0.24.0 (2024-05-09)
Features
... (truncated)
47747da
chore(release): 0.26.0 [skip ci]098a07f
feat: infer input size of forward and LSTM layers (#808)69a780c
feat: specify column names in constructor of table transformers (#795)f07bc5a
feat: store window size and forecast horizon in dataset (#794)e0cd47b
build(deps): bump requests from 2.31.0 to 2.32.0 (#793)a8b4f9f
docs: add tutorials for ImageList
processing and image
classification with ...46f2f5d
feat: remove output conversions (#792)dd8394b
feat: added method to load pretrained models from huggingface (#790)4a17f76
feat: string operations on cells (#791)4137131
feat: Table.count_row_if
(#788)