Skip to main content

Azure Travis Codecov CircleCI PythonVersion PyPi DOI

scikit-learn

scikit-learn is a Python module for machine learning built on top of SciPy and is distributed under the 3-Clause BSD license.

The project was started in 2007 by David Cournapeau as a Google Summer of Code project, and since then many volunteers have contributed. See the About us page for a list of core contributors.

It is currently maintained by a team of volunteers.

Website: http://scikit-learn.org

Installation

Dependencies

scikit-learn requires:

  • Python (>= 3.5)

  • NumPy (>= 1.11.0)

  • SciPy (>= 0.17.0)

  • joblib (>= 0.11)

Scikit-learn 0.20 was the last version to support Python 2.7 and Python 3.4. scikit-learn 0.21 and later require Python 3.5 or newer.

Scikit-learn plotting capabilities (i.e., functions start with plot_ and classes end with “Display”) require Matplotlib (>= 1.5.1). For running the examples Matplotlib >= 1.5.1 is required. A few examples require scikit-image >= 0.12.3, a few examples require pandas >= 0.18.0.

User installation

If you already have a working installation of numpy and scipy, the easiest way to install scikit-learn is using pip

pip install -U scikit-learn

or conda:

conda install scikit-learn

The documentation includes more detailed installation instructions.

Changelog

See the changelog for a history of notable changes to scikit-learn.

Development

We welcome new contributors of all experience levels. The scikit-learn community goals are to be helpful, welcoming, and effective. The Development Guide has detailed information about contributing code, documentation, tests, and more. We’ve included some basic information in this README.

Source code

You can check the latest sources with the command:

git clone https://github.com/scikit-learn/scikit-learn.git

Contributing

To learn more about making a contribution to scikit-learn, please see our Contributing guide.

Testing

After installation, you can launch the test suite from outside the source directory (you will need to have pytest >= 3.3.0 installed):

pytest sklearn

See the web page http://scikit-learn.org/dev/developers/advanced_installation.html#testing for more information.

Random number generation can be controlled during testing by setting the SKLEARN_SEED environment variable.

Submitting a Pull Request

Before opening a Pull Request, have a look at the full Contributing page to make sure your code complies with our guidelines: http://scikit-learn.org/stable/developers/index.html

Project History

The project was started in 2007 by David Cournapeau as a Google Summer of Code project, and since then many volunteers have contributed. See the About us page for a list of core contributors.

The project is currently maintained by a team of volunteers.

Note: scikit-learn was previously referred to as scikits.learn.

Help and Support

Documentation

Communication

Citation

If you use scikit-learn in a scientific publication, we would appreciate citations: http://scikit-learn.org/stable/about.html#citing-scikit-learn

Release files for scikit-learn 0.22

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

Source distribution (sdist)

Source distribution for scikit-learn 0.22
File Size Uploaded
scikit-learn-0.22.tar.gz 6.9 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for scikit-learn 0.22
File
scikit_learn-0.22-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
scikit_learn-0.22-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
scikit_learn-0.22-cp38-cp38-manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
scikit_learn-0.22-cp38-cp38-manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
scikit_learn-0.22-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
scikit_learn-0.22-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
scikit_learn-0.22-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
scikit_learn-0.22-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.22-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.22-cp37-cp37m-macosx_10_6_intel.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.6+ Intel (x86-64, i386) Details
scikit_learn-0.22-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
scikit_learn-0.22-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
scikit_learn-0.22-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.22-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.22-cp36-cp36m-macosx_10_6_intel.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.6+ Intel (x86-64, i386) Details
scikit_learn-0.22-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
scikit_learn-0.22-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
scikit_learn-0.22-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
scikit_learn-0.22-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
scikit_learn-0.22-cp35-cp35m-macosx_10_6_intel.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.6+ Intel (x86-64, i386) Details

Total release size: 146.5 MB

Release files / scikit-learn-0.22.tar.gz

Download URL scikit-learn-0.22.tar.gz
Size 6.9 MB
Tags Source
SHA-256 checksum
How to use checksums
314abf60c073c48a1e95feaae9f3ca47a2139bd77cebb5b877c23a45c9e03012
BLAKE2b-256 checksum
How to use checksums
4f2c04e10167991ed6209fb251a212ca7c3148006f335f4aadf1808db2cbeda8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp38-cp38-win_amd64.whl

Download URL scikit_learn-0.22-cp38-cp38-win_amd64.whl
Size 6.3 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
63b7c4ddd5a6ed504ee7a6d2670dc8df478b70c4e31a2d165de82c4d6f4b6e1b
BLAKE2b-256 checksum
How to use checksums
0d413d4032e18002427785a84f6cc1f13f62f63218d85716e30dfaa47ca46b88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp38-cp38-win32.whl

Download URL scikit_learn-0.22-cp38-cp38-win32.whl
Size 5.5 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
ac81facbda6ac2296e5d7b7518dc15d93858fda34f7d7877a5e9bbc2c8b0b5aa
BLAKE2b-256 checksum
How to use checksums
c9f73d9bc3d25ffdb0d9a184008e577686ee3577f0ba95b4565380c746c43578
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp38-cp38-manylinux1_x86_64.whl

Download URL scikit_learn-0.22-cp38-cp38-manylinux1_x86_64.whl
Size 7.0 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
bc48a36424a6af3c353827a5d68abdad132f5ca843d721852fdf8b2e8d6277d3
BLAKE2b-256 checksum
How to use checksums
6cf86071da4d8ce0f9d0e42b6d9de406f9adc057864dabb945d84a8b2966a9a5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp38-cp38-manylinux1_i686.whl

Download URL scikit_learn-0.22-cp38-cp38-manylinux1_i686.whl
Size 6.3 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
07aaa1d639759ebfa33e747022d3fde880eb4343c6a7ddd916478be3a6b98d67
BLAKE2b-256 checksum
How to use checksums
b79e828d96fc864659f46cbaad059cc90098844fd2dbdcb5c8c3a93bfb3ea8c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp38-cp38-macosx_10_9_x86_64.whl

Download URL scikit_learn-0.22-cp38-cp38-macosx_10_9_x86_64.whl
Size 7.0 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
594e693aef1dca29ab5823781f8db15815f257295cff52868f0602553ee5c66b
BLAKE2b-256 checksum
How to use checksums
4d3d64d625cb82fe317c4427e582ffd21cdcfbe1ede1ccd729a916b5e291ba1e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp37-cp37m-win_amd64.whl

Download URL scikit_learn-0.22-cp37-cp37m-win_amd64.whl
Size 6.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
06b78e6f62b6a89b00acc873ee823c99ddf4ee1d461a02ce0d22276a17d2c13e
BLAKE2b-256 checksum
How to use checksums
9d101dd2e3436e13402cc2b16c61b5f7407fb2e8057dcc18461db0d8e3523202
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp37-cp37m-win32.whl

Download URL scikit_learn-0.22-cp37-cp37m-win32.whl
Size 5.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
ab3f791d5663bcc8137ea2339cbbd81907d2c7f51da6ef0402a6a37ef74bd857
BLAKE2b-256 checksum
How to use checksums
f791adeacd0884a8b831ebfdea027087a5ee28496e2ea3b7b1b3921f4b660549
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp37-cp37m-manylinux1_x86_64.whl

Download URL scikit_learn-0.22-cp37-cp37m-manylinux1_x86_64.whl
Size 7.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
0098757148ee055796370ca5f4c5887940c46f87a4989f7ca9be6a2c42803ef1
BLAKE2b-256 checksum
How to use checksums
19968034e350d4550748277e514d0d6d91bdd36be19e6c5f40b8af0d74cb0c84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp37-cp37m-manylinux1_i686.whl

Download URL scikit_learn-0.22-cp37-cp37m-manylinux1_i686.whl
Size 6.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
e321baa1210d20ac9751f4f8ec5e64affc44c93992a7e61611663884cd3e4b5a
BLAKE2b-256 checksum
How to use checksums
1eb24d98129f6bba37bf8997472e787afa61fe3b51f166fae6eb2afcbf35c35e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp37-cp37m-macosx_10_6_intel.whl

Download URL scikit_learn-0.22-cp37-cp37m-macosx_10_6_intel.whl
Size 10.9 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
5e426ed57851e60d2edb63a60888cc85e47b129f69f9c26eb872d8b7581c4c63
BLAKE2b-256 checksum
How to use checksums
b1db102a43a72afd2b0938ca039af6047e2a2bf5e5d5eb1bbe38ce616e2d750d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp36-cp36m-win_amd64.whl

Download URL scikit_learn-0.22-cp36-cp36m-win_amd64.whl
Size 6.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
df3111e9a6d1b5009b45d10e98276e1e7fafefc538a6496e4e80042bba27cf68
BLAKE2b-256 checksum
How to use checksums
e9fc37c2706fe0d252e89c49f0c94b94b27878f75a372ca7e5e7ea7583f61c79
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp36-cp36m-win32.whl

Download URL scikit_learn-0.22-cp36-cp36m-win32.whl
Size 5.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
8049f6330bbd1f8dd8db587fbfb69f8150efb36a22ddb4d178a0479c027496c5
BLAKE2b-256 checksum
How to use checksums
8b1d71fb40ac9e03979abc3b5813cd8d535da4de336b434e98870b141d3bc75e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp36-cp36m-manylinux1_x86_64.whl

Download URL scikit_learn-0.22-cp36-cp36m-manylinux1_x86_64.whl
Size 7.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
3004fe60aca1f20b80d13698e5d9123e0d500062b548c733a9f230ab943ce334
BLAKE2b-256 checksum
How to use checksums
2ed0860c4f6a7027e00acff373d9f5327f4ae3ed5872234b3cbdd7bcb52e5eff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp36-cp36m-manylinux1_i686.whl

Download URL scikit_learn-0.22-cp36-cp36m-manylinux1_i686.whl
Size 6.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
8509da5e03155c872d2e646763f4d42cfbdbd460dad9b803dba7602c32b7a605
BLAKE2b-256 checksum
How to use checksums
c1e9ce85fad83ec27447866771f71c39e8416fbc36cd94a7557aef3786f25606
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp36-cp36m-macosx_10_6_intel.whl

Download URL scikit_learn-0.22-cp36-cp36m-macosx_10_6_intel.whl
Size 11.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
8c524b4567bb4d5ea172aa0d8212fe1b06898c4ad130ac443bbe0e5f4bd9d104
BLAKE2b-256 checksum
How to use checksums
83ffd8e912e96aa47abc4ffb02bb3d05eaee45c14b74d02f0abf22b97d83a888
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp35-cp35m-win_amd64.whl

Download URL scikit_learn-0.22-cp35-cp35m-win_amd64.whl
Size 6.1 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
09b81c1145437fd5d25a2e8419621185c22b05450a7c77ad0a568194bbd65963
BLAKE2b-256 checksum
How to use checksums
6a3d1d38de336ad9875a0aa4c694ca84c64db8cbf6f490872bf7862f9a686876
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp35-cp35m-win32.whl

Download URL scikit_learn-0.22-cp35-cp35m-win32.whl
Size 5.4 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
ca60076ba9e38ed936a0e7fb5a0d18cffe375840d9dc4e562df7e0f5ee066d4d
BLAKE2b-256 checksum
How to use checksums
a121427c2a38b771b1985fd2ed9e283abb2fe4153ca73edd7627782780977f17
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp35-cp35m-manylinux1_x86_64.whl

Download URL scikit_learn-0.22-cp35-cp35m-manylinux1_x86_64.whl
Size 7.0 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
087fffad9e7604bbbaa078bdfdf6919a96495f0eb742c70dd900820224c20a0a
BLAKE2b-256 checksum
How to use checksums
1b14b8c1c698be22f45d0d39facd667d6b0aa5f702ea4470a6ebc7ae98a46ff7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp35-cp35m-manylinux1_i686.whl

Download URL scikit_learn-0.22-cp35-cp35m-manylinux1_i686.whl
Size 6.3 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
1632967d8fbae09e6090ef6bd632681c5fc64b95378a858c59fd37b57357425e
BLAKE2b-256 checksum
How to use checksums
0dfe4364e67e857c7c70ce4d3ea78077b3672cc742a65ae428375d89065178a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release files / scikit_learn-0.22-cp35-cp35m-macosx_10_6_intel.whl

Download URL scikit_learn-0.22-cp35-cp35m-macosx_10_6_intel.whl
Size 10.7 MB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
c252cfb331e15188d731253cffaa04a87fb0ea7aad5bff9f85229b5b883c8290
BLAKE2b-256 checksum
How to use checksums
457937eb5647b7a157e09e65fc8de7aa01dc0390d02b936f1dc046035bf56154
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

Release history Release notifications | RSS feed

1.9.1

43 release files

1.8.0

37 release files

1.7.1

26 release files

1.6.1

30 release files

1.5.2

26 release files

1.5.0

21 release files

1.4.0

41 release files

1.3.2

26 release files

1.3.1

26 release files

1.3.0

21 release files

1.2.1

21 release files

1.1.3

21 release files

1.1.1

18 release files

1.1.0

18 release files

1.0.2

32 release files

1.0.1

25 release files

1.0

25 release files

This release

0.22 This release

21 release files

0.18

20 release files

0.17

17 release files

0.14

1 release file

0.13.1

3 release files

0.13

3 release files

0.12

3 release files

0.11

3 release files

0.10

3 release files

0.9

3 release 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