diff --git a/README.md b/README.md index 7448aa68..ea0a3f3e 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ A `Python` package for pedestrian-scale network-based urban analysis: network an [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -Documentation for `v2+`: - -> If working with version 1, please see [v1.2.1](https://github.com/benchmark-urbanism/cityseer-api/tree/v1.2.1/cityseer) for the now deprecated code and associated docs per the docstrings. The API remains largely similar, except that `nX` named methods have been renamed to `nx`, for example, `nX_simple_geoms` has become `nx_simple_geoms`. +Documentation for `v1.x`: see documented code per tagged release [v1.2.1](https://github.com/benchmark-urbanism/cityseer-api/tree/v1.2.1/cityseer) +Documentation for `v2.x`: see documented code per tagged release [v2.0.0](https://github.com/benchmark-urbanism/cityseer-api/tree/v2.0.0/cityseer) +Documentation for `v3+`: Demo Notebooks: diff --git a/pyproject.toml b/pyproject.toml index 2584cba7..e1c57683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cityseer" -version = '3.0.0b1' +version = '3.0.0' description = "Computational tools for network-based pedestrian-scale urban analysis" readme = "README.md" requires-python = ">=3.8, <3.11" @@ -58,24 +58,24 @@ repository = "https://github.com/benchmark-urbanism/cityseer-api" [project.optional-dependencies] [tool.pdm.dev-dependencies] dev = [ - "pytest>=7.1.1", - "osmnx>=1.1.2", - "momepy>=0.5.2", - "yapper>=0.3.0a18", - "setuptools-scm>=6.4.2", - "jupyter>=1.0.0", - "pylint>=2.13.7", - "black>=22.3.0", - "isort>=5.10.1", - "pydocstyle>=6.1.1", - "jupyter-black>=0.3.1", - "coverage>=6.3.2", - "pyright>=1.1.246", - "pandas-stubs>=1.2.0.58", - "types-requests>=2.27.27", - "tqdm-stubs>=0.2.0", - "notebook>=7.0.0a4", - "pyogrio>=0.4.0", + "pytest>=7.1.1", + "osmnx>=1.1.2", + "momepy>=0.5.2", + "yapper>=0.3.0a18", + "setuptools-scm>=6.4.2", + "jupyter>=1.0.0", + "pylint>=2.13.7", + "black>=22.3.0", + "isort>=5.10.1", + "pydocstyle>=6.1.1", + "jupyter-black>=0.3.1", + "coverage>=6.3.2", + "pyright>=1.1.246", + "pandas-stubs>=1.2.0.58", + "types-requests>=2.27.27", + "tqdm-stubs>=0.2.0", + "notebook>=7.0.0a4", + "pyogrio>=0.4.0", ] # [tool.pdm]