UDST / pandana

Pandas Network Analysis by UrbanSim: fast accessibility metrics and shortest paths, using contraction hierarchies :world_map:
http://udst.github.io/pandana
GNU Affero General Public License v3.0
385 stars 84 forks source link

Binary installers now available on Pip #157

Closed smmaurer closed 3 years ago

smmaurer commented 3 years ago

Binary installers for Pandana are now available on Pip! :tada:

Works on Linux, Mac, and Windows, with Python 3.5 through 3.9.

Background: Conda Forge builds binary installers through a centralized system, but PyPI requires package authors to do it. We never had a smooth workflow for this, and switched at some point to just providing source builds on Pip because it was easier.

But now we can do it using GitHub Actions!

Changes

Deployment

I already updated the live copy of the docs: http://udst.github.io/pandana/

Binary installers for Pandana v0.6 have been posted to PyPI. I'll wait about a week to see if anyone reports issues, and then post binaries for v0.5.1 and v0.4.4 as well.

github-actions[bot] commented 3 years ago

Test coverage is 90%