Skip to content

v0.14.0

Compare
Choose a tag to compare
@lars-reimann lars-reimann released this 30 Jun 07:16
· 331 commits to main since this release

0.14.0 (2023-06-30)

Features

  • Add find_edges method to Image class (#383) (d14b6ce), closes #288
  • Add StandardScaler transformer (#316) (57b0572), closes #142
  • Add docstrings to the getter methods for hyperparameters in Regression and Classification models (#371) (9073f04), closes #313
  • Added Table.group_by to group a table by a given key (#343) (afb98be), closes #160
  • Added and improved errors and warnings in the table transformers (#372) (544e307), closes #152
  • added crop() method in image and tests (#365) (eba8163)
  • added invert_colors method (#367) (1e4d110)
  • adjust brightness and contrast of image (#368) (1752feb), closes #289 #291
  • blur Image method (#363) (c642176)
  • check that methods of table can handle an empty table (#314) (686c2e7), closes #123
  • convert image to grayscale (#366) (1312fe7), closes #287
  • enhance replace_column to accept a list of new columns (#312) (d50c5b5), closes #301
  • Explicitly throw UnknownColumnNameError in TaggedTable._from_table (#334) (498999f), closes #333
  • flip images / eq method for image (#360) (54f4ae1), closes #280
  • improve table.summary. Catch ValueError thrown by column.stability (#390) (dbbe0e3), closes #320
  • improve error handling of column.stability when given a column that contains only None (#388) (1da2499), closes #319
  • Improve Error Handling of classifiers and regressors (#355) (66f5f64), closes #153
  • properties for width-height of image (#359) (d9ebdc1), closes #290
  • Resize image (#354) (3a971ca), closes #283
  • rotate_left and rotate_right added to Image (#361) (c877530), closes #281
  • set kernel of support vector machine (#350) (1326f40), closes #172
  • sharpen image (#364) (3444700), closes #286

Bug Fixes

  • Keeping no columns with Table.keep_only_columns results in an empty Table with a row count above 0 (#386) (15dab06), closes #318
  • remove default value of positive_class parameter of classifier metrics (#382) (58fc09e)
  • remove default value of radius parameter of blur (#378) (7f07f29)