gboeing / osmnx

OSMnx is a Python package to easily download, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap.
https://osmnx.readthedocs.io
MIT License
4.84k stars 822 forks source link

release version 2.0.0 beta #1171

Closed gboeing closed 4 months ago

gboeing commented 5 months ago

First pre-release of v2.0.0 for beta testing. See changelog for details.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.31%. Comparing base (43ab2e0) to head (7e9d320).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1171 +/- ## ======================================= Coverage 98.31% 98.31% ======================================= Files 24 24 Lines 2368 2368 ======================================= Hits 2328 2328 Misses 40 40 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gboeing commented 4 months ago

Just a note that PEP 440 is now a historical document and points to PyPA's Version Specifiers as the canonical standard now. So the OSMnx project will conform to those specs for version specs including pre-releases.

See also readthedocs regarding documentation tagging:

We in fact are parsing your tag names against the rules given by PEP 440. This spec allows “normal” version numbers like 1.4.2 as well as pre-releases. An alpha version or a release candidate are examples of pre-releases and they look like this: 2.0a1.

We only consider non pre-releases for the stable version of your documentation.