Skip to content

Tags: BSVogler/keras-preprocessing

Tags

1.1.0

Toggle 1.1.0's commit message
Prepare new release.

1.0.9

Toggle 1.0.9's commit message
Update version number.

1.0.8

Toggle 1.0.8's commit message
Update version number.

1.0.7

Toggle 1.0.7's commit message
Remove unused pandas import (keras-team#156)

### Summary

At the moment there is an unused pandas import. This is also the only import of pandas in the source code which makes the import of the package break if the user hasn't pandas installed. This PR removes the import.

### Related Issues

keras-team#154 

### PR Overview

- [n ] This PR requires new unit tests [y/n] (make sure tests are included)
- [ n] This PR requires to update the documentation [y/n] (make sure the docs are up-to-date)
- [ y] This PR is backwards compatible [y/n]
- [ n] This PR changes the current API [y/n] (all API changes need to be approved by fchollet)

1.0.6

Toggle 1.0.6's commit message
Update version number to 1.0.6.

1.0.5

Toggle 1.0.5's commit message
Prepare 1.0.5 release.

1.0.4

Toggle 1.0.4's commit message
Prepare 1.0.4 release.

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request keras-team#37 from juharris/pad_str

pad_sequences: Add support for string value.

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request keras-team#28 from kaczmarj/patch-1

docs: minor spelling fix in `.apply_transform`

1.0.1

Toggle 1.0.1's commit message
Prepare 1.0.1 release