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

Conversation

@rragundez
Copy link
Contributor

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)
@rragundez rragundez requested a review from Dref360 January 30, 2019 08:16
@rragundez rragundez mentioned this pull request Jan 30, 2019
4 tasks
@paulgc
Copy link

paulgc commented Jan 30, 2019

@rragundez Will there be a minor release after this fix?

@rragundez
Copy link
Contributor Author

I'm trying to get that arranged indeed. In my opinion it must happen as this can break many people's import statements. I'll try to get back to you ASAP.

@akelad
Copy link

akelad commented Jan 30, 2019

a minor release would be great, this breaks the tensorflow pypi package as well when using keras

jantonguirao added a commit to jantonguirao/DALI that referenced this pull request Jan 30, 2019
…porting pandas, which is not installed) Reference: keras-team/keras-preprocessing#154 keras-team/keras-preprocessing#156 Signed-off-by: Joaquin Anton <janton@nvidia.com>
jantonguirao added a commit to NVIDIA/DALI that referenced this pull request Jan 30, 2019
…porting pandas, which is not installed) (#498) Reference: keras-team/keras-preprocessing#154 keras-team/keras-preprocessing#156 Signed-off-by: Joaquin Anton <janton@nvidia.com>
@Dref360 Dref360 merged commit c1303d7 into keras-team:master Jan 30, 2019
@rragundez rragundez deleted the rm-pd-import branch January 30, 2019 14:19
haoxintong pushed a commit to haoxintong/DALI that referenced this pull request Jul 16, 2019
…porting pandas, which is not installed) (NVIDIA#498) Reference: keras-team/keras-preprocessing#154 keras-team/keras-preprocessing#156 Signed-off-by: Joaquin Anton <janton@nvidia.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

4 participants