Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Keras Preprocessing 1.0.6

Compare
Choose a tag to compare
@fchollet fchollet released this 30 Jan 01:46
· 55 commits to master since this release

Changelog

  • In flow_from_dataframe, has_ext is now deprecated.
  • In DataframeIterator, sort is now deprecated.
  • flow_from_dataframe now supports absolute paths.
  • Most transformations now support an order parameters which can be used to determine the interpolation following PIL standard. The default is using nearest, which was the default before this addition.

Credits

Special thanks to @Dref360, the primary maintainer, who makes the existence of this module possible. We also thank @KuzMenachem, @a-c-ozbek, @apatsekin, @fuzzythecat, @heytitle, @mkaze, @piyushchauhan, @rragundez, @smurak, @srajanpaliwal, who contributed to this release.