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

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-2022, 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.9.tar.gz (308.1 kB view details)

Uploaded Source

Built Distributions

ruptures-1.1.9-cp312-cp312-win_amd64.whl (474.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

ruptures-1.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

ruptures-1.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

ruptures-1.1.9-cp312-cp312-macosx_10_9_x86_64.whl (491.7 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

ruptures-1.1.9-cp311-cp311-win_amd64.whl (473.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

ruptures-1.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

ruptures-1.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

ruptures-1.1.9-cp311-cp311-macosx_10_9_x86_64.whl (489.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

ruptures-1.1.9-cp310-cp310-win_amd64.whl (473.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

ruptures-1.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

ruptures-1.1.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

ruptures-1.1.9-cp310-cp310-macosx_10_9_x86_64.whl (489.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

ruptures-1.1.9-cp39-cp39-win_amd64.whl (474.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

ruptures-1.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

ruptures-1.1.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

ruptures-1.1.9-cp39-cp39-macosx_10_9_x86_64.whl (490.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

ruptures-1.1.9-cp38-cp38-win_amd64.whl (474.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

ruptures-1.1.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

ruptures-1.1.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

ruptures-1.1.9-cp38-cp38-macosx_10_9_x86_64.whl (489.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

ruptures-1.1.9-cp37-cp37m-win_amd64.whl (473.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

ruptures-1.1.9-cp37-cp37m-win32.whl (449.6 kB view details)

Uploaded CPython 3.7m Windows x86

ruptures-1.1.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

ruptures-1.1.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

ruptures-1.1.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

ruptures-1.1.9-cp37-cp37m-macosx_10_9_x86_64.whl (490.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

ruptures-1.1.9-cp36-cp36m-win_amd64.whl (495.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

ruptures-1.1.9-cp36-cp36m-win32.whl (462.3 kB view details)

Uploaded CPython 3.6m Windows x86

ruptures-1.1.9-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

ruptures-1.1.9-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

ruptures-1.1.9-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

ruptures-1.1.9-cp36-cp36m-macosx_10_9_x86_64.whl (486.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file ruptures-1.1.9.tar.gz.

File metadata

  • Download URL: ruptures-1.1.9.tar.gz
  • Upload date:
  • Size: 308.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for ruptures-1.1.9.tar.gz
Algorithm Hash digest
SHA256 aa940f3c02235dab94753ff15689f8ebaca10c83da71cb29cbb7f981dfa362dc
MD5 f4f5772336b29ed500f91a7c7155b96f
BLAKE2b-256 c5167fe5a9ee6e5c8fddce3a7309a7fa5186df10417676779c24a02f650f7e3b

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 474.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for ruptures-1.1.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 92adde29b24b3ad94d8cd9421634a5f8dd729ae74d3b88bdca4bbc5cfd450c11
MD5 0db3cd433985fab12de2f73088f4ce91
BLAKE2b-256 8d23a3effacebdd85732cb5c69679e11b544777cba6329ad70241a7f0512a1f5

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8466857f4d5c957b050bead1bb0e7d5f2807c60c5bdc30fc533f36ae0234583f
MD5 f519c21f0e4f6e5d1701a8c03843e0f7
BLAKE2b-256 d576ee5c035213ecd622a7196e484fd1aab0c88706ace77c6b16942f90b056dc

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9df414e3952e1d6b26dc02515d28b9adfc821ef2c6459c196a3ae751dd7d1813
MD5 021ad4ba8f35a9bdfeb328c94e5fdc12
BLAKE2b-256 4a703ee8cc4b8847b66d53f53a3fb330b98f3e0281fb0c4b86f8113c2ec18ea3

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 28d242c961a2b486e36b25a4df3f26fabee0607ae8c80b2e65e73a9db491ce76
MD5 cd5546a2b317d329ca3eb15da17c4bba
BLAKE2b-256 d096986eca7c0520dfad3662443a88085b676044e5a5f7c2e1f3187ee5f9ce03

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 473.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for ruptures-1.1.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4759f0b3decd8ee3c2bc5104247aedb9c06d51a2055e40961d5389dbeb7b9075
MD5 1a863730acaf947e4dc8424910729046
BLAKE2b-256 e2c9d8a4503418b101ac34edc313950dfb57c24b6f27ba4e311aa999a2ca296d

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f8899fc23c762245b3b2bf532ee366d285c98c3ffc4a66746a4daf524997cd0
MD5 3e117aae5739694979b2385f7e778e5f
BLAKE2b-256 b33d68a31e22182c9e77030136ecfbadc6ff66faeb143f70f44ff3cf27953d9d

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4aaf893069368957a29883c209f57a782278cc6a85a2e1fb6193477a45ae115c
MD5 61852235b51535a64f677e158de0fecc
BLAKE2b-256 c8f9bad314d48659e81027e4a46a2a1157e9601818bfb3af7ef8939b9ac0ef58

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ec33c2e42156b4de8fa52f2b1194c94d9b36b5e68b49984b2103c40c24606267
MD5 ff3d57e02bcb0a03ad9372abe7e51c96
BLAKE2b-256 15a69a5f62af2767d86bcc33c746bf421e602351ceee3b57e7b785f9601e5a38

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 473.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for ruptures-1.1.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 06da516a38ac9ab0525f0c3791feaf1fb2c4704d85df6197578f8e1b8b808113
MD5 1b17184db464c62d4db0dd3a91b56c1d
BLAKE2b-256 c9e808f41410f178de885f6b84126dce71bc58b84cc2424da1e65d5ef3b6f2c5

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8071bd94c3acb09de3ddc09f88e002442e233a9431f1964d7949cf06c4fb315
MD5 5aa721c12f2b616750387ffd508a3f51
BLAKE2b-256 a4b7d9051799ed99416325083d641202ddbdfa9eb306912010e1fa669ccce61d

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aebd937375305d5247e3559158dbb1249f358540a11903a174a68fd2ce7ffeb9
MD5 630b3ec8e159b9a14fede101e96f98b0
BLAKE2b-256 ac874db91b71f8225df5793a7b1322f0fc370c4b748179a6b44aebe21b1d4a3a

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8ab2569b94f6e6fb397379c4085516817ac51101970f4392d5f9f383ba45b02f
MD5 ef4ed0740ade844864db9c55b752c741
BLAKE2b-256 8d9099b30bf17f5b6f7d982e841fcebf43cc13747540af8acbb02229e197c5fc

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.9-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 474.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for ruptures-1.1.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 55d7f20088153ebc2d4d2528dc3b6f7bdcdc8638153e84bfe1393e89001535ce
MD5 208d6dfc66903d4a2a6835f8d548040e
BLAKE2b-256 09a63a046f787cc9201f94b6bd18b3e3ee8b167440e71b8556ab1118f78d4f98

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03fd112accfff518ab191ebac78d2d3cf2eca341a41363bfd95f3db907a6a7b1
MD5 6016a6547687f737b1f1ebc720c45250
BLAKE2b-256 36d079906ed18d4973a8ad54d66ddf8b77f80cd0ba30c18fffdf628b68a00385

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8cf9597804d1cd227f16021b24e0619c0747247b9de268e436ec8c317a846aca
MD5 b9f9ec27fb991bf1cd075b904a131033
BLAKE2b-256 59612dd2edee35cfb66a4c26fc48c49f7d2772344583125922e4d035a6624642

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 829e7623364287c87607f01b62c799396bbdd3c4c2d0c9757e6252960fa51de2
MD5 78bc37313f55e7ed2c9cd7d0bea3ffa3
BLAKE2b-256 03c10ebe7e7f2c1e291679c9982d7e3bf3440f4d02486c3c1edbbab2660b2936

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.9-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 474.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for ruptures-1.1.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 49d42f06a755664f660ab326a887ecd1ec8fe4d3bdf78c1e233fb43029c8ee32
MD5 9a76dc71de79b65b7a51e7070fa71fea
BLAKE2b-256 02c90d236ee6ca8178615e6a50e4a7fde2c86e56d326f0443563df7a5823571c

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 732a9a06d46f52a9ce76c8fa1a799718f019d7431cd018ea54fe6b39ac13e3b3
MD5 8d8947e053141980fc79610510d2140d
BLAKE2b-256 9d7beda7bdebcf7824fda314c772a204069c7254d150dc6c07e218de38a8da03

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 981fc93f7093b4d7522e148be61635eae39ab46b2e20afb6b736d1235c38b053
MD5 e4108b51ddec116fa117ed6361567f52
BLAKE2b-256 87c8c24eda8c028ade06063ee4310e59f412d2ae3b79717c7410a2f0ca0e4712

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 14e2bf1d3453c67a7b11dcc7a34c20beebcd60401af35f18de8a4cad3fde30d7
MD5 e31d96d28ed3bcdd90d32242ef058058
BLAKE2b-256 59db351dbf6a73d362be2c5f5811ddcd1000f45a6158794edb080f2c61c63c27

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.9-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 473.9 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for ruptures-1.1.9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 31c8699b6fd7ec20ea31bf2a1a5dbeb52a79cad4f51615694f6cf5b443fc8af2
MD5 f660836d93962ed26a9aceb8330c9e19
BLAKE2b-256 19da63488b58f2391c321a39bcedcd3941808ce7bbb363053b52ecb8261484e0

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp37-cp37m-win32.whl.

File metadata

  • Download URL: ruptures-1.1.9-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 449.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for ruptures-1.1.9-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3934bffd4f424de3a6ef73931fe9f4d84ff905f8ceef12c5f87b94006d90cc78
MD5 e0dcace0a373cd41df0eb4803bc19abd
BLAKE2b-256 780e2499283e294b432998b75b1172032d52ab579a8e37860a33a5a6dcb57eb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruptures-1.1.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6978aa528b36c9a683b061231539393b392f5f3ab52b511f2f3912a37d74667d
MD5 e33fe83daa1e5728611cea4019d206d6
BLAKE2b-256 ae797e78180a9659e5a2879838bfa0f7fd5488a21b8a163e59a23f8a4f5a9ea6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruptures-1.1.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73f728f4b2de60483347464b811287b3a8cc44f5bcd905c32dd2b5e5e23c68a3
MD5 95cc0997668cb656d8ef7bc17d35e866
BLAKE2b-256 f4d59a5cdfa1ee8f23404a982886d858a0f92a07d935dcecd692ac908308ddd6

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4547e7611c97eb818c6dc8054c25ed84fb5060951541d3ef8602575b43487e87
MD5 c0aeff3cac3e4a5bc9611a240b7114d2
BLAKE2b-256 72807d625ef3b98d5f705f41d56f1a0af8c12afae2d9d18a045ab1440325bbab

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1d2bf983c70f680beafced8b279dcc15eabf706f4e0efa32d87a3d42c3e9c30e
MD5 4dd231f02a253cf351d95a7432311024
BLAKE2b-256 75a576f36405596709d99b0aa1b94daa9aba3ba2adffb183fd0ed895158228a8

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.9-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 495.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for ruptures-1.1.9-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 8ca334bdb810acee3c7adab1b8dc99d40f7d9e75b2f972adce9e69fddeef4e0e
MD5 b930d129093d5fba2221238974a318eb
BLAKE2b-256 6e175e9763b41a65207a003b2c5f16e75065ac9c446828526a8133f4e895afd2

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp36-cp36m-win32.whl.

File metadata

  • Download URL: ruptures-1.1.9-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 462.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for ruptures-1.1.9-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b3b036e9a34734db789ca2490119319845d4fa7fa127b2e824313a074c58b5b9
MD5 59a419755f272b4fdcf6d35b908e78ca
BLAKE2b-256 5a914313907fb81377eaadf0f4d25df28fbe491331d9bd9f0ec892f3bec340a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruptures-1.1.9-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 439f200518ac5e67974cd82348eaa9a4bdb8d460019765d16619bf4aed6612ee
MD5 c5cdf0db252d70038fa0742c6b1f0543
BLAKE2b-256 ad640d8427f17ab175126730b30c900665b55d56aa329b89a9dab5a5061604eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruptures-1.1.9-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b04359d3b74d33175ee76218572ac8d6947aa76bd5db9646aa5feb4b9c6b81a
MD5 5295c3c0f07a9ae292bac288f59ac126
BLAKE2b-256 236aaa12780125b9853822ea703aa057bd90baaf075b15226790ce50d5660b4d

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7c2d8d7d60a5063d28a3faea0fef2e988e3e24774974da8827fa6a3b43d7e8a
MD5 57646904766d69730e18779ae1c325c0
BLAKE2b-256 0987ed189e2e055b6199f127f3335db8fb556039164c3f3a648fb1bd193e9ce5

See more details on using hashes here.

File details

Details for the file ruptures-1.1.9-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.9-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e93ddfd7a5c7930fb2a0b3e9af63f5b802c084117ceb00e8c3e1c3084128277b
MD5 d62fd72353a7501630099552d4593ebd
BLAKE2b-256 6fb7c16c7da85951e5fa74350a9632295fd0d05169d7d3e1473c94ce10a71933

See more details on using hashes here.

Supported by

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