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

itermplot's most recent release on pypi is 0.331 #57

Open
aleaverfay opened this issue May 4, 2023 · 2 comments
Open

itermplot's most recent release on pypi is 0.331 #57

aleaverfay opened this issue May 4, 2023 · 2 comments

Comments

@aleaverfay
Copy link

The problem raised in issue #43 and that you fixed with PR #44 recently caused me problems. I encountered this error:

TypeError: print_png() got an unexpected keyword argument 'facecolor'

where matplotlib 3.7.1 was passing "facecolor" in as an kwargument and then complaining about it when itermplot gave it right back, which made me scratch my head a little, but I see the fix in PR #44 is simply to stop pasing kwargs down. It turns out that if you do not specify a version of itermplot to pypi, it will install what it seems to think the the most recent version, version 0.331. Indeed, if you ask pypi for the history of itermplot, it says the most recent version is 0.331 uploaded in June of 2018.

https://pypi.org/project/itermplot/#history

However, if you say "I want version 0.5," pypi will give it to you.

Since 0.331 is not compatible with the more recent versions of matplotlib, could you bump the release version on pypi / note the version incompatibility between 0.331 and matplotlib > 3.3 (when the API change took effect)?

@cleemesser
Copy link

Also, on a related note, the github default branch has version 0.4 in the setup.py file

@jabirali
Copy link

jabirali commented May 5, 2024

To anyone else who ends up here: pip install itermplot==0.5 works great with the lastest Matplotlib, pip install itermplot doesn't work.

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