Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Releases: keras-team/keras-preprocessing

Keras Preprocessing 1.1.0

31 May 16:30
Compare
Choose a tag to compare

Changelog

All image iterators

  • Added tif/tiff as valid image formats.

DataFrameIterator

  • Removed value "other" for class_mode argument in image.DataFrameIterator; added values "raw" and "multi_output" (and in ImageDataGenerator.flow_from_dataframe)..
  • Added argument weight_col in image. DataFrameIterator (and in ImageDataGenerator.flow_from_dataframe).
  • Removed argument drop_duplicates image.DataFrameIterator (and in ImageDataGenerator.flow_from_dataframe).
  • Added argument validate_filenames in image.DataFrameIterator (and in ImageDataGenerator.flow_from_dataframe).

Keras Preprocessing 1.0.9

06 Feb 01:27
Compare
Choose a tag to compare

Bugfix release.

Keras Preprocessing 1.0.8

30 Jan 15:48
Compare
Choose a tag to compare

This is a bugfix release, removing an import that caused issues. See prior changelog.

Minor fix

30 Jan 14:02
Compare
Choose a tag to compare

Remove an import that would cause a failure if pandas is not installed.

Keras Preprocessing 1.0.6

30 Jan 01:46
Compare
Choose a tag to compare

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.

Keras Preprocessing 1.0.5

28 Sep 22:00
Compare
Choose a tag to compare

Revert breaking change in behavior of num_words argument in Tokenizer class.

Keras Preprocessing 1.0.4

28 Sep 20:24
Compare
Choose a tag to compare
  • Add flow_from_dataframe method in ImageDataGenerator
  • Add DataframeIterator class
  • Bug fixes and documentation improvements

Keras Preprocessing 1.0.3

29 Aug 15:41
b786e96
Compare
Choose a tag to compare
  • Add support for string values in pad_sequences
  • Markdown fixes

Keras Preprocessing 1.0.2

27 Jul 21:36
da035c8
Compare
Choose a tag to compare

In preparation of Keras 2.2.1 release.

Changelog

  • Support added for RGBA images.
  • Bug fixes.

Keras Preprocessing 1.0.1

01 Jun 22:57
Compare
Choose a tag to compare

Initial release.