Skip to main content

The yt Project

Users' Mailing List Devel Mailing List Build Status codecov Latest Documentation Data Hub Powered by NumFOCUS

yt is an open-source, permissively-licensed python package for analyzing and visualizing volumetric data.

yt supports structured, variable-resolution meshes, unstructured meshes, and discrete or sampled data such as particles. Focused on driving physically-meaningful inquiry, yt has been applied in domains such as astrophysics, seismology, nuclear engineering, molecular dynamics, and oceanography. Composed of a friendly community of users and developers, we want to make it easy to use and develop - we'd love it if you got involved!

We've written a method paper you may be interested in; if you use yt in the preparation of a publication, please consider citing it.

Code of Conduct

yt abides by a code of conduct partially modified from the PSF code of conduct, and is found in our contributing guide.

Installation

You can install the most recent stable version of yt either with conda from conda-forge:

conda install -c conda-forge yt

or with pip:

pip install yt

If you want the latest nightly build, you can manually install from our repository:

conda install -c yt-project/label/dev yt

To get set up with a development version, you want to clone this repository:

git clone https://github.com/yt-project/yt yt-git
cd yt-git

and work within a conda environment:

# Create a conda environment named yt-git
$ conda create -n yt-git python=3.6
# Activate it
$ source activate yt-git
# Make sure you run the latest version of conda
$ conda update conda
# Install yt's runtime dependencies
$ conda install -c conda-forge yt --only-deps
# Install yt's build dependencies
$ conda install -c conda-forge cython
# Make sure you run the latest version of pip
$ pip install --upgrade pip
$ pip install -v -e .
# Output installed packages
$ conda env export

Alternatively, you can install yt in a virtualenv:

# It is conventional to create virtualenvs at ~/.virtualenv/
$ mkdir -p ~/.virtualenv
# Assuming your version of Python 3 is 3.4 or higher,
# create a virtualenv named yt-git
$ python3 -m venv ~/.virtualenv/yt-git
# Activate it
$ source ~/.virtualenv/yt-git/bin/activate
# Make sure you run the latest version of pip
$ pip install --upgrade pip
# Assuming you have cd'd into yt-git
$ pip install -e .
# Output installed packages
$ pip freeze

Getting Started

yt is designed to provide meaningful analysis of data. We have some Quickstart example notebooks in the repository:

If you'd like to try these online, you can visit our yt Hub and run a notebook next to some of our example data.

Contributing

We love contributions! yt is open source, built on open source, and we'd love to have you hang out in our community.

We have developed some guidelines for contributing to yt.

Imposter syndrome disclaimer: We want your help. No, really.

There may be a little voice inside your head that is telling you that you're not ready to be an open source contributor; that your skills aren't nearly good enough to contribute. What could you possibly offer a project like this one?

We assure you - the little voice in your head is wrong. If you can write code at all, you can contribute code to open source. Contributing to open source projects is a fantastic way to advance one's coding skills. Writing perfect code isn't the measure of a good developer (that would disqualify all of us!); it's trying to create something, making mistakes, and learning from those mistakes. That's how we all improve, and we are happy to help others learn.

Being an open source contributor doesn't just mean writing code, either. You can help out by writing documentation, tests, or even giving feedback about the project (and yes - that includes giving feedback about the contribution process). Some of these contributions may be the most valuable to the project as a whole, because you're coming to the project with fresh eyes, so you can see the errors and assumptions that seasoned contributors have glossed over.

(This disclaimer was originally written by Adrienne Lowe for a PyCon talk, and was adapted by yt based on its use in the README file for the MetPy project)

Resources

We have some community and documentation resources available.

Release files for yt 3.5.0

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

Source distribution (sdist)

Source distribution for yt 3.5.0
File Size Uploaded
yt-3.5.0.tar.gz 10.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for yt 3.5.0
File
yt-3.5.0-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
yt-3.5.0-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
yt-3.5.0-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
yt-3.5.0-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.10+ Intel (x86-64, i386) Details
yt-3.5.0-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
yt-3.5.0-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
yt-3.5.0-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
yt-3.5.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.10+ Intel (x86-64, i386) Details
yt-3.5.0-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
yt-3.5.0-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
yt-3.5.0-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
yt-3.5.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.10+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.10+ Intel (x86-64, i386) Details
yt-3.5.0-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
yt-3.5.0-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
yt-3.5.0-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
yt-3.5.0-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
yt-3.5.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64, macOS 10.10+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386) Details

Total release size: 212.7 MB

Release files / yt-3.5.0.tar.gz

Download URL yt-3.5.0.tar.gz
Size 10.4 MB
Tags Source
SHA-256 checksum
How to use checksums
ee4bf8349f02ce21f571654c26d85c1f69d9678fc8f5c7cfe5d1686c7ed2e3ca
BLAKE2b-256 checksum
How to use checksums
a69f76ad98b7ec159869ab719f990aa11e06f0d149f655901abcfd845cb833b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp37-cp37m-win_amd64.whl

Download URL yt-3.5.0-cp37-cp37m-win_amd64.whl
Size 10.9 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
5d46b4114a6a3da0bf75dd563592292b1d7bb6d9d1b581af5c8724e69511b08b
BLAKE2b-256 checksum
How to use checksums
58169ccb55e9cabe274e077b33e71538606d10395b9d4b0ad22ccf6fb22fa19a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp37-cp37m-win32.whl

Download URL yt-3.5.0-cp37-cp37m-win32.whl
Size 10.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
43d7e59bed55a5a80e02e352a01c7c95df8ce7f74935f31e6d8f287ff41ef2ca
BLAKE2b-256 checksum
How to use checksums
4233a18885afc40384978aedb5326e620cdd1e22f403c6da7a974aff31257a67
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp37-cp37m-manylinux1_x86_64.whl

Download URL yt-3.5.0-cp37-cp37m-manylinux1_x86_64.whl
Size 11.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
6038166d0d009544fca8d8e0e00c15e935451b5eb2f72dd835b2705474ce8ba7
BLAKE2b-256 checksum
How to use checksums
542af3bc89ba6d955f560d9249e06c664f3e1e3eb2e02d7b445e1aa1bec4abe3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL yt-3.5.0-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 14.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
438b43ca4d5e8b9ea79fbc41310cd179525f11b49b71844e2d3dd0a771fbe728
BLAKE2b-256 checksum
How to use checksums
0b4bcf37e394ecffa7504276053c4d324628faf86a186d516cbb70962bcaf533
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp36-cp36m-win_amd64.whl

Download URL yt-3.5.0-cp36-cp36m-win_amd64.whl
Size 10.9 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
5c346e2254ad0269dfaa5965698116ff34dfeb2d268dd297d60ee683f6f1c032
BLAKE2b-256 checksum
How to use checksums
1ace3c70c86471954084f17a47923b7e266179810663d184a56c8bac3d17c7a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp36-cp36m-win32.whl

Download URL yt-3.5.0-cp36-cp36m-win32.whl
Size 10.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
3a11c9b191820fd0da180db25418e5ad3af8b58c4d422ebf3acb5f4e91f0929a
BLAKE2b-256 checksum
How to use checksums
bd788e8a969fcc3592ac3a69a4e77053d441b03f025cdc55641e6e1fbbbd22ec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp36-cp36m-manylinux1_x86_64.whl

Download URL yt-3.5.0-cp36-cp36m-manylinux1_x86_64.whl
Size 11.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
9c867a13e598550dad6dd1fed0fe0e3204135e17d9d1a2750a12c002bcbd87ed
BLAKE2b-256 checksum
How to use checksums
a5392f36f1dab3fc06ac20c4ede5d996e172a3943c20aeb9b6bf3ee58c186168
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL yt-3.5.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 14.9 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f371930fef937e7e6e416e0dbc6afcb1ab117106b5a74911b03878ef7e81c217
BLAKE2b-256 checksum
How to use checksums
40dad858c71b1a4ba7c55e653ae5f6bc2f42b82c638b5a034e309c39c38983e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp35-cp35m-win_amd64.whl

Download URL yt-3.5.0-cp35-cp35m-win_amd64.whl
Size 10.8 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
bd369e97f4e645c2d577855d7478cd9ccf9b7bc7b80f41a22f824bca22a8a901
BLAKE2b-256 checksum
How to use checksums
db99eadad0a49f0eb1e23192864690c5cc9b36e5241360a2e36474148746b446
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp35-cp35m-win32.whl

Download URL yt-3.5.0-cp35-cp35m-win32.whl
Size 10.2 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
223f6bb96377163247695504697b2e3439cf65c61bd51bc90b16c25a9016d42d
BLAKE2b-256 checksum
How to use checksums
fd84708ba57d7c4225b8080c201710518e2da0f02eeeda28f4cae917a470052c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp35-cp35m-manylinux1_x86_64.whl

Download URL yt-3.5.0-cp35-cp35m-manylinux1_x86_64.whl
Size 11.5 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
9e5390f107792b62244cb7856372ee70fa59b12b6a94fb0b4fa9efb843dd8f32
BLAKE2b-256 checksum
How to use checksums
055e916d3f6db386732f0f32ff575b2bba0731c74d72f92bff3b969df15d7758
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL yt-3.5.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 14.6 MB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
e6f9e2c5c595bfd782cd330ad900e43234a5758a64e3f28f568f79d1753b1626
BLAKE2b-256 checksum
How to use checksums
a4114d6ce1d7dc166e843a8f172f3f7e288823576d9aafec41713a2eb80ec451
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp27-cp27mu-manylinux1_x86_64.whl

Download URL yt-3.5.0-cp27-cp27mu-manylinux1_x86_64.whl
Size 11.7 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
641d1cd275945ff84e557a4f4c0144cb1992f1190df47d7f96be2c12f44bb869
BLAKE2b-256 checksum
How to use checksums
dbd8913e601e1d4eeac39788cd31a2e05f1d77d92686ba3513f20aba6bc9587f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp27-cp27m-win_amd64.whl

Download URL yt-3.5.0-cp27-cp27m-win_amd64.whl
Size 11.0 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
c79e80fba4ad051a788b42bbdfb7f12f97dec79cc898fe120cd8ca38be3dcfc5
BLAKE2b-256 checksum
How to use checksums
11e3af71df29ac21991cfaed427f25ae948f83bd2710b7ee9dc95147ed973cd2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp27-cp27m-win32.whl

Download URL yt-3.5.0-cp27-cp27m-win32.whl
Size 10.4 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
a9b918538179c47280cab710bb250e63e26958142382cfca7535c02df13ae6d9
BLAKE2b-256 checksum
How to use checksums
f00e52c5502f22b417a128a5c2018b1dd035cd505269237f4f39dc0c72dbf7cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp27-cp27m-manylinux1_x86_64.whl

Download URL yt-3.5.0-cp27-cp27m-manylinux1_x86_64.whl
Size 11.7 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
ad1a4b093da1c6d438fa0a32e9a06da72628a38553fdb072f21e0a1f041ce10e
BLAKE2b-256 checksum
How to use checksums
76d2862cf6f82b3d95ab2ca7f080384d196debf549d67c815eef62c400e22092
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release files / yt-3.5.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL yt-3.5.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 15.2 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
36bb0a9767f544b6c182e9b9d3a6cc9d73b32d088941b10b9370b8d7d5100819
BLAKE2b-256 checksum
How to use checksums
e9f5ced5086d44d84cea8265dd98fef58fb038e51ac432bad546bd836ec3df68
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15

Release history Release notifications | RSS feed

4.4.2

11 release files

4.4.0

21 release files

4.3.0

17 release files

4.2.2

21 release files

4.2.1

21 release files

4.2.0

21 release files

4.1.4

25 release files

4.1.3

25 release files

4.1.2

25 release files

4.1.1

25 release files

4.0.4

24 release files

4.0.3

21 release files

4.0.1

17 release files

3.6.1

13 release files

3.6.0

17 release files

3.5.1

18 release files

This release

3.5.0 This release

18 release files

3.4.1

21 release files

3.4.0

18 release files

3.3.4

19 release files

3.3.3

17 release files

3.3.2

15 release files

3.3.1

15 release files

3.3

4 release files

3.3.0

1 release file

3.2.3

6 release files

3.2.2

6 release files

3.2.1

5 release files

3.2

5 release files

3.1

3 release files

3.0.2

1 release file

3.0.1

1 release file

3.0

1 release file

2.6.3

1 release file

2.6.2

1 release file

2.6.1

1 release file

2.6

1 release file

2.5.5

1 release file

2.5.4

1 release file

2.5.3

1 release file

2.5.2

1 release file

2.5.1

1 release file

2.5

1 release file

2.4

1 release file

2.3

1 release file

2.2

1 release file

2.1

1 release file

2.0.1

1 release file

2.0

1 release file

1.7

1 release file

1.6.1

1 release file

1.6

1 release file

1.5

1 release file

1.0.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