Skip to content

v0.29.0

Latest
Compare
Choose a tag to compare
@lars-reimann lars-reimann released this 26 Nov 18:19

0.29.0 (2024-11-26)

Features

  • remove Image.__array__ (#964) (d2f59c9)
  • rename count_row_if to count_rows_if (#960) (f5d6324)
  • rename epoch_size to epoch_count (#962) (fa62e9b)
  • rename flip_vertically and flip_horizontally methods (#946) (a3607d7), closes #945
  • rename load_pretrained_model to from_pretrained_model (#957) (5b32acc)
  • rename Row.get_value to Row.get_cell (#947) (e77cb6c)

Bug Fixes

  • avoid performance warning when accessing column_count (#949) (c24b6d5)
  • handle deprecations in third-party libraries (#963) (e10e6bb)
  • index tensor on cpu (#961) (afafd43)