Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scipy.misc.imresize removed in scipy 1.3.0. #14

Open
cgo opened this issue Jul 28, 2019 · 7 comments
Open

scipy.misc.imresize removed in scipy 1.3.0. #14

cgo opened this issue Jul 28, 2019 · 7 comments

Comments

@cgo
Copy link

cgo commented Jul 28, 2019

imresize is no longer provided by scipy. If the intention is to support 1.3.0 and above, I suggest to switch to Pillow or something else.

@anuragranj
Copy link
Owner

Thanks @cgo . I can start working on it, but if you already have something, could you send a pull request?

@cgo
Copy link
Author

cgo commented Aug 2, 2019

I just downgraded scipy on my end :-) just wanted to give CC a try.
On that note, I'll contact you with another question that has nothing to do with this issue; stay tuned :)

@anuragranj
Copy link
Owner

We now have a bleeding edge version that uses PIL instead of skimage. It is available on this branch.

https://github.com/anuragranj/cc/tree/pil

Please let me know if this works, or if there are any issues with it.

@cgo
Copy link
Author

cgo commented Aug 20, 2019

Hey @anuragranj, thanks for the change; I noticed it was re-opened, anything I can do to check this?

@anuragranj
Copy link
Owner

Yes, I am keeping this open until we are sure that this works. Could you try the pil branch and see if there are any problems?

@ShristiDasBiswas
Copy link

Yes, I am keeping this open until we are sure that this works. Could you try the pil branch and see if there are any problems?

hi! does it work with pil?

@anuragranj
Copy link
Owner

To my knowledge, it worked at the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants