-
Notifications
You must be signed in to change notification settings - Fork 18
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
v0.1.6 release prep #22
Conversation
The Travis and AppVeyor tests aren't showing up automatically anymore (looking into it..) https://travis-ci.org/github/UDST/osmnet/pull_requests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
awesome folks, thanks! Glad you guys ended up being ok with the api change to the projection function (i assumed it was mostly intended as a private method anyway). I was planning on doing the reformatting commit but glad to see this make it in, even without it :) |
This PR prepares the OSMnet v0.1.6 release, which provides compatibility with GeoPandas v0.7 and later.
The easiest way to implement that was for this version of OSMnet to require GeoPandas v0.7+, which means that it no longer supports Python 2.7 or Win32. (OSMnet v0.1.5 continues to install and run fine on older platforms, for anyone who needs it.)
cc @sablanchard @knaaptime @blakerosenthal
Previously merged:
Changes in this PR:
CI cleanup
pytest-cov
to an earlier version to resolve an installation incompatibility with Coveralls, similar to what's described herepycodestyle
settings (the defaults must have changed)Other changes
setup.py
to require Python 3 (following instructions here)ez_setup
Testing:
Next steps:
dev
master
And we should probably go through the other deprecation warnings when we have a chance (@sablanchard), and fix things before the library breaks again!