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

new_axes=False + soma outline fix #30

Merged
merged 5 commits into from
Apr 27, 2020
Merged

new_axes=False + soma outline fix #30

merged 5 commits into from
Apr 27, 2020

Conversation

arnaudon
Copy link
Collaborator

one for not adding new axes (matplotib warns that this may not work as it is in future versions), and use plain soma plot (the contour is a bit buggy with shifted neurons)

@arnaudon arnaudon changed the title changed 2 default values new_axes=False + soma outline fix Apr 27, 2020
@arnaudon arnaudon requested a review from wizmer April 27, 2020 06:32
@arnaudon
Copy link
Collaborator Author

@wizmer , what is the best way to fix the python2 issue with latest matplotlib? They made some changes and it prints warnings if we create several axes with same name. It works fine for python3, but latest matplotlib is not python2. Do you guys want to drop python2?

@wizmer
Copy link
Contributor

wizmer commented Apr 27, 2020

Yes, we want to drop python 2 :)

@arnaudon
Copy link
Collaborator Author

ok, I let you sort this out then, not sure how to remove py27 checks, just from tox.ini?

@wizmer
Copy link
Contributor

wizmer commented Apr 27, 2020

It needs to be a separate commit bumping the minor version.
Changes are:
.tox.ini
.travis.yaml
setup.py (python_requires key)

Copy link
Collaborator

@lidakanari lidakanari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@arnaudon arnaudon merged commit 64c04ec into master Apr 27, 2020
@wizmer
Copy link
Contributor

wizmer commented Apr 27, 2020

I'm too late but usually when making a change as big as deprecating a python version, it is good that it appears in the commit title.

@arnaudon arnaudon deleted the viewer_default branch September 2, 2022 15:06
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

Successfully merging this pull request may close these issues.

None yet

3 participants