Skip to main content

cityseer

A Python package for pedestrian-scale network-based urban analysis: network analysis, landuse accessibilities & mixed uses, statistical aggregations.

PyPI version

publish package

Examples: https://cityseer.benchmarkurbanism.com/examples

API Documentation: https://cityseer.benchmarkurbanism.com/

Issues: https://github.com/benchmark-urbanism/cityseer-api/issues

Questions: https://github.com/benchmark-urbanism/cityseer-api/discussions

Installation

pip install cityseer

Development

Contributions are welcome — please open an issue or discussion before larger changes.

[!IMPORTANT] Active development happens on the dev branch; master tracks the latest released version. Please base branches and target pull requests against dev, not master:

gh pr create --base dev

Pushing an alpha tag (e.g. 4.25.0b1) from dev publishes a pre-release to PyPI for testing ahead of a stable release off master.

Setup

The loop-intensive algorithms are written in rust and exposed to Python via maturin, so a rust toolchain is required alongside uv:

brew install uv rust rust-analyzer rustfmt   # or your platform's equivalent
uv sync                                       # creates the venv and builds the rust extension

After editing rust sources, rebuild the extension before re-running Python:

uv run maturin develop                        # or re-run `uv sync`

Verify before pushing

Run the same formatting, linting, type-checking, and test suite that CI runs:

uv run poe verify_project                     # ruff format && ruff check && ty check && pytest ./tests

To preview the documentation site locally:

uv run poe docs_dev

Cite

Cite as: The cityseer Python package for pedestrian-scale network-based urban analysis

Background

The cityseer-api Python package addresses a range of issues specific to computational workflows for urban analytics from an urbanist's point of view and contributes a combination of techniques to support developments in this field:

  • High-resolution workflows including localised moving-window analysis with strict network-based distance thresholds; spatially precise assignment of land-use or other data points to adjacent street-fronts for improved contextual sensitivity; dynamic aggregation workflows which aggregate and compute distances on-the-fly from any selected point on the network to any accessible land-use or data point within a selected distance threshold; facilitation of workflows eschewing intervening steps of aggregation and associated issues such as ecological correlations; and the optional use of network decomposition to increase the resolution of the analysis.
  • Localised computation of network centralities using shortest paths on primal or dual graphs, and simplest-path heuristics on dual graphs, including tailored methods such as harmonic closeness centrality, and segmented versions of centrality (which convert centrality methods from a discretised to an explicitly continuous form). For more information, see "Network centrality measures and their correlation to mixed-uses at the pedestrian-scale".
  • Land-use accessibilities and mixed-use calculations incorporate dynamic and directional aggregation workflows with the optional use of spatial-impedance-weighted forms. Shortest-path workflows operate on primal or dual graphs, while simplest-path workflows require dual graphs. For more information, see "The application of mixed-use measures at the pedestrian-scale".
  • Network centralities dovetailed with land-use accessibilities, mixed-uses, and general statistical aggregations from the same points of analysis to generate multi-scalar and multi-variable datasets facilitating downstream data science and machine learning workflows. For examples, see "Untangling urban data signatures: unsupervised machine learning methods for the detection of urban archetypes at the pedestrian scale" and "Prediction of 'artificial' urban archetypes at the pedestrian-scale through a synthesis of domain expertise with machine learning methods".
  • The inclusion of graph cleaning methods reduce topological distortions for higher quality network analysis and aggregation workflows while accommodating workflows bridging the wider NumPy ecosystem of scientific and geospatial packages.
  • Underlying loop-intensive algorithms are implemented in rust, allowing these methods to be applied to large and, optionally, decomposed graphs, which have substantial computational demands.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cityseer-5.6.1.tar.gz (202.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

cityseer-5.6.1-cp314-cp314-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.14Windows x86-64

cityseer-5.6.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

cityseer-5.6.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

cityseer-5.6.1-cp314-cp314-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

cityseer-5.6.1-cp314-cp314-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

cityseer-5.6.1-cp313-cp313-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.13Windows x86-64

cityseer-5.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cityseer-5.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cityseer-5.6.1-cp313-cp313-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cityseer-5.6.1-cp313-cp313-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

cityseer-5.6.1-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86-64

cityseer-5.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cityseer-5.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cityseer-5.6.1-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cityseer-5.6.1-cp312-cp312-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

cityseer-5.6.1-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

cityseer-5.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cityseer-5.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cityseer-5.6.1-cp311-cp311-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cityseer-5.6.1-cp311-cp311-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

cityseer-5.6.1-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

cityseer-5.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cityseer-5.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file cityseer-5.6.1.tar.gz.

File metadata

  • Download URL: cityseer-5.6.1.tar.gz
  • Upload date:
  • Size: 202.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for cityseer-5.6.1.tar.gz
Algorithm Hash digest
SHA256 fbfac4bb69d4703c539a8890dc83a9c824fbee7b6b366110a75e859124033e69
MD5 b0664825f04a21b16b4cc4360ffb28d1
BLAKE2b-256 bcf01aa8106fde436f4f0c7916b13ce5204858b69a7dc6f5d0bcc771d21d57a9

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b58c2827161e6190c6912243cb77018f39eb43aa5288e6795695de8011baa1a5
MD5 4f168849d36043a032170324727ca5ef
BLAKE2b-256 5610fe271bf031268630755e28562b8a40317498dab6e723cad00c65b4caf3e9

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03205d3b002bb2987e4bef3731c4413271d8b1694a3de95c4f4bfea1bf95b8b9
MD5 b497551ee95dda7e3685bc15fc6843dc
BLAKE2b-256 9880d7566bcc1a7c0ce0909303c938b4a45d2cda11ffea186414f3e121d238b2

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c6f4337c50a62a3ec31c927020de5cd546618d9db117ae7fa6cf462e088ead4
MD5 b301e1a2c9a23e360a6df41282227dbe
BLAKE2b-256 6c329bee484f26213837441098cd5c55e73fc77b25b94124fe0fc7ccb0b97448

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8ce183a500bc03935b100e826f9c7cc5f11602f4f710e1e3eae4887806e80ac8
MD5 e78ca025d98de4af4354f69251942955
BLAKE2b-256 fd1bc93e46bbc7906b75e9db00975f95ab2b6881f13935a7cbd86c026e00ad2c

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3532e0441fa91632933c92663a4d7513e0267d45b423a135e23334113a5c93aa
MD5 4ad80a7cf5486f1471d9b59d661a45d9
BLAKE2b-256 efcc8b25e4ef4231771a8ac9eac58a6946e85a077b886984f61d2b12dad7263e

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 126b57c15094cde5937ae2087f2d0a51e3be5125b6b37c66116c08c64aa1bed7
MD5 30bbc573dafa7e225b721961a65e7383
BLAKE2b-256 fa5e085bb9b613d8bbe94dc58d78c9a07e410cdd71f5dcc1f2aaf939bc11d363

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86c7c9978797e25eed328adce97d25366e90aed660c5c4856107577c483a7db0
MD5 99416f190ab50b503b130c55cdd2e304
BLAKE2b-256 897c6849983553e847dfbc391721cedf95c6c34c30daff63cf76afd5afb7f7ec

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3386e70fea591baa962e0cf8b2e7e32cff42168b9e37dae718910b8453a03695
MD5 2107b356c74c315f646c2df252387a6f
BLAKE2b-256 69234c7194d257b61aafbd3cf755d27064ef2bb1cddf16326cddda7e265fc5d9

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89160451c3f46c936c2661b1131e69c44611abca058fa4d41b455057c5dc7afa
MD5 234a244b875a6879a089d928d46f6bba
BLAKE2b-256 92b056fbf89f1cd864b3d00f84d72badf08e7dbcdb1c1ccd85c9bab00d3ba458

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2d2e81fe84a90ee0b16ff542c4fda9136e5e96972004ae03e8e8eafc14c725e9
MD5 51d077d642c0bf6d8a76e856d99b8795
BLAKE2b-256 9841b91618e93e30059c29c69482c2c3048a23276b8ef387c7de1b499ad6fa0c

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 94bc1826be84ac36dfd1956bdb8f43c83f909b60568ec1cb33f2cf263121e942
MD5 ffe5ff6f9cc4972939769c4213c33c7f
BLAKE2b-256 01cbbc686611462d79a3fae15f42573a8f192564d86056f1d345016e6ce5ee1a

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ec5cba38923407152ea6c8c50f6b70957b853d30f791efb76a0360645953489
MD5 5a93d07b84629187ef4e6bb9aefb66db
BLAKE2b-256 bab269634a3ae6f06c02ed1cb9160552592bfdeb99b7366f5b4dffbc897f80e2

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b07ab0d0b255f736e34b6d99175a098dee681ee9b756574dc3bf66a5206b78e
MD5 a5e58cd923a0317dbb879a13b5286276
BLAKE2b-256 3f3bb2bf5e6d9eafa6ce8b67c77a982d00acf25784bd179e378ca5de13bf15f1

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1540f272d7f64aad65d37d57e5432d06fe5be92a1059e29542d1d939d10112a
MD5 3d2ce533572dc97bc3396c7872a520a8
BLAKE2b-256 984c63bfd1c34288342789dcfe4227e03f5326d95b8bef7bf3621126e4e4727c

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 df31a3c626784763814972aa6fdc1b291f0d363525b73b72bf0a48ab4e86ae83
MD5 544a419de8b7202424ecc5a7ef0fe335
BLAKE2b-256 46b8e22f61f8d3ee8d022eb26bf1f971c4240b3176d307194e1b19c9f1605da1

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 64f4a7814eadc15cd8a424c41139a8f3c3bda68ce3b76590be4ac39e6f5dfc0e
MD5 f608a0328b723d19ddc830c9a46af8df
BLAKE2b-256 d2bd2287fc0d23462c2e7cba754135a3c71c47bc8856b57ac61a6629b1cf4f91

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11123c3fc92b020fc1f7cd430ddf1e30614132af82995acd906a08de102e0f25
MD5 7eed12db9092f0174d70fe67113cec95
BLAKE2b-256 11b04f38a0d623a0912f5058fcb1378165affa5143590d033e7bb0144a4a1150

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 213fec9888f9f77caab822007ab886cc131448e9531a4ea28c893f330a77a375
MD5 1c4e7c65ecffc1a6d591aeaefaf2c328
BLAKE2b-256 4ef31e032170fe318f017ecb190bb1fa17c58379c382888c17b3c04e88ed3381

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c36b85a0630d4614556c317319270eca54bee5a52b083269dc77d2d3ad5b8de
MD5 99566c53ddf1034c3a8e5fa3d436bb06
BLAKE2b-256 408ad6cdd5794d11d7333650ae863abf864ea45cd68e6f45ed782ebdbe5d58d9

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 576bf18b3f7d45120797d98126ab5cca1e74c8abc3a525211c31b205fd8b349b
MD5 f085fdfd40124edae42d914a0b7fc45f
BLAKE2b-256 1e656a56b7f090f2fc3100bf15c6b857cad3d1c3d850f04afd22a4f0ae35b1ef

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 183d3aebbd9e0420b68dfe1aded0b8cc9462efe30d16238061af60079db510ac
MD5 94d2d1f68d37897c62a9f19b9e111bd8
BLAKE2b-256 039145809b2ded6b984dc50a5cfab36c0a3f618b5130e33bd91fe9616f6263a7

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 88d1aaf3f5377e7bdb3fd174fae8ffb91bee5b24bfba042bc37893a9026bc3b7
MD5 4fdb5d00f0e4cdef9ebe495a060239af
BLAKE2b-256 c3d9f4fdd35a46380ef6d29e7903ae4605bbf4500b8a04eb0315f02e108230d3

See more details on using hashes here.

File details

Details for the file cityseer-5.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4ca04a9e3b3eda3d4a58abb4ac45e251376868fe1b216274eb2f1361d595ca4
MD5 67ade2b30ba098628e0b24fece9b3100
BLAKE2b-256 73dac5bee797f126503075bbd7dbb64e2f328497f73af598b5f3fe1b0119bef0

See more details on using hashes here.

Release history Release notifications | RSS feed

5.8.0

24 files

5.7.2

24 files

5.7.1

23 files

This release

5.6.1 This release

24 files

5.5.0

24 files

5.4.1

24 files

4.24.1

34 files

4.24.0

34 files

4.23.9

34 files

4.23.8

34 files

4.23.7

34 files

4.23.6

34 files

4.23.4

34 files

4.23.3

1 file

4.23.2

29 files

4.23.1

34 files

4.23.0

34 files

4.22.3

29 files

4.22.2

29 files

4.22.1

29 files

4.22.0

29 files

4.21.4

29 files

4.21.3

29 files

4.21.2

29 files

4.21.1

29 files

4.21.0

29 files

4.20.0

29 files

4.19.1

57 files

4.19.0

57 files

4.18.1

65 files

4.17.5

63 files

4.17.4

63 files

4.17.3

71 files

4.17.2

71 files

4.17.1

71 files

4.17.0

71 files

4.16.27

71 files

4.16.26

71 files

4.16.25

71 files

4.16.22

1 file

4.16.15

47 files

4.16.14

47 files

4.16.13

47 files

4.16.12

47 files

4.16.11

47 files

4.16.10

37 files

4.16.9

37 files

4.16.8

37 files

4.16.7

37 files

4.16.6

37 files

4.16.5

37 files

4.16.4

36 files

4.16.3

37 files

4.16.2

36 files

4.16.1

37 files

4.16.0

37 files

4.15.2

37 files

4.15.1

37 files

4.15.0

37 files

4.14.0

37 files

4.13.3

35 files

4.13.2

35 files

4.13.1

35 files

4.13.0

35 files

4.12.0

35 files

4.11.1

35 files

4.11.0

35 files

4.10.3

35 files

4.9.0

27 files

4.8.1

27 files

4.8.0

27 files

4.7.0

27 files

4.6.8

27 files

4.6.7

27 files

4.6.6

27 files

4.6.5

27 files

4.6.4

27 files

4.6.3

27 files

4.6.2

27 files

4.6.1

27 files

4.6.0

27 files

4.5.8

27 files

4.5.7

27 files

4.5.6

27 files

4.5.5

27 files

4.5.4

27 files

4.5.3

27 files

4.5.2

27 files

4.5.1

27 files

4.5.0

27 files

4.4.0

27 files

4.3.4

27 files

4.3.3

27 files

4.3.1

27 files

4.3.0

27 files

4.2.6

27 files

4.2.5

27 files

4.2.4

27 files

4.2.3

27 files

4.2.2

27 files

4.2.1

27 files

4.2.0

27 files

4.1.0

27 files

4.0.4

27 files

4.0.3

27 files

4.0.2

27 files

4.0.1

27 files

4.0.0

27 files

3.7.2

2 files

3.7.1

2 files

3.7.0

2 files

3.6.3

2 files

3.6.2

2 files

3.6.0

2 files

3.5.1

2 files

3.5.0

2 files

3.4.6

2 files

3.4.5

2 files

3.4.4

2 files

3.4.3

2 files

3.4.2

2 files

3.4.1

2 files

3.4.0

2 files

3.2.0

2 files

3.1.0

2 files

3.0.0

2 files

2.0.0

2 files

1.2.1

2 files

1.2.0

2 files

1.1.7

2 files

1.1.6

2 files

1.1.5

2 files

1.1.4

2 files

1.1.3

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.12.0

2 files

0.11.2

2 files

0.11.1

2 files

0.11.0

2 files

0.10.2

2 files

0.10.1

2 files

0.10.0

2 files

0.9.1

2 files

0.9.0

2 files

0.8.19

2 files

0.8.18

2 files

0.8.17

2 files

0.8.16

2 files

0.8.15

2 files

0.8.14

2 files

0.8.13

2 files

0.8.12

2 files

0.8.11

2 files

0.8.10

2 files

0.8.9

2 files

0.8.8

2 files

0.8.7

2 files

0.8.6

2 files

0.8.5

2 files

0.8.4

2 files

0.8.3

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.5

2 files

0.7.4

2 files

0.7.3

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page