Skip to main content

pyhctsa logo

pyhctsa: Python Toolkit for Highly Comparative Time-Series Analysis

PyPI Version Python Version CI codecov License DOI JOSS pyOpenSci Peer-Reviewed

pyhctsa

⬇️ Installation

To install pyhctsa you can call:

pip install pyhctsa

✨ Basic Usage

A FeatureCalculator object must first be instantiated using:

from pyhctsa.calculator import FeatureCalculator
calc = FeatureCalculator()

By default, the FeatureCalculator will initialize the full feature set. If you would like to specify a custom feature set, you can pass the corresponding configuration .YAML file as an argument to the FeatureCalculator:

custom_calc = FeatureCalculator(config_path="subset.yaml")

The number of master operations (callable functions) specified by the .yaml will be displayed for verification e.g., Loaded 700 master operations.

Once a FeatureCalculator has been initialized, you can call the extract method to compute time series features on either a single time-series instance or a list of multiple instances:

from pyhctsa.utils import get_dataset

e1000 = get_dataset()
data = e1000[0] # your data as a list, array, or pandas series
res = calc.extract(data)

Note that each time-series instances does not have to be the same length to compute a vector of features. The results of the extraction will be returned in a pandas dataframe of shape $N \times F$, where $N$ is the number of time-series instances and $F$ is the number of time-series features.

📘 Tutorials

New to pyhctsa? Step-by-step tutorials and example workflows are available in the repository 👉 /tutorials

🤖 Advanced Usage

Calling individual operations

If you would like to run individual operations on your data, you can access the corresponding functions from their respective modules directly. For example, to compute the raw_hrv_meas features on your data, the raw_hrv_meas master operation can be accessed from the medical module:

from pyhctsa.operations.medical import raw_hrv_meas

data = ... # your ArrayLike data
res = raw_hrv_meas(data) # result as either a dictionary or scalar value

[!Note] Individual operations can only be called directly on individual time-series instances.

🏗️ Parallel Computing

Time-series feature extraction is computationally intensive. To speed up processing, pyhctsa allows you to distribute the workload across multiple CPU cores on your local machine using the LocalDistributor:

from pyhctsa.distribute import LocalDistributor
from pyhctsa.calculator import FeatureCalculator

# initialize the calculator
calc = FeatureCalculator()

# create a LocalDistributor and specify the number of workers
# it is generally recommended to set n_workers to the number of physical CPU cores
dist = LocalDistributor(n_workers=4)

# pass the distributor to the .extract() method
res = calc.extract(data, distributor=dist)

🔑 Licenses

Internal licenses

Code for computing features from time-series data is licensed as GNU General Public License version 3.

External packages and dependencies

While the majority of features in pyhctsa rely on standard Python libraries, a small subset of features require external toolboxes.

The following external time-series analysis code packages are provided with the software (in the toolboxes directory), and are used by our main feature-extraction calculator to compute meaningful structural features from time series:

The following codebases have been adapted directly into Python code within pyhctsa, rather than being included as external toolboxes:

  • Danny Kaplan's Code for embedding statistics (GPL license).
  • Histogram code by Rudy Moddemeijer (unlicensed).

AI Usage Disclosure

Portions of this codebase (including tests and function documentation) were refactored and generated with the assistance of Large Language Models (LLMs). All AI-generated contributions have been reviewed and verified by the human maintainers.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyhctsa-1.1.0.tar.gz (12.6 MB view details)

Uploaded Source

Built Distributions

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

pyhctsa-1.1.0-cp313-cp313-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.13Windows x86-64

pyhctsa-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyhctsa-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyhctsa-1.1.0-cp313-cp313-manylinux_2_28_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pyhctsa-1.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyhctsa-1.1.0-cp313-cp313-macosx_11_0_arm64.whl (13.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyhctsa-1.1.0-cp312-cp312-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.12Windows x86-64

pyhctsa-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyhctsa-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyhctsa-1.1.0-cp312-cp312-manylinux_2_28_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pyhctsa-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyhctsa-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (13.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyhctsa-1.1.0-cp311-cp311-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.11Windows x86-64

pyhctsa-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyhctsa-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyhctsa-1.1.0-cp311-cp311-manylinux_2_28_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pyhctsa-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyhctsa-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (13.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyhctsa-1.1.0-cp310-cp310-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.10Windows x86-64

pyhctsa-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyhctsa-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyhctsa-1.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pyhctsa-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyhctsa-1.1.0-cp310-cp310-macosx_11_0_arm64.whl (13.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file pyhctsa-1.1.0.tar.gz.

File metadata

  • Download URL: pyhctsa-1.1.0.tar.gz
  • Upload date:
  • Size: 12.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyhctsa-1.1.0.tar.gz
Algorithm Hash digest
SHA256 70629fa02b35ff7df6050ec94314d04abfabfa4272b528453c57d6dff91f8d73
MD5 bf029b46d74897b1c390811d5345e8e5
BLAKE2b-256 c290c7c8d3fcb8f3d37f4e6f7f5197971e4c30bf6714cb0f39028d897eea7045

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0.tar.gz:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyhctsa-1.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyhctsa-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8c279372fdf972c9622460a536196f416875c6547de3f6ae4ef8bd3f1cb2900d
MD5 3bd97f317b2cf0573b08d998e52ee450
BLAKE2b-256 c4ddddb2b7e8b8241a5b7cc8903453bea8a39f0ef952857b4c9927f17c98affa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp313-cp313-win_amd64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf50257c7fcd662be0d2444c46441f2b22ddf8bac6757af2ba3fe4b8a28b8e15
MD5 f22d9c2a0692f0499df1751b32eb1070
BLAKE2b-256 7dec36a7cc189d6f46635b4960e03575379a74e5987eafe135e8493482c5bfe1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3022f185a529d9caf6230c0a28bedbf0dbdb27e574f33d05dcb9d490ef95410e
MD5 7ea226dd2d28efca563ad7652a9c7fe2
BLAKE2b-256 9ec6367335cc2279775f77b008a88d509f675085a5f672e107896ea437230621

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57b77f76c6af0f639e48eb16f38809f67fd35afdb568002b6f693138c8bee2bc
MD5 5b2d70085ef3978450c8e304e729e25f
BLAKE2b-256 909a1d3ae2a7ef0dfc6778f49544f8ce918d5a99e9a6344f0cd0adb3ff1022a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 023446dbce74b95373920dba24dba1612d3fd95f5aa4914988ffd95ffe39ccec
MD5 7cd7a44c66fa7fc86a394b479b30af98
BLAKE2b-256 58929be5224da6d87a08c7784522cd5c8dff179cddba8a0ccadf767c92983396

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9cadb886ad907eeb7f033779eab53b477823ed4483a39eac4d6df914b9690916
MD5 1068bbdfee15400a769b3854dae40c9b
BLAKE2b-256 deb9721e907c501fbf4c645ba8c0b4965b1254f246a63833d2054f866f0755fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyhctsa-1.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyhctsa-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bce63ddbbf66746c285c407e1f013fab9292ae8f7518c9f54b23073740eee93e
MD5 6abab8ed6cc8ab4aff169d4f8d2e231e
BLAKE2b-256 acda918599c507b7bc608d9674fdd9602231d2b01d9fcf9eecc543c5dc986671

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp312-cp312-win_amd64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae2ae97025c030f49c2b813d19f04de58b542e7b358dea2af56182507524023f
MD5 0559cc9b2b5d3be6266f908b09dd7533
BLAKE2b-256 ca3d876e3feac97542cab277083cb2a20363a29c68f527564c627c33f3dffa51

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 648bd6bf98e9fb5d96a2aff3f8818fec3d61ebc7f3dbfe287c6794e196e09ecc
MD5 647588c80e3bf8e30ccf2b6ade2aa4ca
BLAKE2b-256 f15e4dc8198a8bdefc8d7a72f62c0e15a9c41106a1d208ea0c70d66c353f8564

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bab3a52356f8eae58dee8c66f41cded0dee89910af3ab3195df8398db0d5e367
MD5 a8be56c1c8e30bd1a1d2414024082dfd
BLAKE2b-256 cae550af808ced6b0ec503b3d2d0e733fb7c6e677f45b70492b69c28ec564a1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 666dbf8ba87f0d109b563fa8df403d55b7ffdbb76e60b0707cc68482b7d65b02
MD5 d98f8ea1233dd0c9feb9f1114e640bad
BLAKE2b-256 87502a12a6caafbf63c82e61cf02f3426325186da92be8361559350596faffb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6295afbfd5702f483037bb8b01276085ccb6c56bb6658505a597375e48bfe55a
MD5 2bb49062194421da2735a75ccc23abb4
BLAKE2b-256 56fb87a70df1336659471f3c80a19d30cced7086cb55f3571f138e33959faa86

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyhctsa-1.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyhctsa-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8e43a8343f043cba0045647782500e17ca0ffb2bb0214ff6b07a42cf7b096a80
MD5 0c2a013ddd60e3aa96434b188ba0a66a
BLAKE2b-256 ddf9e0bf94a9a55c263ba70150f007664c3a6bbc3b9cf72ab5a0ea2c0900120a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp311-cp311-win_amd64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5bae748899bf7b6add961ab34971a53cc0cf27971c74a1413d60ce306479c0c8
MD5 b7011d325f7dc426519cbb63b482c265
BLAKE2b-256 b43021bfab9d2bf9cf9e6bcb78b653abe338224d951e4fc713389b524210b7be

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86c48670fe39e55a2b7b0273f51bda02fff165fb9867b10872b7489bf3066293
MD5 ba93155fc8e16f8a336aef5eae7eec31
BLAKE2b-256 18f545433373be596106881f81a6c133ecbe3c1dd3b0cbd378399c3e59bf2282

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df3e95b1a4cf1bdbdbad4912c8d6c05b03059f06d88ca9679f71821f0f12189d
MD5 3b1d0e5503fd8b9cb7d8176ffdbd13ec
BLAKE2b-256 827a4d9871e63e327dcdd8f7334ebffedcaa852e55dfe519f778f1bdb27e6996

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f30b81a0bb261aa5294ce3a0332fbd2a128acb6da4ad45904cf327f6695279f
MD5 d3f7380bae12ef28881a9af3dcfa3cac
BLAKE2b-256 09abd38c809ce1702a291da5255bc35615aebda124ae2b8bcb4cac2e6c19d37c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a0c5340748bb35d8b627aa512bccd78d66a8b71b4287014981b2a26074386fc0
MD5 92370a2b03103e78862fc4a551ee5020
BLAKE2b-256 39e0c2af465b583c118f918d9e655321cc1f3940a1238e7fc469ae4198782adb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyhctsa-1.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyhctsa-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4e7be8d6034d51b4994cb70f79715291637a9d36be38d59c50b68e213f2ff563
MD5 d1d1d8dbaf46875a4040bca7194c5831
BLAKE2b-256 dee8ba8d45440ff21be678052a81e1d9af671edf6a43ca406a9a075b2a9a947f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp310-cp310-win_amd64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48b712e379a64da0c46553487c69ab91ff3de2db9e4a3616c3fcf4d727db954f
MD5 aa60c8802003f297fac19be8de3ea6df
BLAKE2b-256 ea290de0062fded592b40e9b7b6999774e793f994498be6976e9916e27ea014d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c01323a724a95d87dc78c9864a87904b7bd9fa7a9cc75cd3709bef759633372
MD5 d8e6793e8b6c5d55b6589d5ec29bc6c7
BLAKE2b-256 346d6b8b69c339783563dc6d3aa0ca4b6405a4b333404ef114b81a1d903699af

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db47fb1f28b4b165c3beaf915f4156dcf19b74f3615b311759e310d82166620b
MD5 1786b2c6aebfccea20b26b33a34e670c
BLAKE2b-256 af80165766643890451c00ed4874fb7cefd140df0118bf560989d9e35987defb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e50df5b673fff9bd3fcff6cb219f5b484ea424a7bd406aa186d5cef605cf69e
MD5 fb7df8a85986561d82494e22702c3f72
BLAKE2b-256 36e91521aeef27bb113c118c4453ce418384a325eece58d4189f5af417b21abd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyhctsa-1.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhctsa-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01a8baede057f17f113601f5478b466dc44694615aaf468b7498e326561ee526
MD5 1aa4b42b53a90136ab4f0c4e6c708aea
BLAKE2b-256 40c73d7e3851fbe379972fe28c8c246bfa5d64c279120903f0cc37f016310165

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhctsa-1.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on DynamicsAndNeuralSystems/pyhctsa

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.1.0 This release

25 files

1.0.0

25 files

0.1.2

25 files

0.1.1

25 files

0.1.0

25 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page