Skip to main content

Change point detection for signals in Python.

Project description

Welcome to ruptures

Maintenance build python PyPI version Conda Version docs PyPI - License Downloads Code style: black Binder Codecov

ruptures is a Python library for off-line change point detection. This package provides methods for the analysis and segmentation of non-stationary signals. Implemented algorithms include exact and approximate detection for various parametric and non-parametric models. ruptures focuses on ease of use by providing a well-documented and consistent interface. In addition, thanks to its modular structure, different algorithms and models can be connected and extended within this package.

How to cite. If you use ruptures in a scientific publication, we would appreciate citations to the following paper:

  • C. Truong, L. Oudre, N. Vayatis. Selective review of offline change point detection methods. Signal Processing, 167:107299, 2020. [journal] [pdf]

Basic usage

(Please refer to the documentation for more advanced use.)

The following snippet creates a noisy piecewise constant signal, performs a penalized kernel change point detection and displays the results (alternating colors mark true regimes and dashed lines mark estimated change points).

import matplotlib.pyplot as plt
import ruptures as rpt

# generate signal
n_samples, dim, sigma = 1000, 3, 4
n_bkps = 4  # number of breakpoints
signal, bkps = rpt.pw_constant(n_samples, dim, n_bkps, noise_std=sigma)

# detection
algo = rpt.Pelt(model="rbf").fit(signal)
result = algo.predict(pen=10)

# display
rpt.display(signal, bkps, result)
plt.show()

General information

Contact

Concerning this package, its use and bugs, use the issue page of the ruptures repository. For other inquiries, you can contact me here.

Important links

  • Documentation: link.
  • Pypi package index: link

Dependencies and install

Installation instructions can be found here.

Changelog

See the changelog for a history of notable changes to ruptures.

Thanks to all our contributors

License

This project is under BSD license.

BSD 2-Clause License

Copyright (c) 2017-2021, ENS Paris-Saclay, CNRS
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ruptures-1.1.6rc1.tar.gz (239.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

ruptures-1.1.6rc1-cp39-cp39-win_amd64.whl (378.5 kB view details)

Uploaded CPython 3.9Windows x86-64

ruptures-1.1.6rc1-cp39-cp39-win32.whl (361.2 kB view details)

Uploaded CPython 3.9Windows x86

ruptures-1.1.6rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ruptures-1.1.6rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ruptures-1.1.6rc1-cp39-cp39-macosx_10_9_x86_64.whl (397.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

ruptures-1.1.6rc1-cp38-cp38-win_amd64.whl (378.2 kB view details)

Uploaded CPython 3.8Windows x86-64

ruptures-1.1.6rc1-cp38-cp38-win32.whl (360.9 kB view details)

Uploaded CPython 3.8Windows x86

ruptures-1.1.6rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ruptures-1.1.6rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

ruptures-1.1.6rc1-cp38-cp38-macosx_10_9_x86_64.whl (393.0 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

ruptures-1.1.6rc1-cp37-cp37m-win_amd64.whl (376.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

ruptures-1.1.6rc1-cp37-cp37m-win32.whl (359.0 kB view details)

Uploaded CPython 3.7mWindows x86

ruptures-1.1.6rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (991.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

ruptures-1.1.6rc1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (988.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

ruptures-1.1.6rc1-cp37-cp37m-macosx_10_9_x86_64.whl (394.3 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

ruptures-1.1.6rc1-cp36-cp36m-win_amd64.whl (396.4 kB view details)

Uploaded CPython 3.6mWindows x86-64

ruptures-1.1.6rc1-cp36-cp36m-win32.whl (370.8 kB view details)

Uploaded CPython 3.6mWindows x86

ruptures-1.1.6rc1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (995.6 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

ruptures-1.1.6rc1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (988.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

ruptures-1.1.6rc1-cp36-cp36m-macosx_10_9_x86_64.whl (394.0 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file ruptures-1.1.6rc1.tar.gz.

File metadata

  • Download URL: ruptures-1.1.6rc1.tar.gz
  • Upload date:
  • Size: 239.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.6rc1.tar.gz
Algorithm Hash digest
SHA256 f49b00eed5220d74f8670a3cf64dd70d7a7b82c5bfcb11d1519521fca9164797
MD5 dfb577b972ebb0b6deedf108a769bd12
BLAKE2b-256 a1e6ba81bae39a81c2ead2eaa846324298cef2486666f5dd28802a5879a51559

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.6rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 378.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.6rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bafb7219c724da0a079115d1f359445dee5229bd3d3411a77e67e9e39a8b072c
MD5 f2f02e8b42d759d974c9d1d3cc305a77
BLAKE2b-256 eff48821676c291b06204f50a89746894f26097091027a7508a612ac8259feb5

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp39-cp39-win32.whl.

File metadata

  • Download URL: ruptures-1.1.6rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 361.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.6rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 68174bb3ed29c6b88ab992d8f4419eb6d7492341778e29c6141e0f9396aad591
MD5 c91258171c4d14b8d0a45ea5c1b242c8
BLAKE2b-256 76bdb69e56ef50197e5bae3c087975f8bfea7ebd7c0d03c06e2db4df03bdb0ec

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.6rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c69004d12734440ea76a1ffe8bff921c9616f0394cdef560a17ee0459723aec
MD5 6e844c87e5c5e91eb4cad02d1283401c
BLAKE2b-256 19be0d014a076aac2059581a981d15bbcde9d41e46a63159768c26572b4dbdd4

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.6rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0db4f162b21c259e1e63aab4d1d82f7d64ce7bdb506d7e20331e6e8825f87108
MD5 4066ef0f1e766416c66be91c8ceab7ad
BLAKE2b-256 7e7d4a066f79e3be483a6f717f26dfc437f222e602869b2984152b26c8dc6fd6

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.6rc1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 397.0 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.6rc1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c0df159b00a2af83f8a96619e5c1dc713a1cab9d63771c0a57b25424fc20a470
MD5 5ed88c8f9841d381b510d9d7717e59df
BLAKE2b-256 3686270cb444b4f34e76cfefeb9b4e1d688098e7abaed51b9b5724da6be8e913

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.6rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 378.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.6rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 73466b6799b644f9e13c1c3d2654ecdc2f9c5cf4afe961e5ceee9c2ca8bd23ec
MD5 874cf2747f0e712be29806e7e9fd5da5
BLAKE2b-256 dc7a30542807490ac5dd1b2b8bf86e5cde075f6e77c5d0ecefdab4c758be09f5

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp38-cp38-win32.whl.

File metadata

  • Download URL: ruptures-1.1.6rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 360.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.6rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 137e6911ed43a160e6bf19dd412cc23c8054027c4e8a84c50ee7ff758e09327c
MD5 6992b0f15e800326b8009fa2b41b2d51
BLAKE2b-256 99057a41c4abfdd350a1e86c622460ae1fe4f76d8309b965cf30895b12c91385

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.6rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea3e07d227f6c3f63ff9dd385724c85f1734475691d1866979ab09cdb5166843
MD5 e4defab79adca2f12d1933119ea6ff50
BLAKE2b-256 dc8823a4621848b70eef53265516b341e2d50ca8a67358200cfc93114a13be0e

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.6rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e18e72a43bcdbe80da47bc75c496334f5973c510ca1138e5c5b7b753a3fcc8ac
MD5 ae9b7a882a6c2d1463e23902de2ec0ce
BLAKE2b-256 39aa62c6efd3bbb6b92e286162bcc49b736713ee73dffe92cf5f2feaf300199a

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.6rc1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 393.0 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.6rc1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 64a85a9fbd2f632917e66496ea766f43fd7da04887186b7c42d6727d3d8ababa
MD5 be3b6f780c533295d8a3ef3a2da8f4d2
BLAKE2b-256 8eea876e0253a317874a24d4917b75cbafa0c4982c6511181aee06bbb54d267c

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.6rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 376.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.6rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 defc412baa89bb856753b0e889eed6cebfbc6a76b3029a29146da819a71ef15c
MD5 00d83c3d49fe307dba2ff2966348c68b
BLAKE2b-256 3abde51ec47cb2254a45a8a8185b0ba88bd02125bc6e1521e4ae5683daa6b950

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: ruptures-1.1.6rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 359.0 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.6rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 67beb2c5c4b9c25a86e84406a41ac61e2a4e2b8a555744ffbf9cea181edfc528
MD5 bb79d560be8437620e812313ef06f0df
BLAKE2b-256 db533c002da2961aee17e85a7e8a43ab0bb0c71b39e0af6cfe4a97e59e07f2fe

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.6rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e8ddbb08836f78760f52e08523b7b3bb1c0c73367036a6b9d092f37dea8f604
MD5 86222ef8cac8f31acef54bd7bc976b9a
BLAKE2b-256 1f19d2618d538d73765f2cd73e95c573dd92b66ed0eb4bfef0477f2fd50c5489

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.6rc1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98d17c2f92e8c5f6e357163923234925b89825495b5a97eb28173c2fa39e8b87
MD5 ce7e6ea70700472af37ec5e17afd0287
BLAKE2b-256 796a61adf913410e94fa3429119492342ccece37c4e043c992d1f17d9bff5bad

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.6rc1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 394.3 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.6rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e84eb46ff5ecb865e6e2a6bb30e0420b54c760e092cb2bc576740bbfdb09633
MD5 95a584070e294a6e82bdc7350eb4e893
BLAKE2b-256 47d277a55dc79cbd04dc4a80665afa2d8969367e903c3531783f6add4ef5950f

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.6rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 396.4 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.6rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 cb07ed5772fa9bf6b93afdb895c8ed77bdfb2f12a9340dae8719c755c6a7cabc
MD5 dee4f355d05ad1039699345fb40f951f
BLAKE2b-256 f9ca00ba3ab08fba8cad99e455e4d8621059cc70a3ddc827720670b8dbdc901f

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: ruptures-1.1.6rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 370.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.6rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 64376958aa9fedea07bfc4691f90cd126f26017aeb8ca8ccc5f167a0b6b1fe74
MD5 ef20e0b4251adcf5a08c0fb8eec37273
BLAKE2b-256 023b6e0228c57f62650f6de4c22a0f4f9496a3d30a36e6a7b949aef9343b4b93

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.6rc1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b623af2f90b97d7eb4efc2baceaab539ef7073e1ece5889c2950b3cce157394
MD5 b93e01e849188fd60ce4524b86d7a82b
BLAKE2b-256 e7c0b0298e7fafce56afacf08f8a2637ad25f40e2e20a715628bb2696e21e15c

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.6rc1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aaa29327c171ce46f1e15f15babbf84aa60838f9821b15f9111fdfcbc9dc980d
MD5 749b0f91fe47dc5ba15b50596b94eda3
BLAKE2b-256 43404d69fa45c9b72a0a80318e3af9870a036d78436f4bfd930d711c5db74a82

See more details on using hashes here.

File details

Details for the file ruptures-1.1.6rc1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.6rc1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 394.0 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.6rc1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3f15a5a752c28cf9de3d443632cc3c08de2e7330abd1b9c3dbeaf895b4507ed5
MD5 b7252f12b94ec6d12537ded97c0afe7b
BLAKE2b-256 399990cc6e9cef18b208799ce2871c32724a750b384204a67da2351c653a8c59

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page