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.

Use sfHMM in GUI

Since v0.8, sfHMM is now available as a himena plugin, which means that you can run sfHMM algorithms along with the powerful GUI and any other himena plugins.

himena

You can install himena and sfHMM plugin as follows:

pip install himena[recommended]
himena --install sfHMM

and start himena application:

himena

Now, you can create sfHMM window from Tools > sfHMM menu.

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.8.0.tar.gz (8.3 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.8.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (339.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

sfHMM-0.8.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (382.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

sfHMM-0.8.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (402.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

sfHMM-0.8.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (347.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

sfHMM-0.8.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (340.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

sfHMM-0.8.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (360.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

sfHMM-0.8.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (340.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

sfHMM-0.8.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (382.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

sfHMM-0.8.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (402.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

sfHMM-0.8.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (347.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

sfHMM-0.8.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (340.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

sfHMM-0.8.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (360.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

sfHMM-0.8.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (383.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

sfHMM-0.8.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (403.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

sfHMM-0.8.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (347.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

sfHMM-0.8.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (342.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

sfHMM-0.8.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

sfHMM-0.8.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (401.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

sfHMM-0.8.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (346.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

sfHMM-0.8.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (339.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

sfHMM-0.8.0-cp313-cp313-win_amd64.whl (198.9 kB view details)

Uploaded CPython 3.13Windows x86-64

sfHMM-0.8.0-cp313-cp313-win32.whl (190.9 kB view details)

Uploaded CPython 3.13Windows x86

sfHMM-0.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (339.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

sfHMM-0.8.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (382.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

sfHMM-0.8.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (402.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

sfHMM-0.8.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (345.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

sfHMM-0.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (340.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

sfHMM-0.8.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (359.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

sfHMM-0.8.0-cp313-cp313-macosx_11_0_arm64.whl (302.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sfHMM-0.8.0-cp313-cp313-macosx_10_12_x86_64.whl (309.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

sfHMM-0.8.0-cp312-cp312-win_amd64.whl (199.5 kB view details)

Uploaded CPython 3.12Windows x86-64

sfHMM-0.8.0-cp312-cp312-win32.whl (191.0 kB view details)

Uploaded CPython 3.12Windows x86

sfHMM-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (338.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

sfHMM-0.8.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

sfHMM-0.8.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (402.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

sfHMM-0.8.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (345.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

sfHMM-0.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (339.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

sfHMM-0.8.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (359.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

sfHMM-0.8.0-cp312-cp312-macosx_11_0_arm64.whl (301.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sfHMM-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl (309.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

sfHMM-0.8.0-cp311-cp311-win_amd64.whl (198.7 kB view details)

Uploaded CPython 3.11Windows x86-64

sfHMM-0.8.0-cp311-cp311-win32.whl (190.9 kB view details)

Uploaded CPython 3.11Windows x86

sfHMM-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (339.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

sfHMM-0.8.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (381.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

sfHMM-0.8.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (401.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

sfHMM-0.8.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (347.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

sfHMM-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (340.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

sfHMM-0.8.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (360.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

sfHMM-0.8.0-cp311-cp311-macosx_11_0_arm64.whl (305.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sfHMM-0.8.0-cp311-cp311-macosx_10_12_x86_64.whl (312.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

sfHMM-0.8.0-cp310-cp310-win_amd64.whl (198.7 kB view details)

Uploaded CPython 3.10Windows x86-64

sfHMM-0.8.0-cp310-cp310-win32.whl (191.0 kB view details)

Uploaded CPython 3.10Windows x86

sfHMM-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (339.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sfHMM-0.8.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (383.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

sfHMM-0.8.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (401.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

sfHMM-0.8.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (346.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

sfHMM-0.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (340.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

sfHMM-0.8.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (360.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

sfHMM-0.8.0-cp310-cp310-macosx_11_0_arm64.whl (305.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sfHMM-0.8.0-cp310-cp310-macosx_10_12_x86_64.whl (312.6 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

sfHMM-0.8.0-cp39-cp39-win_amd64.whl (199.9 kB view details)

Uploaded CPython 3.9Windows x86-64

sfHMM-0.8.0-cp39-cp39-win32.whl (191.9 kB view details)

Uploaded CPython 3.9Windows x86

sfHMM-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (341.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

sfHMM-0.8.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (384.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

sfHMM-0.8.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (403.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

sfHMM-0.8.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (347.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

sfHMM-0.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (342.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

sfHMM-0.8.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (361.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for sfHMM-0.8.0.tar.gz
Algorithm Hash digest
SHA256 464d1775917a207e671035be7bd7c742409e319df1b387a42097e583a05692a7
MD5 6bd8c7e9f49a08379fa00d97e5ddc12d
BLAKE2b-256 4481050201bf8529e116709a2c6428297e6ee5b4a21092ab811024a7d0969064

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff7cb2461e83cd0b6b19217a8ac65a1814640d4296a80f4846d5cade4a0f0de0
MD5 691a5138fd5e02637f2135c9c5c36543
BLAKE2b-256 9aa694ff6b10084045d1e9935d427c7df365ec43673a1e572f79ac303fe50ef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b8c37203da46631031692066fee6a255143d2d65dd3c7c16c37b965fcd29184e
MD5 a51d32fe809129e04983d806355ed80d
BLAKE2b-256 43fbece89b06c1238304642131fbf2af2ea5771e548da0beb918455c00c4ac71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a27d38287305ab46cd4cfc6f4ce48dd1c64de5aa2aeb324b993ed97e463e2fb4
MD5 dc60ee61181201ac10a34ecd741cf464
BLAKE2b-256 f771522c4d93739c8bfde955661fe57a45a880daa4ae56061bde041f06e8142a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b7f7bda1814385cc5b9c78d785808649655f23a7ad4fd54a519aac937c67fad6
MD5 c70e855e976d73ef8b6cd24db8939d75
BLAKE2b-256 613bb3b67ee97a0eb737612e2abbf5f76bb0785d4cc37fde0900fd834ddf6b09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 05dbf8df8a54222131217e0d6c38826dca1ca8821b55645ba7778520585bb762
MD5 f40df6b7160b36e355324a4c8832547c
BLAKE2b-256 4e86c7e19e1455c48bffa1e19fd32c6e16483c0fd152509c8ae86a19b10cb30e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1b6781b57470262fdea9bd32807076e2e9808a17a0b957d798a7c2ee1116f240
MD5 eb254c5103384acd2477cd4e837d319f
BLAKE2b-256 cfac6c265e26049a7822f6d31fa2b5fbcdaa8d95a697055bd58b5d477ee0aab7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f580b9dee4ea33304a0a5ec95ee0c2d15e5f01ed24b1c26daba4096f8dea1bc4
MD5 e5b3db5aff2cafc6125fa24f8df49c4c
BLAKE2b-256 a2fd8b8df86b521ddc990c6e81e44c8adb135c3d052d2c69c4e0b5193cbfab7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bd52b0b968710fc9c7066581cd2d12263d7d3910ec9f9ca43ba570e1bf16f854
MD5 b580bdbed7afa1f25b8ea002d3e40eff
BLAKE2b-256 30f2c952d9aa2fdc7ab0c705497bc6e8d22e3a2a6103fcaec6459aec9935fcb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 67f99b5aa97a29ebca9e2be1eafb7c705d3d0148adf00b270db22d2e36231dd7
MD5 f250289dfaf5a823f654dfd4d09de82d
BLAKE2b-256 d30c39e65c94f4eac966dad3e073d3b5cf4cd5daf94bd730842bfebea62d9fec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6e33dcebc916c3bce7ed3c81ca413ae887e6ba4809baeef78c4ed454d59411fa
MD5 64e565ed11b67d75e798a0694c010269
BLAKE2b-256 191f0900ba1035bad3c507ae97f85f9301aa6e660ec15186306c885e6724b9f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 701b12dfed2788c375aa7ffdd236e5bd5a804dfe44810d624c806e75b885ba0c
MD5 82d9f6b290098499d4db9eb5c4816f07
BLAKE2b-256 0ddad77f0b77c4e78f38bc25600fd6d7b6299290bd46ebfd7dc05d1fcdb14437

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 14eef85aa06d6390c6292fb1c7a702dbb3a80bbf0efe93c33354f54c1fd98c09
MD5 9bd32daf0efacf2c90ea4db395d2cda9
BLAKE2b-256 2e82fb9bb6179d762727d355280cb3550d95e406855b0498b14d592fd8f63de1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 72080a18b49d1361a0d7158e2e9c43ec263f8a862595d662fa0c773fc7c34025
MD5 b6769eed9aedcb5b9e5efe07f8781f20
BLAKE2b-256 f23d8efed3b70ba9a7c1e4b87971a7e68e2cdb391a17e77da55bad3c90ebf9b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 69935f3a0d5783c308e9e1f9959a5550d5d8923463e90dfeec03df6f6f6161f5
MD5 a315219501c6187b40ee5360b8c7cbf8
BLAKE2b-256 aa7a97cba954ea2211d8b846e06160f0ef4d9eb8bd966c6c197ef949516544d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c5df1672ddf58b7e960e1b39de48d08cef3147aed81ea9a3c776231531dd60ea
MD5 96fd456e1ad610e6471e9b8b34961896
BLAKE2b-256 77c1db772abfd39fd8ef74747c6c9f993e370ab6d769c849e3c6a32dc136aad9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 796bbb2f3bc2d4fdacf3cd5ccafc70e97ec7a27bd98218f369c06681be726617
MD5 1002b94110bd60e221ba6d6e03e45c1d
BLAKE2b-256 d41d89fe2a22ec657a6e2aba2cddcd9c5e297c1b547e5bd50ddd7f3fb8a5f7e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0a698d278a634efc30a139ad4068029f7091e2e5531dce684a392bf301e0a0d3
MD5 b95761f390eddd229286a2142ad8cadf
BLAKE2b-256 26bf5841258dd1cf045c820d4eca0f7c4f6c74793fecbd54e383e8cb29b21360

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7a3f9cdae4169c2fa828d62171bc9c7a033fea6a10e0860bc0ee2d46e233b9a1
MD5 414698e697a87a62e095848bee66914f
BLAKE2b-256 8d9ef72885afbefe838aba0535bc69c3f713253803edaf883332942bf4e98444

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 797c5bcb2dcba45e4dc000226d8835234f4df3a309542bda347852cc52340b60
MD5 0b536200efc6ea75cc41e045cd86879a
BLAKE2b-256 6bbdfb904f4e9d33a9578db0dffea0b04bac3551c251b44ce3cc1f4af7eddf90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fccbdc64bc0d551cdb55860b6ffa487d9bc2a3c6200301bcb4da45771d5a6354
MD5 db316d04b080c7e4d62bc968dbd70a0b
BLAKE2b-256 3ce985a65241dcda0236860192d75c4b65534b1362cdbd77e3f1d51d20d6fb34

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sfHMM-0.8.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 198.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.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5cb5c67f856211b1d6dffc9a03055bc2821f611756ab374ca87ef5d397a99eb6
MD5 cb456c957e1c3cf7612ddcee89a51047
BLAKE2b-256 56433757632a9891059915e17ba2caca971f553e9dab42b603b6450fc68f34a4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sfHMM-0.8.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5c652753cea41ce45f01aca8664966f04a244b575e610f15354f6306732b16f7
MD5 694eddbd88f0f306902c44844dc9667f
BLAKE2b-256 f293317fe4728c2b42768f2c3ee0f2ad394b2edb2a9ed2cbd4a94e57a8d1bd73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c95974bf82a8c647732363836d225988b42f6a353b01cf2cf1468afc7ab94f46
MD5 b169edefc5358ef07146750371ecda3e
BLAKE2b-256 4066eab13b88e6761e7f82e84096aef91d4e8e6648a8f8bfad4bb47920150571

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 424f5a4598d5a9e08a560eeff8ee6da5690451f51af0d027c757a82edfda0651
MD5 ba4210bdffeec761ff5c88b32af9172e
BLAKE2b-256 e8e233b569c98e66d653f4539e7cfe5ff5da2279dbe49a29726cae203ec8d1dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 38b0673bac10225952e2be1965bd596811ebc210e1b7a995afdd0ad2c377a03a
MD5 6c776a3f0795a0748dc50b5055b7df9d
BLAKE2b-256 96492e7794dfda436b77a10bc2294cbcd5ad847b4662e1fc747cf508e3b94b44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fa5b9ed230c692da3852d027f8bad9d83a8deee91d3f70ea3e87c75f3edccaf2
MD5 b5ccc9a921697cac0de5b9d839f207c5
BLAKE2b-256 32fdbd4a19ddcf39e30e0dc759440008c6ebd5c1163a8d99103f417952fd3066

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4edd835ff5c884cdb6072b28e3f1719f56c7a78c3ce43b7837bef50ee467377e
MD5 a539fa14d7c205587bb3c2625b848344
BLAKE2b-256 b38c44c788c83a54a72ba7ab1eb0e5bc7967a652a687e0f45b01081f3ee51bc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2c53e57829075b03a3f6c77db015c0888dc75d780c0e9da68291df00483bb750
MD5 003430909114ea787e1ebce27d9008fc
BLAKE2b-256 5d45d74e575a3f63814e4871f81e50d394641fcfda898dab855d728f10acd4f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2aa80f3b12518cbe9c0b06e91f9d5308447f79734ace19f51a7045f526dcbcd6
MD5 1289ae9cc0177d81024f367042525d92
BLAKE2b-256 73cca7b774c6eafff41d39dd0ce64f83a89dcd9a46b07a7f257dc9d698081c4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a2daadc568358afb4fe1e8ad2c5e4e0107ed35f3294da6538f8713a0e68de6f6
MD5 12d5a77a00eed83f916e9d56534647bc
BLAKE2b-256 0e5b7ca3df9c0a86658436e70a8bfd2712a83c84304414e824c6a8abdebf33b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sfHMM-0.8.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 199.5 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.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 97ac7cf8ad108b6de04a555933e8c9887adba4413aa2994ca8eab26a02ec12a0
MD5 9b6c73a0ee31a5b6f80fdce75d7f3f87
BLAKE2b-256 9f5b79983b7ccec805336c1c1b2b7847c638573d5d1e90c73bbb7656d5115eaa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sfHMM-0.8.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9295c07b601b1d030d46e4558c53fc4e516ebb08ba83c4bc1b71b35f9b7db2af
MD5 cfbef1befb7e0ecef6f00ac07b5756de
BLAKE2b-256 7456c1456148b1398e364a4dba7403d35bac481b638e3a5257ba833dc510b3cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae246d2b24f4175ceacf4cd67260ffe04f0cab2f5eb29acc3d6794a71570f8c8
MD5 441d058e5c1ab117dc1b6099ba5cec32
BLAKE2b-256 37b2cc3ea35831e9fe454a73335b3ade0226c95ffbc22dfbe2dbdc990ccabcc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 48733bc5128d292110b8643a035e9b9403bb1db5c33cf45ed56cd3c0fd8c7a32
MD5 d9944dee4b8f0a587fa39d1bc0031ece
BLAKE2b-256 cebd6d867647184e41269991e7d91fb5c7988bb0eb878da91cca8504d7be4dba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b9221b23117743209b5a4d9f4486cb9b1ebbf4babd160f3ee33110edfb268f7e
MD5 23ca1af37e713730e93396b7697274b8
BLAKE2b-256 2d8472f67b236d777c4d24176a6eb913ca183380f11b39a7f326331a20b786d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 330d2bbddb2f967e730e7530e70db1e381d7aa52ac4739374fb94aca4bd1548c
MD5 a6cb531c6756f51f91a0275445349c2b
BLAKE2b-256 4f1f38e4540a518b46a779e2f9c823d95d87bf42fc4aa36f9932b2c8a0328249

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3cd971a487e5bc27f7c6655d1d3f7f7c41b1c7a86eadf2f684e92b69e1d1f585
MD5 24851e1ea34960e9f0f6efb63329126f
BLAKE2b-256 8c55dd60c1d382c89aea1860bcfd66abff38aca3bf9ad84c22a98027f3e2ee91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e2c268d52ea01a99df6b38a73a0596797e39d08863915f0091c496987b156286
MD5 c2ee2d89bc24c51e06ad51051de4862e
BLAKE2b-256 2f10a1cc0e00945ef9e7f200501d5cbc86480273a1a82fd512c70131cf51eadf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad343546ec6a8e23e13ec5230640b3b92fcbefb038fd7515f31ffd74c63e9236
MD5 c9b5b1e90fc3ede6a8dfced4f9221f64
BLAKE2b-256 3531819b3017c60c11a1da6497f10af0f05ed9cae973e56984f1a152a5adab38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 26c72483afc22adac00d0867053c510931ca0186d4e2fd74be4938c7503fd2a7
MD5 f27fc3cd92b9dbbad09eed1f90a7658d
BLAKE2b-256 458bde137a1fcb23a0f4e6bbdd50a51dea11dca67d95e5a11ed15ea464929b7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sfHMM-0.8.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 198.7 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.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 99eda486d8799731a29799e09b6f30ce325cbb497c67427feda42235823cddd3
MD5 58b92069421bca1003f3e9e7f5d1e7e0
BLAKE2b-256 4a4063312c1d3af5db22b69737f09d5f3da2b5b49fd94ca8e193bf283c34580d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sfHMM-0.8.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b95f4ccf0e27ff189662f93fe7e23609138883cb9e260cef9d34cd8a11aa882e
MD5 b3f8a9c50bcd0bafae3772aea90dfe14
BLAKE2b-256 829714def78433dd78a032f3cd4d1effbed3c3d245770b17e8ba96dd953867e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a34a483c56daf7389342f7f3aae3f3cdb9e7194b535655d065280a74a496dda9
MD5 bf31fabdbcefdc441bc49b2c55c1967d
BLAKE2b-256 4ff0ce83987a2daac18682e7afc5445652d2c08251e19e555479289dd824f576

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 69abf25591a96961534b47289714ea8e87d3d7d05aad413526ed2caf3344a205
MD5 af8daf11bd81d99538208e76abff2c1c
BLAKE2b-256 9d1c107cc57ebe352857d64d0135e26ade9d06d02ce04e347444694c9e1c99fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 94f531cae2e4947428d514f75f52bb825c1ffce4f3bfc5d39fb244dc931184df
MD5 11c7f293f812a958fbf55f2f3bdabeda
BLAKE2b-256 1515e10cb91f44bf05d762f58a68cb4c5122ea20f599344cab88cabb6853be32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 18696429c5cc2e1f3a042c7224d63d72f16e44c465552ff24808e1a5c0a1f9b7
MD5 720d31d5b096e75d08b325c3dbf63d8c
BLAKE2b-256 619866688a3051431b16d7d68a2f7e21104b72d512cff9207459235fa49d0110

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 512adcb9de9f5c0999984ef55ddc41409e729d88e4135dc9a497ef40b71940a2
MD5 0f9bc27db8dc7a9104f47006c7d644c9
BLAKE2b-256 fb4aa10b316e7e9b9e30c95f1a2d4098fda367639ad998edcf42aa6dc240fc8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 862ec2ee0c258e66a84e099c9f887eebba38f49613e1e10f556c74ee2dc51727
MD5 7bd7a1bb64b47cfb4a554e77dcd1f8bd
BLAKE2b-256 23bfa49a3fa0a96d6c804936676ca68e083b001f858e0b62921710b793d1f1b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ca146981b48b60019fd0e77ea0659b2dcaae2e7f2d2838464c91a8be160820b
MD5 f9ed4348b58a8886ed521dfa2f98b092
BLAKE2b-256 5768c62a08e5b34e40699f21c070fed50f29844d3e3bb77bbbadb8e886a9a667

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4009c1d0d739c0c91e27cd171d0abe9cb0d78413dd856d7e3a8197d1006918c4
MD5 a5a1025488ebf03dcf694550a1bdd8e9
BLAKE2b-256 272e64238f0a7cd6ed59497677cbc87c83a3afe1142f6fa3b8e0d356b98bffed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sfHMM-0.8.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 198.7 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.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ccbf3981c5625737fc72cf4d673f577f25110a91801035a9de94707d0cb0fce0
MD5 d1fc37e3c850a9235b14d8fe233081df
BLAKE2b-256 ba2c297ca4b492cb233d2741c54e46ad52036e2a77f81e66dbebeeabe788616f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sfHMM-0.8.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 21c43de88996e8c1e9441615739e984d9a338caca0ba29fdf5f9cba1038d9cf1
MD5 46d159db250d2eec026cc82f164a4f2f
BLAKE2b-256 ceb9dccd8b8586b4c45a7084de6a2901f1586b373f0c7e53dd5b31753221a649

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2cbeeb6d519d38e267d4fe32cd6ea7836b3804d598caaf15457392e39e210ec4
MD5 361379952b7640aaa4b3b8657403ef68
BLAKE2b-256 f77115d00cf30dd92db9c7436b799fb4a80c95dcb02ce4471ea4f41858cd015b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0a8830e54ec3696c29a8acfafd0361f834a38f7dfb41671e225dd10cfc8c8183
MD5 e29a4a1e6ca7ed129fe44b80be09f5db
BLAKE2b-256 ada918150c366d2269e4202757703eb73444fbdeefbccc326d8afb2fc3765817

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a8782ffe6bc5e7cebcf9d99a6763009cdac8121ee849bbf96245495d49368105
MD5 6a9c4ad13c475c6de5a384945f01b0c2
BLAKE2b-256 482525c3332457bb5122577ecba566f7f069b17833c46683f05965adf1a6f75e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bd4714300c50159ee379ae35dab3569a8e5b90dcba7ae6f973d61c019b9be4f9
MD5 f6efc61b0e7e0e48724c65c46833472c
BLAKE2b-256 ebfd8c47ebce08ee0504f01d8f37d9ad08e5be848a2317d67ecb1b8d325b7d8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d3fb4588933254b445bb1cce611954b7250351d3d57ea3c44c7f1752de8e65d
MD5 36fe84ab2da004595a989f5f3dee44ec
BLAKE2b-256 164072089863a35de87618f5be146a93dcd3c9f186bb505e573c172fe727774c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b112b281d3d47f87003b26c71afe073a9bd3cc754e27fd62cc7d474455c273f6
MD5 8ca83343d217083f40def386f8220e29
BLAKE2b-256 6f8b9624aa226561e1bc1f5684c545ba2940bbf60bbaee4866a7593842789cf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 98062c60edf4b38e90835f84619faaa995a57384e4cef4c1350e54458bdcdbc7
MD5 33c0866b507109d82f92100e6fa8e44c
BLAKE2b-256 821392422633f51436cead1baf1679aac428eacecd1e79d36ff8b73e822998ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 de0ab677cb7f47359b67708c1c007526edff7bce0901652ac77df8247430fd59
MD5 0c8e885446508b0ab57f090e94ce165a
BLAKE2b-256 c6e7108ff92513c567ad137a86890766e592063bcf587539f0dd8bb502611aba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sfHMM-0.8.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 199.9 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.8.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6b4dc39af998148a6b41a17058133579faa9be7085da39680c0f870cc6dbc04e
MD5 3a301c39660c63b3653c3e182b218262
BLAKE2b-256 a949c45121ece593fc622439e7ee11724ec596f76be4b9b2f87476158bdf1b19

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sfHMM-0.8.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d1a99d105f057852905f1c3c86cb6369f68eec377a1b6450a29fca999870a0d6
MD5 60bea6131960dd6d42c650e742d91fd2
BLAKE2b-256 6dbd790dc5741f5d4d1e76d5752cb65548f491c8b40686ca68e3c2b73525426c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 666b7fc39bfdfa6b74e10ce602ff118364c9e4380f6a0f0a65ab3325aebb4bb1
MD5 51856f0e1bf5846d39c602e3959249cc
BLAKE2b-256 ccea4a9bf3eaff35d8a297d445cace2dc33294b15de3bf87bf33baff66e55498

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1799b5f16c78f0b0974c2f7fcb02d5a632ee02b896d279e2ba30e11d5970cf23
MD5 01b581480e06b2e873249740f76972b9
BLAKE2b-256 22846fb29b9abc108f5357e95020bfa0eb56c76e63427caf7329452f377f287a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b0d5c133d2e43e9868a42be94464153274af9abe0fbd34dddf1a936f13560976
MD5 1bbe440a8a6ebe0e4827014c9f2d4241
BLAKE2b-256 f1a226e46f9530045017aa7835e7dce8ba4988a32486be91378475c51be2ed38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2b59121be3844d42049c79a634fcb68ce3932b858c681b40b60b8962f8b6069c
MD5 ec04642893079ad7b1333ad3de207f49
BLAKE2b-256 bb884fbf0f37f1d8a45deff66a302fbd3ca2e1562afb85360889307b09289fcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 984c080b5244fa05e91ef84c88bf3c3ad7d538478845829d98f8ad3450ba505d
MD5 e9e8e52737ac91737ec9526eea026f0d
BLAKE2b-256 00fd55740e9afa414df59e4a9103a05076bf70535dfd775240b18dc91d1eec97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sfHMM-0.8.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0d71e3834625fe3b71220bb5311752b20e7f71166700bf8049c4a899bc419132
MD5 c54a779302b256809d6928144d6e4ed5
BLAKE2b-256 7155605c4236d63ca29a76b389a4bac99f4bc51cc79f72a41d0b41f3fc59fc82

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