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.5.0.tar.gz (192.1 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.5.0-cp314-cp314-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.14Windows x86-64

cityseer-5.5.0-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.5.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

cityseer-5.5.0-cp314-cp314-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

cityseer-5.5.0-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.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

cityseer-5.5.0-cp313-cp313-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

cityseer-5.5.0-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.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

cityseer-5.5.0-cp312-cp312-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

cityseer-5.5.0-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.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

cityseer-5.5.0-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.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for cityseer-5.5.0.tar.gz
Algorithm Hash digest
SHA256 8c0b5a573c99e7bbfcbaa08b23edf419735939afb9d01804fba9893217dd7cf9
MD5 2eca9819da38a621721887ed6f89f6e7
BLAKE2b-256 0eb5b72e5f4c9fe9308a20a0949f19a1c398ffb15f7303f6bdbb1bc37fd14c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d308f80165e1ca16aa3291ed20f9578f8838b6791547487e4e36dde99a5e41a1
MD5 f1aa1f1c1cd6eedcb2b53c209b6f81cc
BLAKE2b-256 0c5fa825dacefa9b8d8dacab9851f4f398c873175892aaa2f496241c72997b15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b0a00131ef251b476faf0f34ccd440f9c5c37ef3aa22719d22aef9bf34c9809
MD5 e31e14845614f219a7b2a09e00ee556d
BLAKE2b-256 83c59269f8caad8c26ca4d31f321cb9ae8b0f140fec8f0803aef548cf114e4a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5b87951b7bb9d075722a745db28e1d1dfa96f070c72686d01139658e5c61aea
MD5 7b7af9b3adf7a6f1a5a0fac77b658563
BLAKE2b-256 7d0630fa7b85119ce5084d1cabb2f9c12d0ed952831dc784b756af032191dad6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d96b21abd174a1e970122ea2ab53fef9d04efc388f454fd5c1eed854992f8ae2
MD5 c086fd747781e220c38db12a5f98df8e
BLAKE2b-256 cd3c96e0a6007c486dc101dc6ba1eb67002020c9470a996ebba4a9d3e8f23fe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2d75fb6dd7df5452c105d58b055909efb432990d81f4a34595b47cf53713dd07
MD5 3f000178f9b3f82c6017b5868df74870
BLAKE2b-256 3cf124e26e3a4a8993ca66ac1949b0257a5c4a0be548f5902ee114f4dcfb3bd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 192ad56b55defb6dfe15fdec2c1549bf11475ae098952ca6cb1ca6f38357d13d
MD5 97af6b50fdcb2b6ca480ea5ba9384a7d
BLAKE2b-256 2550a694802e0e46439b8309fc8e4d9177064541eaf44458daa515cc51307eb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c43ea1d7b176d943937cf3cee0893939a134267e3fa25472ce74051cfe531757
MD5 5ebd28165dd73a052e1abad1673fc15e
BLAKE2b-256 56de52fc20e68298d021bdaecf49b401f4bfda759b044bd2283fd52b7ebdf4c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd65ca1aae55df91213f2ecf0f5eda9559bdf94db753981f1e156af24bd25b00
MD5 58b857d05ff5f5e0c3ebd88b401fd92e
BLAKE2b-256 6d83fcd4771172977ea873f0eedb4865d4098ba4b466ef9019015c4d278fd16f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7e862270af1f4b3de96a0a2d9c5c510a18d538b89502bb47e800427be7a73e2
MD5 c5a88eaa2ba45341475cdcb8bc9ced66
BLAKE2b-256 5eb30d25fd535bb2a1db6077c8f3ffad365019657970870e44ac19922d4c93ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e03c0c8460ba62ba2c1f158b869906c40ed23e2b7873d65e53e9ffb4553a547b
MD5 ed242c064fa5a0d4ad803fe2d720b820
BLAKE2b-256 cdc3d147139b7cd73853ea2383ce0ade9abbe178fc65f8d4d69e80c2914ff23d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 715b4a41ec77d362d453cd1a99af2a328341fac8761ec173e3bf9bffc58c0883
MD5 149bfad285a466b7585d73586dd4849f
BLAKE2b-256 5a7290e186c466d4d268f62b1bc23c3516b4f14a4184e0b093f3ea10beef4702

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e2079df4197ff26b3109124d63b5849d14d93fbe07605b5242e61f58565d223
MD5 7b259c7aedaab9cb96efe1feb7df0fdb
BLAKE2b-256 01e1032a4a4a0b2f94da4baa231a08c8d8178e0fadf22587279d130f68334e21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0615c9782e1ef20d5af0444a9a2e3f6dfb52cd8cdff824d67f3a0b1650537f09
MD5 f40a1be86413f661de5b619e9b54c676
BLAKE2b-256 2341df98cc8b76297be260d342c301de8d2a606500a491ce9cdb41fe7666ac94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 147cb32ad0ca96470339f9d3f50bb5411770c48c9bfd92bb2ca7d6e8b1349fed
MD5 3d43f7289b9ba0ebd0985c0412064d94
BLAKE2b-256 d953834d1cc277902dc089e6957d530fc268c983e0d0a5266588604bbd3356a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 070200bd878b2bf75caa48cb46d27c610024e0d424f14db61f65e93d3f61c4c2
MD5 6571cd68550ce404e454f12a18bad50e
BLAKE2b-256 c29e9d17fb61727aa9919689277b95f2f6df4745a5464158fc795a8df49b4b7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 42eff2e041df80315ccd61be7aa5f69c48cc6839e94f4f6974b1cef8f2b46b02
MD5 4bfc765f67767a414e1108e6abaa4f2c
BLAKE2b-256 72fb12a4de015274dc4f44eb1e9381e157af472b0e2c9a4cf4796ccdbdcbeb2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93d7a16c5b70f1a149596a6a6d5c9b056cc70fefb9611d962b5dda4cdc1b0596
MD5 93bfd61fd556a4610cfac1bc0f3be21b
BLAKE2b-256 4c5b027b5ccde3654b1aa289c800eaaa9003b8207444beaf1cdf893d260321cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68c0409e3ab5dab5ec025f69f8c72ec90794b8537049220ecfd76bc576147bcc
MD5 ed649d17b46ece17f60e1fc442a02a5b
BLAKE2b-256 c2eafb86819a216e4c48f09e8138baaa1627a95feaca15fa2aa8deb48204972e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a80f4973d88ca74e88375e814856c903cdd37e31aba5a5adebbd3c1d70e93be
MD5 3324338d0cac8ac0ace976b90ef6f0a4
BLAKE2b-256 6860706e51f0b79a1975c2f82dc89f24755b080fd0ee9e5b1d117b35f9053748

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0a59617c00828822b8b101bb2c7d6bfba69b2608f618b91dc19011d08b29cdd3
MD5 743e5a777638df6d88de9ad2ecbac8fa
BLAKE2b-256 205f36c6e6fd539bd5b01a7c18be7e79289541472169b20f323950802e90a258

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 37c64106f65b8f7310809ee9425ee54d36820a4e703dc3eda1f9310ac6d5142b
MD5 4b95bf88b98b67ae312fd4d9508bd4c9
BLAKE2b-256 b259cab4281ab20c0b874fd01a8a6eacbfd28267f5889f1c5793f9c1087c2843

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b082d74be00fea97245160bc5cbba3f5c36a6581318278c74e17aab0b8808af3
MD5 445cda91df13ba20d982eb2c382a7c2b
BLAKE2b-256 05cf952795ab998dd3f4906db7a6fa7a81bbacc642e6a0f20ed2a47020681d96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae963cf7397cd9d0398e37a8f3ba9ff7456eb38d044b6f9fe4547d3d96b4df86
MD5 512f6f50b0e9c761fc8f9c256d0f58b1
BLAKE2b-256 c7f3fab7030a53bb07e51ee7e19dd68c1b1fbbc367a35ed00da7b6a79a377e41

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

5.6.1

24 files

This release

5.5.0 This release

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