Skip to main content

step-finding-based HMM

Project description

sfHMM

sfHMM (Step-Finding based Hidden Markov Model analysis) provides efficient HMM analysis for varieties of biophysical data. Owing to its accurate parameter estimation workflows, sfHMM can be applied to systems with:

  • unknown numbers of states
  • high noise
  • sparse transition

ex1

You can also use sfHMM just for step finding or AIC/BIC based Gaussian mixture model selection. Please refer to "example.ipynb" for basic usages.

Installation

  • pip installation

Working in a new environment is highly recommended. For example, if you are using Anaconda:

conda create -n myenv python
conda activate myenv

then it's ready to install sfHMM.

pip install git+https://github.com/hanjinliu/sfHMM
  • cloning from the source

If you want to clone from the source, you need Rust installed in your local environment.

git clone https://github.com/hanjinliu/sfHMM
cd sfHMM
pip install -e .

Contents

sfHMM

This module contains basic classes and functions for sfHMM data analysis.

  • sfHMM1 ... sfHMM for single trajectory.
  • sfHMMn ... sfHMM for multiple trajectories.
  • hmm_sampling ... sample data generation of smFRET-like data.
  • motor_sampling ... sample data generation of motor-like data.

sfHMM.motor

This module contains sfHMM classes aiming at analyzing motor-stepping or other sparse transition models.

  • sfHMM1Motor ... sfHMM for single motor-stepping trajectory.
  • sfHMMnMotor ... sfHMM for multiple motor-stepping trajectories.

sfHMM.step

This module contains several step finding algorithms in the same API. My efficient implementation enables analysis of 100,000 data points within ~1 sec!

  • GaussStep ... step finding for Gauss distribution [1].
  • PoissonStep ... step finding for Poisson distribution.
  • SDFixedGaussStep ... step finding for Gauss distribution with fixed standard deviation.
  • TtestStep ... step finding using T-test [2].
  • BayesianPoissonStep ... step finding in Bayesian method [3].

sfHMM.gmm

This module contains classes that inherit sklearn.mixture.GaussianMixture while making Gaussian mixture model clustering much easier.

  • GMMs ... Fitting Gaussian mixtures and model selection.

sfHMM.io

This module contains input/output functions that are suitable for sfHMM data analysis or other one-dimensional signal processing.

  • read ... Not recommended now. Use "read" method in sfHMM classes instead
  • read_excel ... Load all the sheets from Excel files.
  • save ... Not recommended now. Use "save" method in sfHMM classes instead

sfHMM.viewer

This module contains interactive multi-channel viewer for 1-D data visualization (work in progress).

  • TrajectoryViewer ... Qt viewer object.

Common Parameters

All the parameters are optional.

  • sg0 ... The parameter used in denoising process.
  • psf ... The parameter used in step finding.
  • krange ... Range of the number of hidden states to test.
  • model ... Distribution of signal. Gaussian and Poissonian are supported now.
  • name ... Name of the object.

Common Methods

  • run_all() ... Run all the needed algorithm in the most plausible condition.
  • step_finding() ... Step finding by likelihood maximization.
  • denoising() ... The standard deviation of noise is cut off to sg0.
  • gmmfit() ... Gaussian mixture model clustering.
  • hmmfit() ... HMM parameter initialization and optimization.
  • plot() ... Visualize the results of sfHMM analysis.
  • tdp() ... Show the results in pseudo transition density plot.
  • read() ... Load such as csv, txt, dat files, or the first sheet of Excel files.
  • save() ... Save sfHMM analysis results.
  • view_in_qt() ... Open a TrajectoryViewer and interactively view the trajectories.

Citation

If you found sfHMM useful, please consider citing our paper.

A fast and objective hidden Markov modeling for accurate analysis of biophysical data with numerous states
Hanjin Liu, Tomohiro Shima
bioRxiv 2021.05.30.446337; doi: https://doi.org/10.1101/2021.05.30.446337

References

[1] Kalafut, B., & Visscher, K. (2008). An objective, model-independent method for detection of non-uniform steps in noisy signals. Computer Physics Communications, 179(10), 716-723.

[2] Shuang, B., Cooper, D., Taylor, J. N., Kisley, L., Chen, J., Wang, W., ... & Landes, C. F. (2014). Fast step transition and state identification (STaSI) for discrete single-molecule data analysis. The journal of physical chemistry letters, 5(18), 3157-3161.

[3] Ensign, D. L., & Pande, V. S. (2010). Bayesian detection of intensity changes in single molecule and molecular dynamics trajectories. Journal of Physical Chemistry B, 114(1), 280–292.

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

sfHMM-0.7.0.tar.gz (8.2 MB view details)

Uploaded Source

Built Distributions

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

sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (373.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (337.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (350.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (337.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (350.2 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

sfHMM-0.7.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

sfHMM-0.7.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (392.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

sfHMM-0.7.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (337.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

sfHMM-0.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

sfHMM-0.7.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

sfHMM-0.7.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

sfHMM-0.7.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (336.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

sfHMM-0.7.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (326.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

sfHMM-0.7.0-cp313-cp313-win_amd64.whl (191.9 kB view details)

Uploaded CPython 3.13Windows x86-64

sfHMM-0.7.0-cp313-cp313-win32.whl (184.0 kB view details)

Uploaded CPython 3.13Windows x86

sfHMM-0.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (329.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

sfHMM-0.7.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (372.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

sfHMM-0.7.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

sfHMM-0.7.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (337.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

sfHMM-0.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (326.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

sfHMM-0.7.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (349.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

sfHMM-0.7.0-cp313-cp313-macosx_11_0_arm64.whl (294.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sfHMM-0.7.0-cp313-cp313-macosx_10_12_x86_64.whl (302.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

sfHMM-0.7.0-cp312-cp312-win_amd64.whl (192.1 kB view details)

Uploaded CPython 3.12Windows x86-64

sfHMM-0.7.0-cp312-cp312-win32.whl (183.8 kB view details)

Uploaded CPython 3.12Windows x86

sfHMM-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (329.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

sfHMM-0.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (372.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

sfHMM-0.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

sfHMM-0.7.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (337.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

sfHMM-0.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (326.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

sfHMM-0.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (350.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

sfHMM-0.7.0-cp312-cp312-macosx_11_0_arm64.whl (294.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sfHMM-0.7.0-cp312-cp312-macosx_10_12_x86_64.whl (301.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

sfHMM-0.7.0-cp311-cp311-win_amd64.whl (191.9 kB view details)

Uploaded CPython 3.11Windows x86-64

sfHMM-0.7.0-cp311-cp311-win32.whl (183.5 kB view details)

Uploaded CPython 3.11Windows x86

sfHMM-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

sfHMM-0.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

sfHMM-0.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

sfHMM-0.7.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (337.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

sfHMM-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

sfHMM-0.7.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (350.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

sfHMM-0.7.0-cp311-cp311-macosx_11_0_arm64.whl (297.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sfHMM-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl (304.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

sfHMM-0.7.0-cp310-cp310-win_amd64.whl (191.9 kB view details)

Uploaded CPython 3.10Windows x86-64

sfHMM-0.7.0-cp310-cp310-win32.whl (183.4 kB view details)

Uploaded CPython 3.10Windows x86

sfHMM-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sfHMM-0.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

sfHMM-0.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (391.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

sfHMM-0.7.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (337.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

sfHMM-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

sfHMM-0.7.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (350.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

sfHMM-0.7.0-cp310-cp310-macosx_11_0_arm64.whl (297.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sfHMM-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl (304.5 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

sfHMM-0.7.0-cp39-cp39-win_amd64.whl (192.7 kB view details)

Uploaded CPython 3.9Windows x86-64

sfHMM-0.7.0-cp39-cp39-win32.whl (184.0 kB view details)

Uploaded CPython 3.9Windows x86

sfHMM-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (332.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

sfHMM-0.7.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (375.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

sfHMM-0.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (393.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

sfHMM-0.7.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (338.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

sfHMM-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

sfHMM-0.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (351.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

File details

Details for the file sfHMM-0.7.0.tar.gz.

File metadata

  • Download URL: sfHMM-0.7.0.tar.gz
  • Upload date:
  • Size: 8.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for sfHMM-0.7.0.tar.gz
Algorithm Hash digest
SHA256 8f1e531a98ceb316d3ba4ec43a1cd98a11b8279bb9f79e088163921afef5b41c
MD5 aca7be518e3e6769da8fab25138797aa
BLAKE2b-256 30ba589075e8409e01ad00cb7a8a92f07b31eceda4f1e2a108964ebce5609b45

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92f05d5c81d4b112cd2899bb6699fd0c7a472adfaa8e8d33d1e5d27c479f4244
MD5 4c4ae9471ef12061040d287fb7c16f8e
BLAKE2b-256 b4eaca2640d48938da0b0743d3efe708ef41f208dd91850a33953e635541a74d

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d61e5a685763545dc80425fb0346f39d0fc4cbe1c7d23a1214406f4b70d95d0b
MD5 08ad122e8d6b7dc8077c296efd6e03ee
BLAKE2b-256 3755015d8f1750879b68126ef8a6a0318f6cae6bdadbd486cbd7415ef276b85a

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3eff11f8e965aa6d347c07ad45d7f716ce0bb5b1453993ba7d93703ecf8fd0ea
MD5 cab84f39621d5b66c902024c2c4ed7c6
BLAKE2b-256 6acee6ef6a591081eccde24ca6bc4c0455b491a19e684b7aea00ab4d6255f6a9

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 79820c04fc312f4e946502302a7df1e4a4030a58e9cb8f3c2f1e268bc69e186e
MD5 6c7e0aa28e29535d0f891107419d4ee3
BLAKE2b-256 649d4df83207107088f0e4bbcf59d4a8763baeef6d26481b086f295218c7d8e9

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62779af74591f3fe8cec79e4a951068325cd032cded7574547199d6c57ef0e29
MD5 a9e8bc3159ee279a94b54dbe137f8572
BLAKE2b-256 0b0bed0f1dc0059ea769d6f4bc7513ec6c3a905a0142b2db106257e7b463f757

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e255db237290ad4480155ecb835231888e7f745a86e1dcb481c9ecf9ac0dfc52
MD5 88eb5577fa0da7d05fcb280e3e67da14
BLAKE2b-256 052178745f29cc47442df0069e1285b8c9baacd11d115bbbbfea88f8460c51b5

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6211a68a2c893337099d03eb59c932ec3b1ee397b0614c9444447e983d8e3cf8
MD5 e97285134c5cfec212bbcfe7e8b71ffd
BLAKE2b-256 67bb324f308af05f2f26eca3c0c3da39c4ea86b36f55b9ace541cc53c6658d5f

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 291f971bdfd4a1d1a115517adf15ee56525d4db8c4f8814acd33ab25878ffed4
MD5 aaf47e31c61689ab101b7a9601e00e79
BLAKE2b-256 6fd3b6a17f7b670e38127ea228a32b6819510a525c3556ad0995fb582eb8aec3

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 159889bdc8808d3ef6c0b17a2f8f7c33cfb96708d214912641801fa65104de86
MD5 d2c074c1d146ebfad3487cef4fdddac9
BLAKE2b-256 81d7ec3b12ef617029a305b940fdfdd841e7a2290de210ac7d037bdf8f6be451

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6c0fe51420f25b4b9daca6033b58f15d419cb0fc6f5f517cfaff3d01cfcfe11b
MD5 a8ddaa1705482618c0db8640731705b2
BLAKE2b-256 2d2b3a4b3d43da5595db8079abc8261267509dc324b0f210e1093f2dba47caba

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 216c6b9a1c9d3cd46f5a31742e010863a62e67053da6d912517c7d31c514f0c3
MD5 dc716f8da7b3fbaf4e8b7a93018ebeb3
BLAKE2b-256 da54f9a66be9085e2ad0172112736a59adca7c6ffd8f471e9e75ecad6c101b61

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3945bdaf5576259668948ad90a34c910bd83a1919bd4095dc45789a179c4a3da
MD5 9e05426b2026120ac32c126ec32659d7
BLAKE2b-256 5ecf8ffa7fef624a48a34f4f6cd4fc4cbd7151e23a1d5cee7473b9b35e8a5250

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c112a93006d37b616e6d339765aa97f934e131bcf349487a68b3b7e59e24b1a7
MD5 7a080a60efbd54fa61ac08a2f1b13ba2
BLAKE2b-256 00655c3cba7e76189b5aa8be77d879122a9bfd995791851cacbbee98f09351aa

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c58f447e827cc1e41417caf7f6dec33f4389f3507a308d013d5287071f8afe99
MD5 253b119c32f1f84ee235f2702a434c71
BLAKE2b-256 4e088e4048d74793c09275c3b96efc1c1b0ff065e29115168240f80f3d3dfdf8

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9c1eb81745a0aa360f29c40963377d414e46df1d0c81c4ee86a482a103bc36a8
MD5 1553ecd8079dac914226d190c6467ca1
BLAKE2b-256 615cce4fad20506b6c5f910f5707932f1c503ac42150afc5336e65dd33015fd2

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5344b91deda90c9afce6c8c06c7d5a51be11e130a68c6bf48ed98c138df207ae
MD5 81a1865b6f6c1ab5a1e604f37f04c4dd
BLAKE2b-256 4efcfd8678f8116a3fda061bd6006a14e8f9f213da3a8e38c4267fd4ccc48069

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 49a532e73d4f566a53838ac59ddb77e298ced42022c6955e0bea7ae12595eefb
MD5 f3f83f4ada9caf3b287ef8bb3b5d3e9e
BLAKE2b-256 0e9ef1b8f02ed390d6337b73bb721c80dfd026488b7926938368d252e43ca25a

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8b08c6c59a44d8e1da27c3b4416630eb1ad4edbfa71379f03ab3d7c6099b29fe
MD5 3b7e2210dcdab9bdc89b7c476e01c91d
BLAKE2b-256 b21a204db1a767edccde0bde1d9d12ec74a2e428041b7f34850b2b0ff66dca77

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5fe16b38231c4f155edcd31f1d26bdf286fa57a9e867dcabbeadf2af7519be44
MD5 be730ddcfb09cf8e722ee35745dca171
BLAKE2b-256 952a560a07b512370d6b053a966246e4d4fb33aa87269a77145fefd2d8b15602

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a095b4d415ccb8e896e09049a6c5937064f6207639707bf51c53b56112dc4a26
MD5 f22ee194141f9391ed42a55a803670f1
BLAKE2b-256 c3bac1e6882ba22f39a4be6405b9e042e27b735be9ab38bfee51dd5bda3f3351

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sfHMM-0.7.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 191.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 37b9e38380a3031d3621ad33583cea2e46391450e5ec63fe858bc3900cbc6353
MD5 0dc1f6440e13f03c3fc70af74fb32f96
BLAKE2b-256 a3e0366ce4b040619008f06ab78aac07312c230ae0af7e8914016a96f762d545

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: sfHMM-0.7.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 184.0 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c50085f69ee6d3d6a212f91ffa18d15e1e8ff2dc8e2ac7b9936861409095d685
MD5 c3a148514bb63c5858b37537e0c68ef4
BLAKE2b-256 5ca97f55d584b450ea73be6508c3369723ab4f8ea34d3a60828f954f76fef4a9

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa208fd42bd5e8d0ebce5bcc896ab88502ac774a1aef579ba4a807d3bf02aab1
MD5 3857b8f8b1a1da0fc85c90a41b447a25
BLAKE2b-256 80f48a1ce860a176b29b671bf6f662c7163875d004515df181b3553140d28dc7

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 979ae084ae92570efffa3bcccd2e284577c1f7241f68ea107acb729c426079f9
MD5 cc8c8027f03a27ffb702480e4a36a406
BLAKE2b-256 479217650d6cf5ad699bc4f0930772707ead483272515d17ce649b5e40b88a1e

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 11040e2d76e035177741aba484e5c960d5a39a67802a76c6eb589c10a4f1f71d
MD5 cf13dbca1f2b93c4c3dc1d2c56c22b0a
BLAKE2b-256 da665a529bedf074961cb8880a737fcefe996aabbb7330ad2ecf7df1262ca70a

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 537a86788ea943f1a510ce01da7c07a46e9e18e8bc27c0bd97d3d792ecceb79a
MD5 3ceb4aa2108a043e40254f4f8fc4a3c6
BLAKE2b-256 dc2d57c7467d2242419d1e59c4ce1bd317a1e53a22a01861b246bb4b9332ab14

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b21e86dd9572fe465e230b2b35c05947abca5e85a3d99119cca904216dfa75b
MD5 dd682cd14c6106ba81a21fb4b796ccda
BLAKE2b-256 4cb550ec15ce2f1d63f075560b5a5389b9e791f9077ac78541c5cb8e2f2e247b

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 00c188b5515b3b19f8c4d40ddd46322e0baaa159d06c7131f515f2b0d48bbee9
MD5 4004ce4320fec7656d2488aaaeea5d7e
BLAKE2b-256 6a70fecaec0cfa0828e8a0798f84d30944aa880d0aa41455f52fe112ac74b886

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75ef702e2ff102b272eda7b0d196c46141b67bef79f6202bcdb777100e39b3ea
MD5 63d6dbce361b0edc423996678fd0010e
BLAKE2b-256 9e368aa4ed746cf9ddead5107b5e74f7c526ee62c3f1407a2c08c9c13ecebf35

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 77a786eabedc6fcc450b0cfe0f1d173d124ccc9fbf821e874ab3d2514d344598
MD5 ee737aa87671c116b85dee0bdd1bf84c
BLAKE2b-256 1eb52d33bb518bcde07dc07ffa2940c3b2b077944cdc8e1c87ec0aa9b933d6fe

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sfHMM-0.7.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 192.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for sfHMM-0.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 18aaac726ed611ee8a31d546c68e882504f1b372c0dfcd554a8eae897ee5feff
MD5 88cab491e8e25569232332da1af952dd
BLAKE2b-256 7af3e1d31fe65387d2f261f6e9cfb3db186625d89d08428a918861bdb0816864

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: sfHMM-0.7.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 183.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for sfHMM-0.7.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f0cfdf7af508a11c905a34377309eaa3058c56030d3b2a91fecefb49cd61f3c9
MD5 9249059786ae8394abe531fe7130d57a
BLAKE2b-256 6f168b11fde4c7e69af426185d0712d24e06ee662f75e632592a57b663a7af47

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 58f9391e441f29839f435c5756cd9794e5372ed07f78f562acf1669bfc086da4
MD5 c6d0c1c3350703e033dd2b276db52fca
BLAKE2b-256 a979cb51bbd4f1c1fcf7b67dfc550df629e73732755bc44eaf3f8dde002151b2

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 698337fa4c712d63c6d5c8f2ed08fe3015e206c7b11bfe4dd729512bf2c77ec8
MD5 65fe2e17d244a4f2a5796b5c3dd940b4
BLAKE2b-256 faa48a2b3458b1be72723fe8d1a767142b39156681ce92ee9f47cff654e0c125

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 695f0ac0add4bddae4f6f6f504c7ba0acb8ecaeb1e6c695e4b71f9cc695d4b36
MD5 5ab7546957386fd085c815814e5d647b
BLAKE2b-256 6e61a25461d1e8acbe1c90fe87ea84e2518f4f805e776b79e19db9f3ed486d14

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7e9978f854da88ab379d5584a962bef854c9d590923a4f02f523125d60855457
MD5 b9cadee6c26abfcb98156d23387be131
BLAKE2b-256 73fe51a499548718d182457ded653b441b2f6f4696e4de9dfdff940ee8eff4c0

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e04b9c66a54ad8d3a1012922ebeca8b9d9a767f2319ef33b846e09f11e2b163
MD5 b627cd26021a10aaad32b4c98859a665
BLAKE2b-256 f6b2b8819b25b7d27d78ac0036770f33c476210c64858c5bfc6ca30e38ca6d83

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2d5a4a88764f1bc57a361ab917ab1e0d0bf9dfcd0367e0160745d73a6618d239
MD5 78523d9209a980dfcd7fe1c63a16fe85
BLAKE2b-256 bef1bfc76cb230a8b7148e8008f5416847476c87a5d5b25e5d5caadfe96271ab

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f50b165c2beca53bdf3fce34b7fd26b483af07076680a8862bb94a757749d141
MD5 f7ff7ef53b19aa6a2d618e72c6e9eb22
BLAKE2b-256 136c4e1cb0e48d6ab8436011c3d46382e4540fa64730809fe31b873678ad02fd

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 80b336de5b0f12fefb9a691880eb91c769efa8ae4e6a0593109ad3bf07285c5a
MD5 8737c0f471e6d8cecc89da758bf194bf
BLAKE2b-256 178f2095d38946526fa8712abf24ce4ea01835ec873099ae9255f81368194725

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sfHMM-0.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 191.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for sfHMM-0.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b8b47e2045565dc2e231189455061c80397f5d0a1ca00745bebf3f37d5c02044
MD5 3c8fbb9dbb82f64f13d6f9784f5a2555
BLAKE2b-256 315668cd3c860adad89ec9f11af02ef2fc791afe282cc6161e3a5e83e0dbb5fc

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: sfHMM-0.7.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 183.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for sfHMM-0.7.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a4fcf0b34ed595e5ac71fac43c95db96fc48bfba85665af31b5452da97be700d
MD5 33568a27ea00b9e09f58a833c75563b0
BLAKE2b-256 57858bf3bb721f73c2d30703c0db6aacbc103e79cf6b558816770f958f45c3cb

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cea8e0c23883809c5d609fde2996b187789df8c83aaf7f346cdd686543158e3a
MD5 0824e6ac52f898b6ee849bcd38760c06
BLAKE2b-256 158845964c0670a464daca6708ef580a70fd3ef0f2761f362ec29c717a1a6b92

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5356d13ea35c2aa4a8bba4f2578101e5e12acc9c98d2e4237eda3890e6c08a30
MD5 1c698ee0706b9ce8b36218074d8e1897
BLAKE2b-256 98d8970c6f5844a3e42b97ee3c734e8f6c0b9c098704a7e7f8ec80d2a44418f4

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 429b3fda4e74502faf8431ed6d80ae757a1c237ff82e8ff2d9c3e75cfd1d2bb6
MD5 14ee765ef02bbda3d9b6031900ed9186
BLAKE2b-256 48f5ce63022c5ae0c748c2e34525d5ae5fc6c0357fb088a484466aefd6457c1e

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c44bcd60eef54871401cd21a259df13ffb42be1e6d69ce69f1e1052cad5f6d02
MD5 c0e82073396993565fec246f021200d7
BLAKE2b-256 b405c77192872b05665499f49573b4e580fa00806682f552c5e872a286b51dfe

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 096b18832e75064ee0c6adc78a4d6fa806f897ecc76423c80fe1f97bba5dd51f
MD5 0ec60b46f4522dd51d8fc3ed73134388
BLAKE2b-256 372a4bda42f95bbe4165329b44b955464d8634900b615b7187b59aeeae416a27

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 77665d1918cc632fec7c0d07067aacdbe72136b81cec3674bfc7cfdace8737c4
MD5 938aa79bb0abc471c88e9e89132dfeaf
BLAKE2b-256 4beb01ff8dda8a36c6a1607b31ee22ea4e82a69a5a40f265e6eff8ec5da82168

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 98f9a318a8578a74ba3ddbe6ea3a9253d621a23ed0a4a6af63b0c157143bb0c5
MD5 f8181393ca380257bcaf3d1304f99247
BLAKE2b-256 273395b6ec628246e3b36356663374488d2c22a02ed5f28cd6f07575cf816e15

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 403badbfa37568500f4e828252e8144db10812d5d67884c74052b432f933e2cc
MD5 fc3c5dff074ee050db57727b3a7f4537
BLAKE2b-256 f7f56e039406f04f49454405d40da57eb0f394cc5f21548207900d47b8024d72

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sfHMM-0.7.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 191.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for sfHMM-0.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5f3b27619705f14d86831c76f383b2f1528e518da374816851959251445e6932
MD5 13488f36e53c4cf4dc84fa91a5340d38
BLAKE2b-256 ab504d09bf2b3082fb497ed1e5c57170b1d5a74d98704f9d04ba082395543a0d

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: sfHMM-0.7.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 183.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for sfHMM-0.7.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2c7c388bb4f9b98a46b04b8cb5921eae99c720f1cf8ee4c6160cb0389e445aa5
MD5 94fa65532c0723dbefd2db09d99febab
BLAKE2b-256 744772a183cc1801e8f3f014528e80009e818889e0e6ecdc6059b418808d63b4

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aabb68793fad1c14a5789dec657519c2bae02c63623c7b28efad99607943bec4
MD5 5835db2ec72dabe13e47cb10a58708e6
BLAKE2b-256 58109860d4105d89901ac9b8238226d5079baea3f50b44c6b63356cc7319d2a5

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7d41a354d18a33fa0063fa4f353f7ddb8d39b647c4a129541d0e71efdcf94919
MD5 7c1989769ce944105696fef0871a15a5
BLAKE2b-256 46dcae2829c59560739d5f71cc8d9ea5439bb5cd3bb9d84fc43d2f45112fe440

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aeef2de909cb4b78b536c6ae318a22d73ca50dd51e057554f92540e236a4b9b9
MD5 208b83f6b8a3c227ffe562d2424c1911
BLAKE2b-256 05aacb2d9658ed537f25c3d611dd3499499c801879630199797be176b57c218d

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8d087c5b8d3f15bd9a04d7125e490e70c22819d2e562a5a17914628a9181f93a
MD5 8e525e067f596c6744f797904349d20e
BLAKE2b-256 76f1282c41915928b70cab53cb543ecb89decc56f47a6aef90e0d69ed71666a9

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a412b73e8ab988b26eb94883e2dd6ea2bf30e6cfbc8cddd558ea1740795057e
MD5 6b0f75e8577ec1c293629f57d2552bf5
BLAKE2b-256 45a6b275c1e2ce49656172215aec03b1af7e7b582d5335d3624e047ab21873ba

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0c0145f995998fd43451b0655720d5029f083085af3b8a45b96066ae5c1f2983
MD5 14eed488b069ae17a975b531c35b6275
BLAKE2b-256 662f1b72ed62b42985fa7d4d3e971e86162188eacd9787ad7d8dbf617200a286

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03b35d542683ec33c636c09a2d8cd1ead7fc6889ae2535e01aaa24c0762f0e4b
MD5 87f362edf15a7852be420d545f13aa25
BLAKE2b-256 48e157b37528b0d44968206ec21249c7fdad61b360a258cf7d9aea2ab77281ce

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 605c7389a98800ca4f50d3ffeb356bc6f02f9a1ad58d1d3efd27d0d74e514e1e
MD5 db194f238396ea5a3e558bf99e26dea3
BLAKE2b-256 70a7e0a6ac2e0fd9d0917f7ef6e068ec3f39a0ee024d8623210fda9a1d43fc61

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: sfHMM-0.7.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 192.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for sfHMM-0.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 302437054db99bcc127ce6052b28eb15ed4ceeb3a8a1ff353d4f19607990866b
MD5 d587f59dc713d4682b580b52afc9e643
BLAKE2b-256 02d75dbef7f67809c5aa942a1719aacf6ff40d466ba2b343dd66d4b8d3f04574

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: sfHMM-0.7.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 184.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for sfHMM-0.7.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 256ae1695a59ebc095914de761a839808fa91bd1ff196948ad9d0787ed7450a7
MD5 2397553702bc0648d7834bd50c0ca4f4
BLAKE2b-256 925e28b07885ea057adc264c3268cead658c2dcd7fe45223b5a7459a28a5ccf5

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09ac4a50306001f3742ee08527c24958e554aa5017d2c62d7e8502c803592ac4
MD5 5260a4f7fde0937a67cba917e92c2ca3
BLAKE2b-256 da957e622321346c5a473c3f33a0fb90008ad3073f61ab68c98da1b99e4077ff

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ac5611dfe99f1b23e2adfe49ee16296de9f328aed07a81672049afe032786db8
MD5 8712203ccfe90347ecee82159d410819
BLAKE2b-256 50c9386f6474c3bc53b5d08b10a284c3f00ac0684c0a105691d6ad286ddc4f47

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9aa7cc3b591a311512c90e16931492b295f4394d67140559aa8a86b432b23f37
MD5 873713197cc2df1eea5fcbbde5a141ca
BLAKE2b-256 0985f6c376efc01841ae15ac26041dd7bae8778beb162474dc104be31a1738d3

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 42a45c591e7cb10b623cde7795baf54140eae29bbf807e132f73dcd0cb0bbd38
MD5 aee76c419299e59f6dca3495b5da7241
BLAKE2b-256 9fa6c0cb91394a53d2501999938b9c3ded02adef10cadb850a01a0cc61c061ed

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa147cdf7a539dfc4b601352f4a324f93ef4a82af3fec656d69a42ff672eb87e
MD5 f13f5b6975c3db1027fcefa64b850443
BLAKE2b-256 6c03c975344f0a5581820233df8f3b34b4cb1c3cd035c2fa2ef7996fea535c47

See more details on using hashes here.

File details

Details for the file sfHMM-0.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for sfHMM-0.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5057ff973896a4f6d90e250d9ddbe5d915a5653a7f97389bcb396390e128ebf3
MD5 ebb4703c1ad8bee40b90f6103d997164
BLAKE2b-256 46c3e5dd30d9b625ff253e4b7b7130d9eedada597958dd0d543b56e9f96b4334

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