This repository has been 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_mode
argument inimage.DataFrameIterator
; added values"raw"
and"multi_output"
(and inImageDataGenerator.flow_from_dataframe
).. - Added argument
weight_col
inimage. DataFrameIterator
(and inImageDataGenerator.flow_from_dataframe
). - Removed argument
drop_duplicates
image.DataFrameIterator
(and inImageDataGenerator.flow_from_dataframe
). - Added argument
validate_filenames
inimage.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_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 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_dataframe
method inImageDataGenerator
- Add
DataframeIterator
class - 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.