Skip to main content

Bindings between Numpy and Eigen using Boost.Python

Project description

EigenPy — Versatile and efficient Python bindings between Numpy and Eigen

License Build Status Conda Downloads Conda Version PyPI version Code style: black Linter: ruff

EigenPy is an open-source framework that allows the binding of the famous Eigen C++ library in Python via Boost.Python.

EigenPy provides:

  • full memory sharing between Numpy and Eigen, avoiding memory allocation
  • full support Eigen::Ref avoiding memory allocation
  • full support of the Eigen::Tensor module
  • exposition of the Geometry module of Eigen for easy code prototyping
  • standard matrix decomposion routines of Eigen such as the Cholesky decomposition (SVD and QR decompositions can be added)
  • full support of SWIG objects
  • full support of runtime declaration of Numpy scalar types
  • extended API to expose several STL types and some of their Boost equivalents: optional types, std::pair, maps, variants...
  • full support of vectorization between C++ and Python (all the hold objects are properly aligned in memory)

Installation

The installation of EigenPy on your computer is made easy for Linux/BSD, Mac OS X, and Windows environments.

Conda

You simply need this simple line:

conda install eigenpy -c conda-forge

Ubuntu

You can easily install EigenPy from binaries.

Add robotpkg apt repository

  1. Add robotpkg as source repository to apt:
sudo sh -c "echo 'deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub $(lsb_release -cs) robotpkg' >> /etc/apt/sources.list.d/robotpkg.list"
  1. Register the authentication certificate of robotpkg:
curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add -
  1. You need to run at least one apt update to fetch the package descriptions:
sudo apt-get update

Install EigenPy

  1. The installation of EigenPy and its dependencies is made through the line:
sudo apt install robotpkg-py35-eigenpy

where 35 should be replaced by the Python 3, you want to work this (e.g., robotpkg-py36-eigenpy to work with Python 3.6).

Mac OS X

The installation of EigenPy on Mac OS X is made via HomeBrew. You just need to register the tap of the software repository.

brew tap gepetto/homebrew-gepetto

and then install EigenPy for Python 3.x with:

brew install eigenpy

Build

Build instruction can be found here

Credits

The following people have been involved in the development of EigenPy:

If you have taken part in the development of EigenPy, feel free to add your name and contribution here.

Acknowledgments

The development of EigenPy is supported by the Gepetto team @LAAS-CNRS and the Willow team @INRIA.

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

eigenpy-3.10.3.tar.gz (6.5 MB view details)

Uploaded Source

Built Distributions

eigenpy-3.10.3-0-cp313-cp313-manylinux_2_28_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ x86-64

eigenpy-3.10.3-0-cp313-cp313-manylinux_2_28_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ ARM64

eigenpy-3.10.3-0-cp313-cp313-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

eigenpy-3.10.3-0-cp313-cp313-macosx_10_9_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.13 macOS 10.9+ x86-64

eigenpy-3.10.3-0-cp312-cp312-manylinux_2_28_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

eigenpy-3.10.3-0-cp312-cp312-manylinux_2_28_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ ARM64

eigenpy-3.10.3-0-cp312-cp312-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

eigenpy-3.10.3-0-cp312-cp312-macosx_10_9_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

eigenpy-3.10.3-0-cp311-cp311-manylinux_2_28_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

eigenpy-3.10.3-0-cp311-cp311-manylinux_2_28_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ ARM64

eigenpy-3.10.3-0-cp311-cp311-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

eigenpy-3.10.3-0-cp311-cp311-macosx_10_9_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

eigenpy-3.10.3-0-cp310-cp310-manylinux_2_28_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

eigenpy-3.10.3-0-cp310-cp310-manylinux_2_28_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ARM64

eigenpy-3.10.3-0-cp310-cp310-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

eigenpy-3.10.3-0-cp310-cp310-macosx_10_9_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

eigenpy-3.10.3-0-cp39-cp39-manylinux_2_28_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

eigenpy-3.10.3-0-cp39-cp39-manylinux_2_28_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ARM64

eigenpy-3.10.3-0-cp39-cp39-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

eigenpy-3.10.3-0-cp39-cp39-macosx_10_9_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

eigenpy-3.10.3-0-cp38-cp38-manylinux_2_28_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.28+ x86-64

eigenpy-3.10.3-0-cp38-cp38-manylinux_2_28_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.28+ ARM64

eigenpy-3.10.3-0-cp38-cp38-macosx_10_9_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file eigenpy-3.10.3.tar.gz.

File metadata

  • Download URL: eigenpy-3.10.3.tar.gz
  • Upload date:
  • Size: 6.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for eigenpy-3.10.3.tar.gz
Algorithm Hash digest
SHA256 95fc73d29ee9d175d8a35484f1cdc79349e54f9b3da5a1a695889c37b0c5d2e4
MD5 e485f3c0dad5f47d1af81221c4229a28
BLAKE2b-256 39d3ffe0d1b75223013420bf8645aa06e29745366e6f8777e88d78947ef47846

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3.tar.gz:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ece421651d974a702f99333dec4d2a5b47c2a67bb17913c288fe3bb4bcf99744
MD5 760ba1388ed173282a347f08edb8ee9b
BLAKE2b-256 d5e738f1de666adb78de94d2a549bdf4db48d2c447d4d052a3c7e9755d7b71e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d047e63716138ddda51efc7c71c7f7c422489af8585f9f012bd0f31d74c443e2
MD5 079c3e5c4844b0ace6ebb06dbc30dbf6
BLAKE2b-256 e5d98e54eb7e6908a9445c304b4655503ca0b8eb258156c968ceeade3b527a85

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e717de8660cee84412832d3f41c3a2769b0cb21f8471bacbde3b6b37cadeeb9
MD5 cad0786c570097f8a18c48a25d3fc059
BLAKE2b-256 25342283ff0b753528b924b420889a38a37524ed540d8bde63f60fd935139f04

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp313-cp313-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c3874aaef6562d4e482f591b650ed48d6f5a81045a268d6498a4a3506b838893
MD5 dd48dc28282bb0acfefade08dead3561
BLAKE2b-256 ea253299d29624fdc2f8e218756e5823f699209b0a8710d3afecb3f33df2d560

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp313-cp313-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f151f6fe4f5b575429d69411e12881622b1e76f6fd3805b4081c397fe46cf229
MD5 d3ee226e99f288780fd3fe228c6a2858
BLAKE2b-256 930c3efa6ec843e530d07436513972c92c5dc0ed9e2f774ab265b782beb4eeab

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e00483d44edf961556536f7557dbd84106154cbe84cb1056249c7c2b719e67f
MD5 edf87239e260a5d9b72a58e4425f3190
BLAKE2b-256 d70606b05cce5ba8502206ed0951a15e83f6c015e9a3a3d296dd47effef6c3f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a681e6151e98a67af2b1b30c61686097d3089203ac8627e32ebd68f75627baf
MD5 2c9b6fdc50599f02b3a9412b8bfa5ebd
BLAKE2b-256 33369a9dd442c6daf6e2a03803766b5ce9675f9015d4aac3dc0c0789b3e941f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c758bd224df13a0e6176162b929aec8026beba01edf416ae34bf86eed6293f50
MD5 57e5f3573734831a76b9924178332327
BLAKE2b-256 f1deb96e78da9b94470f984a6dff57a59f09b14020517dd2ff8c85d4cae99f4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2da3284867d224c067b04f784a1c35ff1350a540556076bffcf39d8b52f7615f
MD5 84e448793e7f0f2feaceb6a000c8730e
BLAKE2b-256 0c06f3ddc152d7f453b309547118ff0b92f6b3ab6d40b287240e5726f5e2b7ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b044ec5c1320fa6863b717e302db45220088c3467483fead92ed6effea573982
MD5 64390a4f289ac6ca946114df280356d6
BLAKE2b-256 028a4a572050d33d959ff8fd9ad9e4f9fbf9c373cdf5b0b25369fc1fe8afce8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12a174ab89aa7608ff33f7ce139846d24250e9402a32c257b917dce8dac082c8
MD5 b26d3171522756537d321e4877878187
BLAKE2b-256 283c6ab509f3765a38f62205505694bba5ed018e1c37047a9d82a32d0b582ae7

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d1967cdff87dd49828a41ce0336dfaeb5efb26103d047ddafa35a42dc3cd889a
MD5 a2411e4c31724c886348b1f5aedafcfe
BLAKE2b-256 57b108e4a09011cae328c3b00a427b9834b48c75a88bfe34c84d371e1d5870fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 af04ee75774b5e7b3fde4203e15d3fd23de178d70f7a3bdff6fba5a5395ad64a
MD5 99aef0f2a14a727fe3b12bdb9749f9f3
BLAKE2b-256 484769fc45199bc759b0f686098ddc8a983b6b5784b1cdaa6b2cdab8883d187b

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c585788efef343beb797e4ec2a09e7145f2324aa1bf51847e5729ad6d182bc89
MD5 00ba92f2410e044f908e7ee496c31d12
BLAKE2b-256 a952b5276d9ce6785595200b442a797c718110d1c5e65a1ed7287b56e5a011d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6f64b81fbb53a06fca5538b47cbef9b5f6cc7de239e4e8b85456938db568a9b
MD5 5fb19e6e346c616acc845a70206b6eb2
BLAKE2b-256 82915b74cd05f204f5c63734d0ddf27f3ddf2c7468911c527fe99006f17f55d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9f8d960640f5c498bbb05ab07d23fd544cc198c18cbc4af624eb17009543fabb
MD5 cd222f6184928ffea00e63916fd8a4e2
BLAKE2b-256 7891c13f031e420854dfb9d33185423fa7d8ab81bd55340dcfc745182fe0e51e

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ece0bce28b239f5c8fb52436a24b1e7efcd9aceec9fb17b2dd0b800702fd9567
MD5 eda37c27798af7897fe6dfb662cb2048
BLAKE2b-256 ce38a8d7535516437c7aefa3c6ef1fe0d2283f5ad709a450086c786eab90911a

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 18665281998923c230550452a69b7d406a51f8e24ee28fc7da2cae26e6bda9af
MD5 554e0d0bcb4e9e6a762ca982b301b633
BLAKE2b-256 568c5563752a2b5cfba1d54d8d1ca293e50f35a689982479153d25c39d843039

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae28a94990009c53ddfa97e228f3af4d9f7e93f39694770346b4c33d6263f282
MD5 fe98d63d6725fabd71db7110cb1fdeaa
BLAKE2b-256 42c7f95ad224b7c56a83989dbc2338bac194392d2f010a29e8209278af75e5c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bf28cf7d0c49dbabef7f55fd28ce16b04e452e79f690b297636c1e2fc8d7e166
MD5 4325c17781bea3363c8ca41dcfd558dc
BLAKE2b-256 69e614c697bea6e2dc35004398696862152b12124a835c1bc1cb7459684aa23f

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fc05f13cfe75805be5ca0bd8ec870e2f01023a947e92720144bfffb744545f2e
MD5 8fba261eade074ade0378e13f810e9f5
BLAKE2b-256 3c2c8810427c85df945d2b4208948b4ab5e068417ed0ee9813ff9701b20d54ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp38-cp38-manylinux_2_28_x86_64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c153aff3b70a8fd2894126c60055f50ed930216709d4c2654727b00c4b2eaca1
MD5 7de50c7f38bebae4b12787ed4d893f00
BLAKE2b-256 9da4480907af1f0c5118e31a7ba0dc6c968e26a394322b961cf28a7dd676efa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp38-cp38-manylinux_2_28_aarch64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

File details

Details for the file eigenpy-3.10.3-0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for eigenpy-3.10.3-0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7c1176d85a9629941c02a98149dd3c8ebd23f55a5c0ce07ad5131c2e84dfdcc8
MD5 706390b39382ea8c608c7d44b92313f9
BLAKE2b-256 197a216bed6f8aea95373a57e658d01ab802e080fa8e2dce1972f1e412298a5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for eigenpy-3.10.3-0-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: release.yml on cmake-wheel/eigenpy

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

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page