Skip to main content

Python bindings for HypercubeESN: reservoir computing on Boolean hypercube graphs

Project description

HypercubeESN

Build wheels

Python bindings for HypercubeESN — an Echo State Network whose reservoir is a Boolean hypercube. Each neuron sits on a vertex and connects only to its Hamming-distance-1 neighbors, with every adjacency resolved by a single XOR on the vertex's binary index: a deterministic O(1) lookup that stores nothing at all. There is no adjacency list to build, store, or serialize — the connectivity is implicit in the indices. The neurons themselves stay familiar continuous tanh units; only the addressing is binary, the dynamics fully real-valued.

That same implicit addressing extends into time: each update also reaches back through an addressable delay line of its neighbors' last M states, so temporal memory is intrinsic to the topology — memory by construction rather than by luck. N = 2^DIM neurons (DIM 5-16, i.e. 32 to 65,536).

Installation

pip install hypercube-esn

Pre-built wheels for Python 3.10-3.13 on Windows (x64), Linux (x86_64, aarch64), and macOS (x86_64, arm64). No compiler required.

Quick Start

import numpy as np
import hypercube_esn as he

# One-step-ahead sine prediction
signal = np.sin(np.linspace(0, 20 * np.pi, 2000)).astype(np.float32)
esn = he.ESN(dim=7)
esn.fit(signal, warmup=200)
print(f"R2 = {esn.r2():.6f}")
print(f"NRMSE = {esn.nrmse():.6f}")

Features

  • Simple API -- fit() handles warmup, run, and train in one call
  • DIM 5-16 -- 32 to 65,536 neurons
  • HCNN readout -- learned convolutional readout on raw reservoir state
  • Multi-input -- multiple input channels via contiguous-block driving
  • Streaming mode -- online training for real-time applications
  • Model persistence -- pickle, save/load to disk

Documentation

Full API reference: docs/Python_SDK.md

Project repository: github.com/dliptak001/HypercubeESN

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

hypercube_esn-1.1.1.tar.gz (18.8 kB view details)

Uploaded Source

Built Distributions

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

hypercube_esn-1.1.1-cp314-cp314-win_amd64.whl (393.4 kB view details)

Uploaded CPython 3.14Windows x86-64

hypercube_esn-1.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (235.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

hypercube_esn-1.1.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (216.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

hypercube_esn-1.1.1-cp314-cp314-macosx_13_0_x86_64.whl (214.7 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

hypercube_esn-1.1.1-cp314-cp314-macosx_13_0_arm64.whl (187.3 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

hypercube_esn-1.1.1-cp313-cp313-win_amd64.whl (380.5 kB view details)

Uploaded CPython 3.13Windows x86-64

hypercube_esn-1.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (235.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

hypercube_esn-1.1.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (215.7 kB view details)

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

hypercube_esn-1.1.1-cp313-cp313-macosx_13_0_x86_64.whl (214.5 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

hypercube_esn-1.1.1-cp313-cp313-macosx_13_0_arm64.whl (187.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

hypercube_esn-1.1.1-cp312-cp312-win_amd64.whl (380.5 kB view details)

Uploaded CPython 3.12Windows x86-64

hypercube_esn-1.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (235.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

hypercube_esn-1.1.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (215.8 kB view details)

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

hypercube_esn-1.1.1-cp312-cp312-macosx_13_0_x86_64.whl (214.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

hypercube_esn-1.1.1-cp312-cp312-macosx_13_0_arm64.whl (187.0 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

hypercube_esn-1.1.1-cp311-cp311-win_amd64.whl (378.0 kB view details)

Uploaded CPython 3.11Windows x86-64

hypercube_esn-1.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (234.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

hypercube_esn-1.1.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (215.7 kB view details)

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

hypercube_esn-1.1.1-cp311-cp311-macosx_13_0_x86_64.whl (211.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

hypercube_esn-1.1.1-cp311-cp311-macosx_13_0_arm64.whl (185.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

hypercube_esn-1.1.1-cp310-cp310-win_amd64.whl (376.7 kB view details)

Uploaded CPython 3.10Windows x86-64

hypercube_esn-1.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (233.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

hypercube_esn-1.1.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (214.8 kB view details)

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

hypercube_esn-1.1.1-cp310-cp310-macosx_13_0_x86_64.whl (209.9 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

hypercube_esn-1.1.1-cp310-cp310-macosx_13_0_arm64.whl (183.8 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file hypercube_esn-1.1.1.tar.gz.

File metadata

  • Download URL: hypercube_esn-1.1.1.tar.gz
  • Upload date:
  • Size: 18.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hypercube_esn-1.1.1.tar.gz
Algorithm Hash digest
SHA256 2f81fbb674da0d78bde8b7d4920b1cf3a8e509e3e1dd9ee3a37ef8393ad50017
MD5 fdf9fad1d3b2b30ac360cd85e5e39594
BLAKE2b-256 a6ff713ade13bcfaf81b875de1765777f7674b6d348f64b349c423f3df6a5a34

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1.tar.gz:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 70c239f74ea5b15ae4a8a378aa0a0ef22482e146a935b9716b5b55172203d6db
MD5 f9e12bc2e0c49a8e627dbeb5263e0a95
BLAKE2b-256 b85b9f2b9bab475b8d221cc7f7d4cd43a7f40c405788424e66624803b931c970

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dcbc0ee3f118d5d2c6262b31b3b25767ed4c5b2fee581cc80007fb427e8d1991
MD5 5a8ed2b1a18e3e684ac1f983c1b92586
BLAKE2b-256 02cdbef4c6b0a0940dbdddaf9c26f78b5cc70a6c0dcc900751cebb63607174bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cef8e7a80f7fec0666dedaace553e4bd2147ea899ebddeaf223c728da9ef8f69
MD5 c9bc0178ed5b9993002e7a6078f0eb87
BLAKE2b-256 ac809f8387c3be9081acdde7adad5cba6d09bfc23169f49f2f7027523531fd71

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fac708f81297e9642335c814bc048c9c537bf2b8bae0a48696d48de77f869007
MD5 c1f496b3d3192a889052572462119181
BLAKE2b-256 0ea8473ec11c90f025fb11af3c16a817c886bb1b24db794f15b5a4d2ceb89bb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp314-cp314-macosx_13_0_x86_64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2fc3fda53c1cd5e21042745bd9516a9b5bce4b5b313168e06a1b67dd0ba8a508
MD5 c0047959aac64aebd50f85592d66d9fb
BLAKE2b-256 af1584962411a2a42de5d1de224e7aa4e6959eb56ad1aa8f3d7f4ed3a784e384

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp314-cp314-macosx_13_0_arm64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7c373d880772fa194ffc642386d0724caa88c5d09abbf831e283b3cde48bf7fa
MD5 7812f5b7a6f085ba08ccc4028e7925e1
BLAKE2b-256 dfd75e3f36cd29bf419c0fe3e01576e99c549d018c78bd6fe7ec6ad9cfa41992

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3681a6afd107d750487b069fdc95a179f8a1b0d5166ab4b6014007e6500a9b1
MD5 03a3adf724002f3decddd73af7f04f87
BLAKE2b-256 61462b402ace137f231fbd9f3b5b74d023a3b2f51e6e6d743c301a32eaad7c17

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7e9e6d25ab85d2351c2528511df32acac4c749dd3c63cbfc3ceec1a7414f89a5
MD5 f8d11eeb0859a458832675c6400dc28a
BLAKE2b-256 706d796d065789db2a6cf760de7640b31dea236920032f4479e9db0042faa1ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3c5e92e972f34cb7466e0d33028f935b94c3306444a2608a0d84bea9e557d68d
MD5 35f3f1b2b956146da055c400e3f7955f
BLAKE2b-256 d3424815fcb142f9373cf3f9034f9ee10acb9191d8a2a323689b329845347507

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp313-cp313-macosx_13_0_x86_64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 985134675db15875c845e93c734ebe2ee5bb8a17da5ecb9507253425b8572084
MD5 0d52c4a1af0d365ac32464f3103e749c
BLAKE2b-256 5f261036905e49649b764fc25dbddf46965ba4642951e9c8d778470f7763311f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp313-cp313-macosx_13_0_arm64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 904d0196df491744957fba16612482154ade69cc52055109bd761db81faba718
MD5 b66c4e43a052629838334014fad9fd33
BLAKE2b-256 86124268dad6a128a4930b9683279d2b30c3daec90d8e75ac045d4ae64d4fde1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fc926f0dceaf2acd7b9ac2f405b60c6020c097559ed81d70bfa3e145920acb4e
MD5 abf11a1f3b271d3b613a550437e81e75
BLAKE2b-256 f28fc26b5c301f9863c31ab3c32237792e6db9817c864899de0da9101d80d596

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eee8b0355acadd5057898571f46007ad95dc74dbf7c54bd85e262f27503218bd
MD5 d98e933879b52a6a6489f87220c8046b
BLAKE2b-256 567ea8a6e3ebb6c8269e402dfd7855ef7246e16faa9c3738c6bb2f0ab48b789c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1829704aacb8549e9dbe2110b4f651cf7001d5872828555e73c7a21f4500e142
MD5 ac4cf95b695142623af0528e5a7fbe7e
BLAKE2b-256 2b7b943b03941df9762019e36c2137fac1e76d341bf85c90e66c33d465243c93

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp312-cp312-macosx_13_0_x86_64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6e81ab52392041c61a445deef6dffdc35624dc2f0a39d327c0b15c9d08b3ccca
MD5 5b20e4e88ca53b13dc2708dd47ebdd6c
BLAKE2b-256 450d5a4e3c5b84837c4e5668d2dd257ecaee8f1348c59c9296439d8219943740

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp312-cp312-macosx_13_0_arm64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7b4444bb7b214f585cec921d80ac56fc473be9738b35b40320568c2ce0bd1006
MD5 388cff6287cc6dc6cd2a6e54cb16c303
BLAKE2b-256 e7ff086901452d221e4cc892666ba8f276c8c0e3acadb1e757ff6a2dc2d80b79

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 84f89fa6927c23ffe906541be475335246fdd298a721ae40e6359213d9cfff6f
MD5 34b742c2e6f566d32db021e306fe15ca
BLAKE2b-256 ca0c0981b4d68741c6189793627e5d10c8b14ab82b5ae80695e7b2023972e583

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e0d041bda4bc475bcbf1fe8939787f115de69ff2a67b9ba3e130ffdd34b0f589
MD5 fb31c8ea86e9ca8b4d235c95b95fd782
BLAKE2b-256 0b6c19963c25054eabc3377bec5e3565fd4783654ed4c709683abae2e30a900b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 05ad31ac0bf7f6767d87a2a80cda69e45ce346bf547d582c80add5a9c3ca8e5a
MD5 353731d39f02c439c621a9732bac82bd
BLAKE2b-256 5e81f41a96b41b44bb0be21e9e7014189c37bdb09542f0e52ce749fe2b029b9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp311-cp311-macosx_13_0_x86_64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c6aa40951be1157c26b792670cd0e2fd2babde4ea8f37decc891a95c18fd26e2
MD5 8a9bdc7b1bb2ae00a7506fb4cb536155
BLAKE2b-256 40a81e231385635b468a375b366617e09bb74a779adc07e9c5e27d6fa083b380

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp311-cp311-macosx_13_0_arm64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8b3f0db169b156c5332fb1d9880e54964cb5db367d887598f13f7bdb8a500b1e
MD5 01e6f9bc7115ebc7662d2548efe38041
BLAKE2b-256 42c54f9de7761616910ad8397b7dc9ba9607a78d0573b5004b46b0d133c0d2df

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 996cc039ae301b4849c6a349661a9c585ee06163f4e11064f8f87ae2670184cc
MD5 59e8122fd8a21d4af04bea7b6dc67790
BLAKE2b-256 fbd972599ebe02abde979df1010dc6409eb64c017bb4671b0126e62fa9a68010

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8e101b42712700d5716966521e8ea313b0df3e5841d00377b8e88f7fa320e950
MD5 dba8c9df93b8921d62949afe12d3cb7d
BLAKE2b-256 48c36b92880d4bf517a8ec61239e97f1af3dbdbb3bd8136e19c36b5f996098a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a64cff4332f826494538360469cee6693d5e5588f0bf3de9f853445bdd83e81b
MD5 a9db2b2774318d2170bc387cbda9cf2e
BLAKE2b-256 602f00a8f77177f6660a1261d96e6543f117b5c92fa8f4a02e1bc45b1d548845

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp310-cp310-macosx_13_0_x86_64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

File details

Details for the file hypercube_esn-1.1.1-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for hypercube_esn-1.1.1-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 49da2100ece5a78ae32795bc757a4690ebfe2dce370101f99f4eedcac1a5412a
MD5 cc65036107fbad85a1c6f4720877a82b
BLAKE2b-256 47ced11fd092ff3e8632449ee1bd21e6f7f612f0f793cbf7130c7f73b3f91cff

See more details on using hashes here.

Provenance

The following attestation bundles were made for hypercube_esn-1.1.1-cp310-cp310-macosx_13_0_arm64.whl:

Publisher: wheels.yml on dliptak001/HypercubeESN

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

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