Skip to main content

Python-Blosc2

A fast & compressed ndarray library with a flexible compute engine

Author:

The Blosc development team

Contact:

blosc@blosc.org

Github:

https://github.com/Blosc/python-blosc2

Actions:

actions

PyPi:

version

NumFOCUS:

numfocus

Code of Conduct:

Contributor Covenant

What is Python-Blosc2?

Python-Blosc2 is a high-performance compressor, compute engine, and format for binary data containers that are portable and open-source. It comes with a lazy expression engine allowing for complex calculations on compressed data, whether stored in memory, on disk, or over the network (e.g., via Caterva2). It is especially optimized for storing and retrieving data from N-dimensional arrays (NDArray) and columnar tables (CTable), complemented by a query/indexing layer. The main use case is fast, compressed, out-of-core numerical data — especially when data is too large to fit comfortably in RAM.

C-Blosc2 is used under the hood as its compression backend. Written in C, and building on its predecessor C-Blosc, C-Blosc2 aims to be an extremely fast meta-compressor for binary data, supporting a diverse set of strategies, and with an extensible plugin architecture for a wide range of codecs and filters.

More info: https://www.blosc.org/python-blosc2/getting_started/overview.html

Installing

Binary packages are available for major OSes (Win, Mac, Linux) and platforms. Install from PyPI using pip:

pip install blosc2 --upgrade

Conda users can install from conda-forge:

conda install -c conda-forge python-blosc2

Command line tools

Two CLI tools are installed along with the package:

  • b2view: an interactive terminal browser (TUI) for TreeStore bundles (.b2d directories or .b2z files), with paged views of NDArray and CTable data of any size (walkthrough; requires pip install "blosc2[tui]").

  • parquet-to-blosc2: converts Parquet files to Blosc2 columnar table stores, and back (walkthrough; requires pip install "blosc2[parquet]").

Documentation

The documentation is available here:

https://blosc.org/python-blosc2/python-blosc2.html

You can find examples at:

https://github.com/Blosc/python-blosc2/tree/main/examples

A tutorial from PyData Global 2025 is available at:

https://github.com/Blosc/PyData-Global-2025-Tutorial

(Click here to watch the video recording of the tutorial)

It contains Jupyter notebooks explaining the main features of Python-Blosc2.

License

This software is licensed under a 3-Clause BSD license. A copy of the python-blosc2 license can be found in LICENSE.txt.

Discussion forum

Discussion about this package is welcome at:

https://github.com/Blosc/python-blosc2/discussions

Social feeds

Stay informed about the latest developments by following us in Mastodon, Bluesky or LinkedIn.

Thanks

Blosc2 is supported by the NumFOCUS foundation, the LEAPS-INNOV project and ironArray SLU, among many other donors. This allowed the following people to have contributed in an important way to the core development of the Blosc2 library:

  • Francesc Alted

  • Marta Iborra

  • Luke Shaw

  • Aleix Alcacer

  • Oscar Guiñón

  • Juan David Ibáñez

  • Ivan Vilata i Balaguer

  • Oumaima Ech.Chdig

  • Ricardo Sales Piquer

In addition, other people have participated in the project in different aspects:

  • Jan Sellner, contributed the mmap support for NDArray/SChunk objects.

  • Dimitri Papadopoulos, contributed a large bunch of improvements to many aspects of the project. His attention to detail is remarkable.

  • And many others that have contributed with bug reports, suggestions and improvements.

Developed using JetBrains IDEs.

JetBrains logo.

Citing Blosc

You can cite our work on the various libraries under the Blosc umbrella as follows:

@ONLINE{blosc,
  author = {{Blosc Development Team}},
  title = "{A fast, compressed and persistent data store library}",
  year = {2009-2026},
  note = {https://blosc.org}
}

Support Blosc for a Sustainable Future

If you find Blosc useful and want to support its development, please consider making a donation or contract to the Blosc Development Team. Thank you!

Compress Better, Compute Bigger

Release files for blosc2 4.13.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for blosc2 4.13.1
File Size Uploaded
blosc2-4.13.1.tar.gz 7.3 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for blosc2 4.13.1
File
blosc2-4.13.1-cp315-cp315t-win_arm64.whl CPython 3.15 CPython 3.15 free-threading Windows ARM64 Details
blosc2-4.13.1-cp315-cp315t-win_amd64.whl CPython 3.15 CPython 3.15 free-threading Windows x86-64 Details
blosc2-4.13.1-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
blosc2-4.13.1-cp315-cp315t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
blosc2-4.13.1-cp315-cp315t-macosx_11_0_arm64.whl CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64 Details
blosc2-4.13.1-cp315-cp315t-macosx_10_15_x86_64.whl CPython 3.15 CPython 3.15 free-threading macOS 10.15+ x86-64 Details
blosc2-4.13.1-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
blosc2-4.13.1-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
blosc2-4.13.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
blosc2-4.13.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
blosc2-4.13.1-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
blosc2-4.13.1-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
blosc2-4.13.1-cp311-abi3-win_arm64.whl CPython 3.11 abi3 Windows ARM64 Details
blosc2-4.13.1-cp311-abi3-win_amd64.whl CPython 3.11 abi3 Windows x86-64 Details
blosc2-4.13.1-cp311-abi3-pyemscripten_2026_0_wasm32.whl CPython 3.11 abi3 PyEmscripten 2026.0+ WebAssembly Details
blosc2-4.13.1-cp311-abi3-pyemscripten_2025_0_wasm32.whl CPython 3.11 abi3 PyEmscripten 2025.0+ WebAssembly Details
blosc2-4.13.1-cp311-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 abi3 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
blosc2-4.13.1-cp311-abi3-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 abi3 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
blosc2-4.13.1-cp311-abi3-macosx_11_0_arm64.whl CPython 3.11 abi3 macOS 11.0+ ARM64 Details
blosc2-4.13.1-cp311-abi3-macosx_10_9_x86_64.whl CPython 3.11 abi3 macOS 10.9+ x86-64 Details

Total release size:110.3 MB

Release files / blosc2-4.13.1.tar.gz

Download URL blosc2-4.13.1.tar.gz
Size 7.3 MB
Tags Source
SHA-256 checksum
How to use checksums
4a867b0b177363ce43fea792b92723122966ff0ea99b5ab458268362cb1c411d
BLAKE2b-256 checksum
How to use checksums
5e35b683fa3481fa4dd351a935e67617993abd5ad88474ca4696eebd940c8e12
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp315-cp315t-win_arm64.whl

Download URL blosc2-4.13.1-cp315-cp315t-win_arm64.whl
Size 4.2 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
28771113e882f6111f9483e9dc9ca341e34f4bed1a380271c9ed4b191adbaf68
BLAKE2b-256 checksum
How to use checksums
b7cf8345b9926afe2a5f7442b662c2f974762354133d0e365821acda2d81f935
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp315-cp315t-win_amd64.whl

Download URL blosc2-4.13.1-cp315-cp315t-win_amd64.whl
Size 4.9 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
4645b860918989128432ba0c961fc61351b3bada7f061b45957ba4315adde889
BLAKE2b-256 checksum
How to use checksums
fa262c947c52bb82c8eb55d69e1631aace538a8778e4ca8152676676dbb740cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL blosc2-4.13.1-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 6.6 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
97ad9aad64a182cc2e0636c1e595319d2e663afc94032d7f2ea72257a7f9cd43
BLAKE2b-256 checksum
How to use checksums
1c28cd531eed657dc620a8616e1081938d47b36752f84a92b494338326afb186
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp315-cp315t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL blosc2-4.13.1-cp315-cp315t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 6.2 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f311a9744db228ddf96a0b9efcdb2f75eeb7e4eaeccd90a2cc50ffb73153e5fb
BLAKE2b-256 checksum
How to use checksums
4c2d3d56836739258a04be7625de4360b039f30896e39d4e7b60bef3951a3cad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp315-cp315t-macosx_11_0_arm64.whl

Download URL blosc2-4.13.1-cp315-cp315t-macosx_11_0_arm64.whl
Size 5.1 MB
Tags CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ff5dc5540099733f7122c6244d2d10d4d5c5b78dc081de3aed777f794de89292
BLAKE2b-256 checksum
How to use checksums
02b21441cdf7c734efa2c02b53fdbf5e31468c8fd90f93d2141c9f4db63285f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp315-cp315t-macosx_10_15_x86_64.whl

Download URL blosc2-4.13.1-cp315-cp315t-macosx_10_15_x86_64.whl
Size 5.8 MB
Tags CPython 3.15 CPython 3.15 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
4184925df78321ceed314fa2ecffde58b06c90a3c7d122a2061eea8acb872ffb
BLAKE2b-256 checksum
How to use checksums
fcdf86182c2ba52ad44a83e35a79d2c2e712da4225af05809f7f0733b3b27b32
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp314-cp314t-win_arm64.whl

Download URL blosc2-4.13.1-cp314-cp314t-win_arm64.whl
Size 4.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
18583f81e0538b139043706be2054c4057d349e5e33b537b8030634e05036e10
BLAKE2b-256 checksum
How to use checksums
5da6481ecccc937c7dd7bce6f605762c754a9d734d7ed33d21c408c75d188023
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp314-cp314t-win_amd64.whl

Download URL blosc2-4.13.1-cp314-cp314t-win_amd64.whl
Size 4.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
5f7f9d6f7c149d24e7f56c71e0ad66a4cf6fe39a8e7ead0c6506cc079d5b63bd
BLAKE2b-256 checksum
How to use checksums
5ff2559845de61b9868803df7f258600c0fe414ca1679100155fd41559f9f8b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL blosc2-4.13.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 6.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
dd503dba934893c6a0e211fa709a8a08bbfd377b8a00dd42159957b4fcb92ade
BLAKE2b-256 checksum
How to use checksums
e9bec0729078832743a854cd3d030890695de5a4dedb584e379423b09ec1ec95
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL blosc2-4.13.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 6.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
9ba5da2d97d7483a5688fc5e9e8d834b2922ac64237c455fba989ac98910c80f
BLAKE2b-256 checksum
How to use checksums
6bbd394eae591e856242f6881bb773be03c02c19d872c22df01b57dd2068ffc5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp314-cp314t-macosx_11_0_arm64.whl

Download URL blosc2-4.13.1-cp314-cp314t-macosx_11_0_arm64.whl
Size 5.1 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
840b0665b1844c84c4675e563be1525b6bbd74d45b632ec014ebb3cd1bc8069e
BLAKE2b-256 checksum
How to use checksums
452f0910051a7a5178e2b24fc67e4694f99661bd22420def3097d50fd3a64b0e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL blosc2-4.13.1-cp314-cp314t-macosx_10_15_x86_64.whl
Size 5.8 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
ab33f6f09eb41587c1475c28f65530b903763b4bdc39f228d32ff4004a145bf0
BLAKE2b-256 checksum
How to use checksums
b345e4776113bf179e2bba965c0e3418bbae9f318662699ddbc0a641c85542e5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp311-abi3-win_arm64.whl

Download URL blosc2-4.13.1-cp311-abi3-win_arm64.whl
Size 4.0 MB
Tags CPython 3.11 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
442199b65d2ab2fbf87e58b212d77bf15d5cc43e46437c35d58b5aa36b85e84f
BLAKE2b-256 checksum
How to use checksums
e96d21ac9328d166462e0df718f846a586918bd01b5768b99f93568e95888a28
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp311-abi3-win_amd64.whl

Download URL blosc2-4.13.1-cp311-abi3-win_amd64.whl
Size 4.7 MB
Tags CPython 3.11 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
68bc6b09b2219142c9ffcba0690d92073da1512ab07d39e19eb763bde817cabe
BLAKE2b-256 checksum
How to use checksums
b3214697c2345c1cce437171ffb08e7204eddfa2b8490fad34895e504f87fe8e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp311-abi3-pyemscripten_2026_0_wasm32.whl

Download URL blosc2-4.13.1-cp311-abi3-pyemscripten_2026_0_wasm32.whl
Size 2.6 MB
Tags CPython 3.11 PyEmscripten 2026.0+ WebAssembly abi3
SHA-256 checksum
How to use checksums
8ed3ba128a6aeb66e6d6cb85daa88cf99964298c22d8c5384359765a3fb0232b
BLAKE2b-256 checksum
How to use checksums
cb65431de0ab35859ba3269d67817f4bb9cbbdb358842441889949783985f6f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp311-abi3-pyemscripten_2025_0_wasm32.whl

Download URL blosc2-4.13.1-cp311-abi3-pyemscripten_2025_0_wasm32.whl
Size 2.7 MB
Tags CPython 3.11 PyEmscripten 2025.0+ WebAssembly abi3
SHA-256 checksum
How to use checksums
6996343d9f3366d7310f1a2da3cbbecb8186d8a3c47ae84a2b5079a06798cdc3
BLAKE2b-256 checksum
How to use checksums
e972c0e3e35f066c1f6ba55380f8d8963f34538b389d1a175273dafbea808f1f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp311-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL blosc2-4.13.1-cp311-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 6.6 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
1f0276ed928b2975dec012da8ebc9a1ef0a3f26d5a268635e0d12b1737d99832
BLAKE2b-256 checksum
How to use checksums
ec9975a716727f4b4a8df6c71fc32b0b17a50c16da519ec2508a7ba0ab0389cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp311-abi3-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL blosc2-4.13.1-cp311-abi3-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 6.2 MB
Tags CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
86e553e63d1d588615e87789c355bab57786440bb8b49c54f05eaf1d87ab96a3
BLAKE2b-256 checksum
How to use checksums
7d874babeda183ff34e7506827afcdf13470e0736ac3f6dbf4154eca048551a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp311-abi3-macosx_11_0_arm64.whl

Download URL blosc2-4.13.1-cp311-abi3-macosx_11_0_arm64.whl
Size 5.0 MB
Tags CPython 3.11 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
fbdaad18ac84a3f74faab4c22bf409b9bedf7d6557632ae524afee9fdc98a96c
BLAKE2b-256 checksum
How to use checksums
cc7cd231585585434a3adab4c5d5c440f4d09a60a0b47513ddfc122491912637
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / blosc2-4.13.1-cp311-abi3-macosx_10_9_x86_64.whl

Download URL blosc2-4.13.1-cp311-abi3-macosx_10_9_x86_64.whl
Size 5.6 MB
Tags CPython 3.11 abi3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
908a4b46eaf0dd682471d87858ceda08bd158717609314a9924d1fca8c5ea9b8
BLAKE2b-256 checksum
How to use checksums
bf96305fccd12c561cd7013b9ab957f29ba68678a9e765bc48323ee963ffca8d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

4.13.1 This release

21 release files

4.9.1

28 release files

4.9.0

28 release files

4.8.1

28 release files

4.8.0

28 release files

4.7.0

28 release files

4.6.0

28 release files

4.5.1

28 release files

4.5.0

28 release files

4.4.5

26 release files

4.4.4

26 release files

4.4.3

26 release files

4.3.3

31 release files

4.3.1

31 release files

4.3.0

31 release files

4.1.0

31 release files

4.0.0

31 release files

3.9.0

31 release files

3.8.0

31 release files

3.7.2

31 release files

3.7.1

31 release files

3.7.0

31 release files

3.6.1

21 release files

3.6.0

21 release files

3.5.0

21 release files

3.4.0

21 release files

3.3.4

21 release files

3.3.3

21 release files

3.3.1

16 release files

3.2.1

16 release files

3.2.0

16 release files

3.1.1

16 release files

3.1.0

16 release files

3.0.0

16 release files

2.7.1

22 release files

2.7.0

22 release files

2.5.1

29 release files

2.5.0

29 release files

2.4.0

29 release files

2.2.8

29 release files

2.2.7

21 release files

2.2.4

21 release files

2.2.3

21 release files

2.2.2

21 release files

2.2.1

21 release files

2.1.1

21 release files

2.1.0

20 release files

2.0.0

21 release files

0.6.6

21 release files

0.6.5

17 release files

0.6.1

21 release files

0.5.2

21 release files

0.5.1

16 release files

0.3.2

16 release files

0.3.1

16 release files

0.1.9

16 release files

0.1.8

16 release files

0.1.7

22 release files

0.1.6

22 release files

0.1.5

22 release files

0.1.4

22 release files

0.1.3

1 release file

0.1.2

1 release file

0.1.1

1 release file

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