v0.11.0
0.11.0 (2023-04-21)
Features
OneHotEncoder.inverse_transform
now maintains the column order from the original table (#195) (3ec0041), closes #109- add
plot_
prefix back to plotting methods (#212) (e50c3b0), closes #211 - adjust
Column
,Schema
andTable
to changes inRow
(#216) (ca3eebb) - back
Row
by apolars.DataFrame
(#214) (62ca34d), closes #196 #149 - clean up
Row
class (#215) (b12fc68) - convert between
Row
anddict
(#206) (e98b653), closes #204 - convert between a
dict
and aTable
(#198) (2a5089e), closes #197 - create column types for
polars
data types (#208) (e18b362), closes #196 - dataframe interchange protocol (#200) (bea976a), closes #199
- move existing ML solutions into
safeds.ml.classical
package (#213) (655f07f), closes #210