Skip to content

Commit

Permalink
Releases API v3
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Jun 21, 2022
1 parent 21d03da commit 270b200
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+`: <https://cityseer.benchmarkurbanism.com/>

> 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+`: <https://cityseer.benchmarkurbanism.com/>

Demo Notebooks: <https://cityseer.benchmarkurbanism.com/examples/>

Expand Down
38 changes: 19 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 270b200

Please sign in to comment.