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

Tags: keras-team/keras-preprocessing

Tags

1.1.2

Toggle 1.1.2's commit message
Allow zoom_range to be int or int tuple

1.1.1

Toggle 1.1.1's commit message
Prepare new release.

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 (#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

#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 #37 from juharris/pad_str

pad_sequences: Add support for string value.