This repository was archived by the owner on Sep 18, 2024. It is now read-only.
Releases: keras-team/keras-preprocessing
Releases · keras-team/keras-preprocessing
Keras Preprocessing 1.1.0
Changelog
All image iterators
- Added tif/tiff as valid image formats.
DataFrameIterator
- Removed value
"other"forclass_modeargument inimage.DataFrameIterator; added values"raw"and"multi_output"(and inImageDataGenerator.flow_from_dataframe).. - Added argument
weight_colinimage. DataFrameIterator(and inImageDataGenerator.flow_from_dataframe). - Removed argument
drop_duplicatesimage.DataFrameIterator(and inImageDataGenerator.flow_from_dataframe). - Added argument
validate_filenamesinimage.DataFrameIterator(and inImageDataGenerator.flow_from_dataframe).
Keras Preprocessing 1.0.9
Bugfix release.
Keras Preprocessing 1.0.8
This is a bugfix release, removing an import that caused issues. See prior changelog.
Minor fix
Keras Preprocessing 1.0.6
Changelog
- In
flow_from_dataframe,has_extis now deprecated. - In
DataframeIterator,sortis now deprecated. flow_from_dataframenow supports absolute paths.- Most transformations now support an
orderparameters which can be used to determine the interpolation following PIL standard. The default is usingnearest, 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
Revert breaking change in behavior of num_words argument in Tokenizer class.
Keras Preprocessing 1.0.4
- Add
flow_from_dataframemethod inImageDataGenerator - Add
DataframeIteratorclass - Bug fixes and documentation improvements
Keras Preprocessing 1.0.3
- Add support for string values in pad_sequences
- Markdown fixes
Keras Preprocessing 1.0.2
In preparation of Keras 2.2.1 release.
Changelog
- Support added for RGBA images.
- Bug fixes.
Keras Preprocessing 1.0.1
Initial release.