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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

cityseer-5.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cityseer-5.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

cityseer-5.4.1-cp311-cp311-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

cityseer-5.4.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.4.1-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.4.1.tar.gz.

File metadata

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

File hashes

Hashes for cityseer-5.4.1.tar.gz
Algorithm Hash digest
SHA256 f031a2c7fd4594f82c0aa0afa10c6ddf36b3fe2609b35bfd7dfdb3e10b954157
MD5 2f976a7bae0ad99f8836fee12242c5cd
BLAKE2b-256 14255db3e0b6a2ccb884158261cdb8cf67df60461d7628d766ecd72018aa625e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c3e13787b59b6dd350445e3c4999b1a1a90eba97795079ca5cbf6aeb19f8041f
MD5 e1bdd880a7ff105b0ffa2d9ad287eb7b
BLAKE2b-256 26eff75b8240e1d39c2e99f33c36401cdc8f1eb07c32343274ff801c5d530cf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e0f05632f10b76b340a9b976cd35d3bc786350c68289e2861c02d072279a1ae
MD5 d8a344b1ac74d65cb4d5bad33e16b311
BLAKE2b-256 1033be3d88b6c6e6dde4fbd98527e757510c76ce193e99612aef425885b74274

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e69c7ff977de21f23ebdebb76144520e5cf0c94621f54df35f2457fb683e367
MD5 3c1441798eff5e5e3af98200fc7c463f
BLAKE2b-256 cd60ebec61264aad69591b478c28ca256c6fb3954600234abb89dc3af5e07f8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0262e9b2e490d2f8352e21566a76add069a05c3222bd894007df2ebdaff11b2e
MD5 0136738bd2105d796d13ae21a6bbf674
BLAKE2b-256 8a07c393e61404388b1d80c903f1c678710ab74427fec769a6afdf2d1633dfd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 16796e87d4a15ea740d26c2a73b741e3e223b7adc94b47f3984fa17d81ca9209
MD5 beba24a797819fbb4c419cc356d8256e
BLAKE2b-256 7009bcb9fe23ea056dfb84d67b5941f7814bea46d24c7b26485c5e484edf5b0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 83888c69b87d99701c1d6ad9a5e814bf27c1febbb7ec2f75174d6f41011254c0
MD5 169f16e6220e2821d256ca4ca368d586
BLAKE2b-256 8e5fd76e8312787839c2704724aea4c63cfad0c06836bb6f8a65ed985ad88b42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c74c9484aa226d7b4854809a1cf00031ebcfd145eb5f93f9926a6d87fce0afc0
MD5 85cf1b3f0ad9fa0557747372ca5f27b0
BLAKE2b-256 406014660ef5dd095ce8b63e2b6b52f61aaed13dcfe0b103e7fcbdaa1f2dfa1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad20de0d8fd3e568e004d5f7bd1a783a138161990ec6672a6db67fbb77573a89
MD5 d097eb7a9f632ad8d0d81a2ab6547821
BLAKE2b-256 24382ce2e865f55526318055b2a88bc2c093b33920dfde5cb479794dfcbbadd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f63b816e4531c9cf4b4695ec51bfb02eb0b742db336d1723aa2aa766e302547e
MD5 37b319c42e6eb98470033e781aa3a0fe
BLAKE2b-256 9aa7d61c2026622990895fc7e615661f5e9112538b1c5e68ee940a48c06c6ae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ed5e057c290536c308886bcdb045f763c3442228fbe0604272e248559489000f
MD5 ead88d14a1a7bafea0ce8693c92791e2
BLAKE2b-256 4d8b26f702f983c92ae439ec46dae8fd27f2f6d5ae0ab11c7d17825d274297f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ab8e8048b885f8c84e30409327d62dd66c16c92376939985ee02916ec446add4
MD5 095886b5d701b99ce791fc0fa09d35b1
BLAKE2b-256 7fddce3d46aaa71dbe96015bd0baa805b30bfbea0698aa241a43085da4b84041

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b21c40d5f1690df11cf999ec5840d4bc07e89a074153eaa0eb4777513e17f087
MD5 4257f29a9102003035d80b4dd888a3dc
BLAKE2b-256 85273a5b6f6bab3e6ceeeb39178fdff44ac3bc825fc3ec8a855d5ec7ae253496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ef318f3a4c2fd37cfa71d994e3b1836cd0f5d42e1c3eefc5d57261c926f903b
MD5 4ff4a7c1800b63d51a69678b8492e95d
BLAKE2b-256 fe40b7a10da5b9b33fe42fb4f5673979ecf625b86f78fdb18a97a64b6de0cabe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa33c67d99526eb9469dd04c8ab34637f14352242ce5d0bff161fe4e2df3c0a4
MD5 c55e31f5a1018f2e27e13c33662c85ca
BLAKE2b-256 59a308078fcd0182094fde259f610422e79eff22b72d88387f4752c92eb7af87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ed1d5cc3189271f39421dcd55250c2c1cffaf7aadad9ecc1175c4c69389fc171
MD5 e664f4a82d6d0d26ff2a660991f1281d
BLAKE2b-256 0e2c76406aa685b0d684cf2e369a20bb7c8a67aad904aa1fe81c216be58c7326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d17d42b4adc7ef889468ab882d21fa1c47395bf1fd8e9cddc7874ccdee5b1064
MD5 c80242b05cf77942e0d37223014bc840
BLAKE2b-256 fb7e5da8cc4e8141f071197037d5ae1625e2084c1ee8e3312f5785a2aef699b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad012a33e6f5dc067b6fccf0b21a1d24bd0ad1ec46ca76521c93403bf959a002
MD5 a56d37e7aad1097de81e08a64eeca67e
BLAKE2b-256 1f07354341dc9353e8d19051ac31267df1ef472cd5fde0155a813b385f25f48d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2d4b1affed28b0be42b9bc80cee8684c7d837fd550d4cdd3033e8a8965b60c3
MD5 0bbc6af3d6b2a7ed3ab5afcb746e7246
BLAKE2b-256 08af03706fab184f016246e61520fc8f33fa1a4c2b6f924b7c91278b6a78ea49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6feb6af4803347dd4f43d56da7d7c78e5dcda9885dfe11c2a9c84f96d6368f6b
MD5 17790d95740c32764d4c315b1c94221c
BLAKE2b-256 f04cf6018acb20dd4bdad225e11e76e59cb2c5cd9ff92571190d6a9cd0e2a1ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 06bbdb1d44297d833bb2e43640ddb777c6a4a0c26e5261021e47c74e674eba11
MD5 52d3d95b4f8e94861e67438d649707f1
BLAKE2b-256 7f59583377fbeab89dd3217aeb872b377e98f6da25912d33d14a852954e5431f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0fffe8a680d4e873502065d0318db600b74c8fc981ab9633882320cd7e1e3f7f
MD5 413913212630abbdaa69f45ed2115aef
BLAKE2b-256 72d744bd66498e6f6e9fd66f8f32ed8c326bce79689bb9b5a88460df9cb8757b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5274e9b41474d9ca366f73cfb4c8296c28e769fe663a54fe7b47b2737a64d454
MD5 ae0a0238da4814e576d4bdabdc64e718
BLAKE2b-256 cfc756805f288c1f3cdfd314e110cf714618719037e8fb51f7faa732029988b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cityseer-5.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bb393750aee687d7d9509eb049fe725cb2bcb877c1451c662b7237f946ca696a
MD5 73b537de1b08380ac4c905a60791fdcc
BLAKE2b-256 28f49b3a4224e338f059bb52707fe6928e7143c77b6a6cee666953e455e1d50f

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

5.5.0

24 files

This release

5.4.1 This release

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