Releases
v0.15.0
0.15.0 (2023-07-13)
Features
Add copy method for tables (#405 ) (72e87f0 ), closes #275
add gaussian noise to image (#430 ) (925a505 ), closes #381
add schema conversions when adding new rows to a table and schema conversion when creating a new table (#432 ) (6e9ff69 ), closes #404 #322 #127 #322 #127
add test for empty tables for the method Table.sort_rows
(#431 ) (f94b768 ), closes #402
added color adjustment feature (#409 ) (2cbee36 ), closes #380
added test_repr table tests (#410 ) (cb77790 ), closes #349
discretize table (#327 ) (5e3da8d ), closes #143
Improve error handling of TaggedTable (#450 ) (c5da544 ), closes #150
Maintain tagging in methods inherited from Table
class (#332 ) (bc73a6c ), closes #58
new error class OutOfBoundsError
(#438 ) (1f37e4a ), closes #262
rename several Table
methods for consistency (#445 ) (9954986 ), closes #439
suggest similar columns if column gets accessed that doesnt exist (#385 ) (6a097a4 ), closes #203
Bug Fixes
added the missing ids in parameterized tests (#412 ) (dab6419 ), closes #362
don't warn if Imputer
transforms column without missing values (#448 ) (f0cb6a5 )
Warnings raised by underlying seaborn and numpy libraries (#425 ) (c4143af ), closes #357
You can’t perform that action at this time.