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.5.tar.gz (236.7 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.5-cp39-cp39-win_amd64.whl (396.5 kB view details)

Uploaded CPython 3.9Windows x86-64

ruptures-1.1.5-cp39-cp39-win32.whl (370.5 kB view details)

Uploaded CPython 3.9Windows x86

ruptures-1.1.5-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.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (971.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

ruptures-1.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (930.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

ruptures-1.1.5-cp39-cp39-macosx_10_9_x86_64.whl (394.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

ruptures-1.1.5-cp38-cp38-win_amd64.whl (396.2 kB view details)

Uploaded CPython 3.8Windows x86-64

ruptures-1.1.5-cp38-cp38-win32.whl (370.3 kB view details)

Uploaded CPython 3.8Windows x86

ruptures-1.1.5-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.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (995.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

ruptures-1.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (953.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

ruptures-1.1.5-cp38-cp38-macosx_10_9_x86_64.whl (389.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

ruptures-1.1.5-cp37-cp37m-win_amd64.whl (394.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

ruptures-1.1.5-cp37-cp37m-win32.whl (368.5 kB view details)

Uploaded CPython 3.7mWindows x86

ruptures-1.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (985.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

ruptures-1.1.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (918.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

ruptures-1.1.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (881.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

ruptures-1.1.5-cp37-cp37m-macosx_10_9_x86_64.whl (391.1 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

ruptures-1.1.5-cp36-cp36m-win_amd64.whl (394.5 kB view details)

Uploaded CPython 3.6mWindows x86-64

ruptures-1.1.5-cp36-cp36m-win32.whl (368.5 kB view details)

Uploaded CPython 3.6mWindows x86

ruptures-1.1.5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (984.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

ruptures-1.1.5-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (918.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64manylinux: glibc 2.5+ x86-64

ruptures-1.1.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (880.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686manylinux: glibc 2.5+ i686

ruptures-1.1.5-cp36-cp36m-macosx_10_9_x86_64.whl (390.9 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: ruptures-1.1.5.tar.gz
  • Upload date:
  • Size: 236.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.5.tar.gz
Algorithm Hash digest
SHA256 fcf1d51e0abfd1aaea7d414c98af5d939990f061944a9b6587a8defa0bb54cff
MD5 65b525e1ba414b93bc1161291cd68f8d
BLAKE2b-256 b2fdc2ad2cfa345a54df02553f5bc5dae1a04cf8cea86219119aa5c1fa932907

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruptures-1.1.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 396.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b9e9194fe649e2c6a08347751fde1a11fd7ef3182eeb1687d019f494f923c657
MD5 bdfe786b3b41ba1d2e4a9b289a47def8
BLAKE2b-256 1a152f63f31590036031d2d2bbd54d92fc18c6ca7949ecf5992e920e9757db31

See more details on using hashes here.

File details

Details for the file ruptures-1.1.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: ruptures-1.1.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 370.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f1bd62c8e81aaec94f6da65d7ca8481e890f37319b61ca7351e709bb474338c9
MD5 efb5f21ceec25149b1702078ff41d185
BLAKE2b-256 e806223739c5e343d504ed04d00d3c4b6ebd3ec76d2a879537483ec0c0b2a586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruptures-1.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f28d7c91c906660d1090881918c208b35537b3c83ce50cb207f3d1d7b7e1cfe
MD5 cca7b066dcda3d76171579d9f937ac2a
BLAKE2b-256 06f5e787cb3d7828326fd09520fd2234f0413023fd5c1fdd0d67b171c4e0e7dc

See more details on using hashes here.

File details

Details for the file ruptures-1.1.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2ce0480d65c5923678935e7bf7b8d3e7fb9141bdb406a2c5b1e86fcc89068aad
MD5 11fd4e5e5c2a92822c9b9a7b6bbc5879
BLAKE2b-256 9074028c7bbdd053ee1b12ea08b16e1599106040cef2dbc6aef9090c912f9528

See more details on using hashes here.

File details

Details for the file ruptures-1.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ruptures-1.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 45f6c0e7fb610f7d8af6237beb556789c0f3e4e174d766d4a71132e9d7df816a
MD5 8999f23ef97e468a0f5a17f5f358eb63
BLAKE2b-256 5b00eeefe32f5b3b246d8a3111f199ca5307c0d2a9acd9e30ee7e3582b855157

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruptures-1.1.5-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 394.2 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 087f6252053fc51c2d9cd72c04421dbf5ed9f582b8469b560ea81658d9fb24e3
MD5 8668953bf519615a94ce84bc91b8ea5a
BLAKE2b-256 4cfad7af5a8fcf153bfc969c315751673d8487c3093e9ba21fb99d60c7db3ae3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruptures-1.1.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 396.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8fd9f8fb984ef50741f1d56891d772ad2aabbf6c01ee160858be3985b6b137a2
MD5 724d88a75145467195ccd834243cc4d0
BLAKE2b-256 9b4f0fe6c7edd5e0a7030a143df9af91f01f39b408a67c76fa8aeb672bf8c131

See more details on using hashes here.

File details

Details for the file ruptures-1.1.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: ruptures-1.1.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 370.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a2710bbffa66788a30478cb623d91a27d44ea8f08bef0c4798f97acf25fe0ad5
MD5 0df3b3c947e2f34e5d86d996e4a377ef
BLAKE2b-256 e32ae30c40907efb0424491a97adb59b80621202dabd21a706d50731d2c3d859

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruptures-1.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c214fde3299d91eb54d20f0d967627a5214bd37023c507acf9519a82ab7da1c
MD5 9d66c3174a3cfbe0a077ebb737f529b5
BLAKE2b-256 0d3796d8e52e4ad1dc2f26da29d0865bde51e9e0d26af27843f63cadbd5c5648

See more details on using hashes here.

File details

Details for the file ruptures-1.1.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b41e365897a00cb40bb0b8d2da34f2a68cd7755f7e2b43b9222f4b638d6f9373
MD5 aaec6d393ecc3d59684d31c881499ae8
BLAKE2b-256 9f3cf77b3bff1c09f1eb54166ed7e71f23e8692f8d13bd50d12b802fe990638a

See more details on using hashes here.

File details

Details for the file ruptures-1.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ruptures-1.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8680e5de2ee3f3e00b13904b742c549c33aea5a97768b4fc96985bd62e2f4d81
MD5 780bba905259f4c0f7d46e2fbff78bd3
BLAKE2b-256 ad9719d8181587ac92b872ff210b16d44753b66f1c0a9143b50b84da4d670f6b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruptures-1.1.5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 389.8 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0090b09e2557c178a08a8bbb96b31e34e3e486c6efa4400bd6fbd6d1c66d2625
MD5 04545692ca8655df5940f11339f8688a
BLAKE2b-256 1c35407cd17cd9e2d95c06ad58d5082f44b86b67376df9908a7797d8e3b5fd11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruptures-1.1.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 394.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5a54aba3876976ef3b7c861b5fa7b058017a132ec51340551bc35f59d1ce6f2d
MD5 f7e80eb67e65e33631f5718fc3bc2dfb
BLAKE2b-256 ece8ff4c39efd9317fa6ddb23ab3c7eb6b8bc469f50159bc7a012e5d23907c66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruptures-1.1.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 368.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a18c1fe4d98a698c00bcc78caa6a612aace32d13f3129a3dc203c8d06df4de6e
MD5 5b337694d146a47a11c8b63078774094
BLAKE2b-256 3fe8f7b1dac851d1a19e6ef055c77288c7a33f6d5bd821a2b236fc3921d34a07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruptures-1.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a235c0276bb893a0e2223333b6adf65a64bb5d2ff245a803a22f3e60272ce4a
MD5 c5c9da52298c7c55fb9a9afbe97996ba
BLAKE2b-256 69308e211dba74b1171105907218fe287f7c3b94aadd7cee69d7cdb1c684c9bc

See more details on using hashes here.

File details

Details for the file ruptures-1.1.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ea8d1487e0395c5b72fa52ba368b017640f66b69fedbfaa6110f387b947b25b7
MD5 d2d23f039c34d3ebab4e1aec1b47e7ba
BLAKE2b-256 008a561b94b93559bed326cc992cd459f290b7987b83c36009c15452f69fd260

See more details on using hashes here.

File details

Details for the file ruptures-1.1.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ruptures-1.1.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2fdf314463f7276d8d3c55c8a9c920fe6884cf8e0dcff78eb181e4c409d3feef
MD5 07c32fbfdaa9392b2c9ef26a2609712d
BLAKE2b-256 c3c98e2dbd5f8438c42946e899419354cfb1729d8d0d99c9a81a4fbf5995ce32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruptures-1.1.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 391.1 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c083ebb51bc0ac3dd0b57b018dca4fd32b6f9b8a419513ca5ba1c9eee45acac0
MD5 3c4621c539b3fdb6584cf21e93ab10a8
BLAKE2b-256 6fc65d6e793e68b297c4f97d67f948446eb080755ae930b61697711da220d7b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruptures-1.1.5-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 394.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 1c593e6b2f3590540bdde57d7d464d171d8baa3e92671e1810c6ac7da57139ec
MD5 256adfc5dc94c34edccfd946d22d227e
BLAKE2b-256 fea6ddeec506d4ffe92f1af12567e890646af75c93c26f45517bd44921e8fe7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruptures-1.1.5-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 368.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.5-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 307f41344f3bb2585453f8e5573cdba47ffcd20a4dca398caae5da87fb295c28
MD5 1fb2be7b20fdedb6427a3208839cd482
BLAKE2b-256 640aeca272a250668a4d479e1f3c7218b84cf93a99ea82d96acc7fb5c1f12124

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ruptures-1.1.5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8886e659c6596558a3c1cf18aa8568f9c93172d967e590f3c3b08e994c3342b
MD5 ffd3824cdd23414b42b2da4c603f0759
BLAKE2b-256 2eabd783c4550a441cf32facd663b2cf223ba8784730b1ca7907b1cbe4b04a65

See more details on using hashes here.

File details

Details for the file ruptures-1.1.5-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for ruptures-1.1.5-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0d240ccd26b245011a759dfbac5db136d1670cee34c2149a530354367a98f52c
MD5 3c4390629e42da508bddba9e605905f1
BLAKE2b-256 39062be91927d272682fb6f614a7b15c0d6dae8d9d24d7db90af7b9da3f67ac3

See more details on using hashes here.

File details

Details for the file ruptures-1.1.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for ruptures-1.1.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6d5b8d7e5e990d923ae3f87cb2b37d6f493f6a8a077da168d2d4b49ad479e4df
MD5 2207f628e10b9f39e7fed4bfe9acde29
BLAKE2b-256 52a7b108ef570e9804ed5bf1566fce4d9af5df9caab8d129efc6297235734ee9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ruptures-1.1.5-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 390.9 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ruptures-1.1.5-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad72aff4817304fb13ea6514c512c3012a3bbdd712d090ac43800abc6dcd2526
MD5 1a09cccf7ef98af833423e2c45205db1
BLAKE2b-256 d1d8c8d62f3f35e6f6f5366294b15c1a2afe3f1c4fad005802890143b5c780a2

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