Skip to main content

Change point detection for signals in Python.

Project description

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

ruptures

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]

Important links

  • Documentation: link.
  • Pypi package index: link

Dependencies and install

Installation instructions can be found here.

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()

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, 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.3rc3.tar.gz (235.9 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.3rc3-cp39-cp39-manylinux2010_x86_64.whl (969.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

ruptures-1.1.3rc3-cp39-cp39-manylinux2010_i686.whl (929.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

ruptures-1.1.3rc3-cp39-cp39-manylinux1_x86_64.whl (969.7 kB view details)

Uploaded CPython 3.9

ruptures-1.1.3rc3-cp39-cp39-manylinux1_i686.whl (929.9 kB view details)

Uploaded CPython 3.9

ruptures-1.1.3rc3-cp39-cp39-macosx_10_9_x86_64.whl (393.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

ruptures-1.1.3rc3-cp38-cp38-win_amd64.whl (395.4 kB view details)

Uploaded CPython 3.8Windows x86-64

ruptures-1.1.3rc3-cp38-cp38-win32.whl (369.7 kB view details)

Uploaded CPython 3.8Windows x86

ruptures-1.1.3rc3-cp38-cp38-manylinux2010_x86_64.whl (995.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

ruptures-1.1.3rc3-cp38-cp38-manylinux2010_i686.whl (954.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

ruptures-1.1.3rc3-cp38-cp38-manylinux1_x86_64.whl (995.3 kB view details)

Uploaded CPython 3.8

ruptures-1.1.3rc3-cp38-cp38-manylinux1_i686.whl (954.3 kB view details)

Uploaded CPython 3.8

ruptures-1.1.3rc3-cp38-cp38-macosx_10_9_x86_64.whl (388.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

ruptures-1.1.3rc3-cp37-cp37m-win_amd64.whl (393.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

ruptures-1.1.3rc3-cp37-cp37m-win32.whl (368.0 kB view details)

Uploaded CPython 3.7mWindows x86

ruptures-1.1.3rc3-cp37-cp37m-manylinux2010_x86_64.whl (919.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

ruptures-1.1.3rc3-cp37-cp37m-manylinux2010_i686.whl (880.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

ruptures-1.1.3rc3-cp37-cp37m-manylinux1_x86_64.whl (919.2 kB view details)

Uploaded CPython 3.7m

ruptures-1.1.3rc3-cp37-cp37m-manylinux1_i686.whl (880.7 kB view details)

Uploaded CPython 3.7m

ruptures-1.1.3rc3-cp37-cp37m-macosx_10_9_x86_64.whl (389.9 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

ruptures-1.1.3rc3-cp36-cp36m-win_amd64.whl (393.5 kB view details)

Uploaded CPython 3.6mWindows x86-64

ruptures-1.1.3rc3-cp36-cp36m-win32.whl (368.0 kB view details)

Uploaded CPython 3.6mWindows x86

ruptures-1.1.3rc3-cp36-cp36m-manylinux2010_x86_64.whl (918.2 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

ruptures-1.1.3rc3-cp36-cp36m-manylinux2010_i686.whl (880.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

ruptures-1.1.3rc3-cp36-cp36m-manylinux1_x86_64.whl (918.2 kB view details)

Uploaded CPython 3.6m

ruptures-1.1.3rc3-cp36-cp36m-manylinux1_i686.whl (879.9 kB view details)

Uploaded CPython 3.6m

ruptures-1.1.3rc3-cp36-cp36m-macosx_10_9_x86_64.whl (391.2 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file ruptures-1.1.3rc3.tar.gz.

File metadata

  • Download URL: ruptures-1.1.3rc3.tar.gz
  • Upload date:
  • Size: 235.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3.tar.gz
Algorithm Hash digest
SHA256 d9263b6bdea91e643cb40d1ea094f25ab648f91d30dbce8361e22f7ebd3c3677
MD5 b90d9abacf1da177bb7c84fbd7776e75
BLAKE2b-256 bee218fb36aedca14cf383b79b50c9fb7a10d34cac7ce372d8a4de1886407ffc

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 969.7 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e76b07b7b7302f2d666b42cd5e6974333040ae6ef2e05fba6032a2340bdd3383
MD5 c4ecb810fa365b342defc3ca54b73f07
BLAKE2b-256 29de283b9c2ce22b47ba8c92caaf8a7fdb733190d7c2244d8a378ed2ab31d7ce

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 929.9 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 23dab2ee2429f748c3353230cbdf9c9605c3146c12e31305655f1bf9334e9850
MD5 96b5d5f41591eab9d21724d2a973b812
BLAKE2b-256 716fc9288243cde73499659928726d1e6df5ca8e7469d15add73ee8d008c62aa

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 969.7 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5f1488dc168877671e516a1d4ccfed91c990b5849f84ab78437e64c40fe52ab5
MD5 ce64788b27152058ed833c5c796fd629
BLAKE2b-256 d78d00a67e60bc49d68e6c5883301c90ee266aa9b773bb5d7d08e998b5a63fa2

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 929.9 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3e213508c1d963703f5f9724c12185d0fb8fe80e5c9d336cde431ce32652d7d2
MD5 96b2dc46e88c1a5e56697eb3ab5e69de
BLAKE2b-256 84be5dbaa9ad18fe89c7a7fc91cbefa61ea8adc599a74e976099fbac66872003

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 393.3 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 535706ac7c80c8cab84202e22f2c77d824dad9e4c9cfecd1d2e52be3579b879e
MD5 2094d4a1cccf026c2f690912463b542f
BLAKE2b-256 732f4736138f0139458a0ace9d413a066eccc539e4a348575be89a9383f609eb

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 395.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ae2501de2b692e84d175741618ead79ee2e5b5507994ac06ee944bf58be52b73
MD5 75e45ee713a2541ec99716d58ceed076
BLAKE2b-256 52d69aef2ea5bd86277abbadde58bb44fd2cf11b35ca148c3fdd1d842205d8fb

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp38-cp38-win32.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 369.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8843c10843038afc5ebea2c57b109f552f10a1ae077d36d9f60a63ab280f3393
MD5 99e079fe9316f187e3591c1cf2111240
BLAKE2b-256 85c1649fb43cb5104676d9ff0a78dd2b6e95916d129de9f52c42f6fa39173f2c

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 995.3 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 69f7fc53e3d82aad573e4f3e741d81a3e0b5236b5ab6164f66b6420b8b72710c
MD5 b5c0f923955e60ff37c7f1a19ca252c1
BLAKE2b-256 53b6cc1425dc80f86f1df3a883c78d560167b18c541604ff73e92a858a0af89c

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 954.3 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 59435ca8e4a52cf23f7efe395ae830affd89bdb8d493caf48b0e6d9a86d907ba
MD5 7128622e49b371f368bc19548fa5b46b
BLAKE2b-256 0416bd26481cd9051353f8666b6e19fbea7339546c0e57405cae6db88326f87e

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 995.3 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 22ab900c6b72dbf7463fa12593f3e6bd05e81442f132211b640998e265ea5da9
MD5 1e9a27d4ab8526721d21f8a62c3dd5fe
BLAKE2b-256 979b4d2d13072371453629071de989c3bb54425b2c33f89dab65e749b0ffea0b

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 954.3 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 dce998286057e9b351ba869d8ff82ceb47b6e6686d37721176a2ddbcbe498180
MD5 eeb63ee5fadc582432e8ea3bb97910b9
BLAKE2b-256 9dd8e6306962ef1b88ff1294f6bfa9139f0db7b57263f1fc6da0cf6a3f059daf

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 388.7 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c13166ae94bbc88c44b3375e7073bdac050e75c3d7d103af4f25079d02c84a50
MD5 460a1e510ff459a9d801c90333a9901e
BLAKE2b-256 5cbbdd2cdbbaa15237851531278c829911b098c80d49be534c5662fdba2cea68

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 393.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 98c51bd530b2649d507803b8963b399368b501cf8e39ed15b96a31a14e69ea74
MD5 ab636c19d3c7956ecad242fa2883a3a2
BLAKE2b-256 f0759f3a8328a196f1b4de2656a80d1dcae41735f2d3c0aad90c017291194cfc

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 368.0 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6c364d6b2cee12d1c8eef081466a41774e54e51945a951fa1910d5d99e6e7eac
MD5 5d768e97550046a1565f33a58913b35e
BLAKE2b-256 444106b8038c83f8994c19643ae36bd6aba881f2383abae266766cb7d597e385

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 919.2 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f051707ebf672352bb8112e86dabb5094394d487f0946934f881a6a2d2f29e3a
MD5 e30dbed2a8e1a802fe01de71ed00aae5
BLAKE2b-256 f04ce819b1884e120edd09ea4b0a2fd1120b408ced523e782da52f13d04c17c0

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 880.7 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3d233aba3f4a1a6c31e34482e7cdce860e90f360d872332b37ae72617a7d98eb
MD5 bfc6bada3edec248842534179db9d118
BLAKE2b-256 3593a193f0e8a83c27b2f64df849fa903f0256110b69ed0777cc4b900e4e5429

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 919.2 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1b1a46db4df84e67d064197484dc52014f5a04385ed4b1aef7930b116493e3d8
MD5 f6f7c1d6afdd10e6434f5aa803621eb3
BLAKE2b-256 f3434066beb9096f384f941ae6de133462a246bd6a3aac9011655bf72c72b380

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 880.7 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f47c9e340b5d1ca8279eac459f5be03766084c8789569cadaf8ec3933affae3b
MD5 e350fa8833e373cf030c1a26054dcfd1
BLAKE2b-256 b9835d4918f57aaa4f6151df87e44b6efe1ca4651f65389c97cfa6f150f5a113

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 389.9 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b33f4350b02b21fadfc763d7b8b70ff3faa436b7e6e819602095775b353bc2c
MD5 a1fa8491915e8d273bd68f7995877a4c
BLAKE2b-256 739f0e7337b04d724c6cd04d12100c60d6cde826eaa62f4d5204eb10bd07ffc9

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 393.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 5ed551687575ef5e50a70afb31f219adce9d23b32abc4029c67f0a281e8070f6
MD5 56c02ede449379de330489b25a3af3c5
BLAKE2b-256 ae3fa391220c4c3c3064667138f4f426657725ea99bb65aa0b8bafa15a3e135b

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp36-cp36m-win32.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 368.0 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a036be88ab6137a26f480e2df6ce51088b7cd629748bde093f3f5616f10a2f79
MD5 e7d9c1e73d5d7c3198d767278cfc1c0b
BLAKE2b-256 99a28fd697c5f0952063fadb6005ce11819730873d82249060c01b245aa41667

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 918.2 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5f1a1d08a2615a77b4c13b21f66298ade65a2719b0c2a456744f6e07b7796816
MD5 d711b16c018794ff4c2de3523eaee0f4
BLAKE2b-256 b4bf9686c684f252241e978411aa3184129e231305e15df8e12ba670ebd995d9

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 880.0 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 50be3a8dc97f56eb765a12cd7e5a90e52640cc33e125cdd1be2f8254d5888098
MD5 e17489de5dd3a09f3ac54d2b5cec9a7a
BLAKE2b-256 e47140356fae26b8809609738039bed2ecc4e01efe9663a1561ca0576abc22bd

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 918.2 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d663ecc530cc06f31e43058ad38820e065706197827617de7f0fbce8f5f0d3bd
MD5 243c033cf354f5ab759a38c54e004bf8
BLAKE2b-256 4cfa8a130a396591eb370e9ff17a52b6dcd41e317efcfdcbb440b7c07262cd14

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 879.9 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0f6a3401afb38590c0d68de35b548ea3d883b8c2d25d820c5ee19938cc1955cd
MD5 96f92cf8b57b3cb102027e28ed9bb824
BLAKE2b-256 0d2541493678c7cad5530f11e3050babac8c6893903eaec4c91596a46da6e801

See more details on using hashes here.

File details

Details for the file ruptures-1.1.3rc3-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ruptures-1.1.3rc3-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 391.2 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ruptures-1.1.3rc3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 13b236f1017c4afffd5f44bf62376c77ac6d22c53527169d4c106b463fc0edc5
MD5 3f08becfbd962fc45218c906fd4e3a04
BLAKE2b-256 586400eb9b41ba60257d4dfbd5f0537d1bed3b3d59def981fce9db5698cb5e8d

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