Skip to main content

A Versatile Quaternion-based Filter for IMU Orientation Estimation

Project description

tests build docs version python format license downloads

This is the implementation of the IMU orientation estimation filter described in the following publication:

D. Laidig and T. Seel. “VQF: Highly Accurate IMU Orientation Estimation with Bias Estimation and Magnetic Disturbance Rejection.” Information Fusion 2023, 91, 187–204. doi:10.1016/j.inffus.2022.10.014. [Accepted manuscript available at arXiv:2203.17024.]

The filter can perform simultaneous 6D (magnetometer-free) and 9D (gyr+acc+mag) sensor fusion and can also be used without magnetometer data. Different sampling rates for gyroscopes, accelerometers, and magnetometers are supported as well. While in most cases, the defaults will be reasonable, the algorithm can be influenced via two tuning parameters.

Note: VQF has been integrated into the Capture2Go IMU by SensorStim Neurotechnology GmbH, the employer of the algorithm’s author. For more information on this wireless motion sensor, please visit the product page.

Documentation

Detailed documentation can be found at https://vqf.readthedocs.io/.

Installation

The VQF Python package can easily be installed from PyPI via pip, e.g.:

pip install vqf

For more information, please refer to the documentation.

Implementations

This project contains several implementations of VQF in different programming languages:

  • The main implementation is written in C++.

  • Cython-based wrappers are provided that allow the fast C++ implementation to be used from Python.

  • Additionally, there is a (comparatively slow) implementation in pure Python.

  • A pure Matlab version is available as well.

Additionally, you may find the following “inofficial” port useful:

If you have ported VQF to a different language and published the code under a permissive license, feel free to let me know so I can mention your project here.

License

VQF is licensed under the terms of the MIT license.

Contact

Daniel Laidig <laidig at control.tu-berlin.de>

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

vqf-2.1.1.tar.gz (393.5 kB view details)

Uploaded Source

Built Distributions

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

vqf-2.1.1-cp313-cp313-win_amd64.whl (273.5 kB view details)

Uploaded CPython 3.13Windows x86-64

vqf-2.1.1-cp313-cp313-win32.whl (243.0 kB view details)

Uploaded CPython 3.13Windows x86

vqf-2.1.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

vqf-2.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

vqf-2.1.1-cp313-cp313-macosx_11_0_arm64.whl (300.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

vqf-2.1.1-cp313-cp313-macosx_10_13_x86_64.whl (330.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

vqf-2.1.1-cp313-cp313-macosx_10_13_universal2.whl (568.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

vqf-2.1.1-cp312-cp312-win_amd64.whl (272.7 kB view details)

Uploaded CPython 3.12Windows x86-64

vqf-2.1.1-cp312-cp312-win32.whl (242.7 kB view details)

Uploaded CPython 3.12Windows x86

vqf-2.1.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

vqf-2.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

vqf-2.1.1-cp312-cp312-macosx_11_0_arm64.whl (290.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

vqf-2.1.1-cp312-cp312-macosx_10_13_x86_64.whl (317.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

vqf-2.1.1-cp312-cp312-macosx_10_13_universal2.whl (545.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

vqf-2.1.1-cp311-cp311-win_amd64.whl (278.9 kB view details)

Uploaded CPython 3.11Windows x86-64

vqf-2.1.1-cp311-cp311-win32.whl (247.9 kB view details)

Uploaded CPython 3.11Windows x86

vqf-2.1.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

vqf-2.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

vqf-2.1.1-cp311-cp311-macosx_11_0_arm64.whl (292.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

vqf-2.1.1-cp311-cp311-macosx_10_9_x86_64.whl (323.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

vqf-2.1.1-cp311-cp311-macosx_10_9_universal2.whl (552.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

vqf-2.1.1-cp310-cp310-win_amd64.whl (280.3 kB view details)

Uploaded CPython 3.10Windows x86-64

vqf-2.1.1-cp310-cp310-win32.whl (251.0 kB view details)

Uploaded CPython 3.10Windows x86

vqf-2.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

vqf-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

vqf-2.1.1-cp310-cp310-macosx_11_0_arm64.whl (295.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

vqf-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl (324.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

vqf-2.1.1-cp310-cp310-macosx_10_9_universal2.whl (556.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file vqf-2.1.1.tar.gz.

File metadata

  • Download URL: vqf-2.1.1.tar.gz
  • Upload date:
  • Size: 393.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1.tar.gz
Algorithm Hash digest
SHA256 e7ce0948550c1930822dd7fa78ab57fa12da23f209d2c0b3ad10baab9d93dcc5
MD5 1528f88f796998e63aaf517dd28e35ce
BLAKE2b-256 0f95b6d2b687c513ee0b4be23167db72798fcd8096174e32a579a6abe5729bb5

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: vqf-2.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 273.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 134642fc455acd575c696869637884a8754f83e06d45cf6bedd41898e280880d
MD5 137d0b19f2412125ace70c2567728b7c
BLAKE2b-256 7d2d584621341be5b7a678f2f8bbc50708604b54868af6b0a2612a493764d4f2

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: vqf-2.1.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 243.0 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 3be41d069838b23436afb36baccad4e89883de45016bc2fb947b78c28c80cd92
MD5 5af569d54c3aab6c2540abf344f939f7
BLAKE2b-256 83d956965ec90d31d5654de2ccccccedeb42a0f2b5f7e44f755ce1c52c6e243f

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vqf-2.1.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63644055efbf2a660f912c5dd88ffaa5d1c33506e4562fcb657c4d99dd2890b7
MD5 915561ee783df6d16202a03e047352e8
BLAKE2b-256 a433ce67671bfa93d24823052ced38011eff41e7300ac91bc4ed0cf9920e3afe

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vqf-2.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e149233f9249eb33dfef16c3163923c360284bf5293b4dd63fc5a714d97dbee8
MD5 7e31cb88c944364273960e0dbc0be2f9
BLAKE2b-256 3a61aae80c855cb59768babb08a96f5af9e7634d508b032412c77e4ea9e0ae2f

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: vqf-2.1.1-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 300.5 kB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0b8ca093d13803f82ebadef2bd29f310391c3c09d5a55eca2087b4876149971
MD5 37cdf51ea52245233d14d0152ac824fb
BLAKE2b-256 f31c4855016cf249bfa8e5bd29228781582ed15dbb16eea330261c40238670c7

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for vqf-2.1.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2dd14d6201f114e5c618c52d86b8afb65671119a7c4d6d1d4588fd4ec901bc51
MD5 19930c8b9a5da174085196094ac83481
BLAKE2b-256 c614f4477bb1a2de18462bc6fc361c3bebe8cfce863e99f7fa0b374dbc291107

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

  • Download URL: vqf-2.1.1-cp313-cp313-macosx_10_13_universal2.whl
  • Upload date:
  • Size: 568.4 kB
  • Tags: CPython 3.13, macOS 10.13+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 42bfe74891e57f3b1504eecb26ee9004e642b3009bbca72e2115d55fb645dedc
MD5 06528d324d70735e9a0bb8bf16f59b59
BLAKE2b-256 49c17f2730b175450a3281795bd603216c917b1133c0a3a19aaca08833878f32

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: vqf-2.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 272.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5136d616caa1fa52545d278c8a94b4c3c22abd1a6ec0b57318f54f283f8f5cdc
MD5 538b4216131882e8b687b77d9fedc23e
BLAKE2b-256 a3268b624dee928ab914f5129b2bd104aa39b3ce7c733bf51de3d897be657c65

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: vqf-2.1.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 242.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2c1cff73f1f311eb091d50e100ccbf479ac70df65e47fe57566fc7467f12b933
MD5 6a0d8a918ebef85f7e944ad601df4b3f
BLAKE2b-256 2458ade79a145fad346f932db1d5347f35e00acb18c77c8436fb5ee03a532d35

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vqf-2.1.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62fa4d895628da381296338f4c5097391069ef50402b7aaba37f94fb9c0bde48
MD5 c2eda1fcdc7a0cee33f0ce023748d432
BLAKE2b-256 85cbe22a786ed08fbd8da8ae4c3fa7fc81c60e228986d42af77a81010f3f855f

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vqf-2.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0839b5f9d021bbaf302614a79186a35a37ec7abd407b348ea86c45740b66b493
MD5 165861360aba859b6afef4425bd01abf
BLAKE2b-256 9361f620db24c0caabc989ec5ab35a10ebcc2103273b82c038b6cc9da2defd30

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: vqf-2.1.1-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 290.6 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f9e7ace8f2a2ef8ee32b956582c8e7a2e59750e05eb4921299904354db104fe
MD5 7d88c92b7b4d529c543a00986055a30b
BLAKE2b-256 f7ab2d68be2d8257fbe0af8eb0491eea542071ac74801f3b51175db3cab28d10

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for vqf-2.1.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1978ae158f67e76074f807f1984b8c96541c3ddb74976f065f6feaaaa10a7620
MD5 38ab08389f0bc73d57d33f821ccbbd78
BLAKE2b-256 c9063324bbd35d690b89440b33cd966022956d9b0d3649826af9bebd16b18161

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

  • Download URL: vqf-2.1.1-cp312-cp312-macosx_10_13_universal2.whl
  • Upload date:
  • Size: 545.7 kB
  • Tags: CPython 3.12, macOS 10.13+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c4049c7d7ba41cb2840217db0150923f38f31cb7aaf68ae96e96695c2bf84ebb
MD5 d45c55a36d5b3a3545e58e66fa7a1c6d
BLAKE2b-256 f13b4831ca01d2b26505c5bc2250ff4662ec304f5887f0f1065813129879c731

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: vqf-2.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 278.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d889b98ac195b27102991b66997153b2752f29186f8a7f6916b91669545a4b6a
MD5 c4cd0eb961641c79f68fac80fd0eaa59
BLAKE2b-256 45e0c0b947d450732e3d3f4ad4e363946c2eb84a20ab30f355b9a05d7cf7eb82

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: vqf-2.1.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 247.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 dddd0b4a5b02e7d3c4b5f5de5fdb5994dfc23d7f62f17c66594d6b2b0879e627
MD5 d6d6228801cb0f1e41259f41859b5100
BLAKE2b-256 679d48bc9b91fce69bb1731d657b1fb16691853d98fc75228a4146a7c53b2c0f

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vqf-2.1.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dce51322229d60498b853e2bf5cd2375a706266504a6f32e73bfd5345cef6aff
MD5 592d5a5a8daa9a045f143dd5197232f8
BLAKE2b-256 f6e425ce5db33557e1637b918b4af4f58158fb8378d021700ac5ee3b8b946248

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vqf-2.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 76d542b3b3027818fe5bddac4de820be94b8dfaf2aa1cdf445f23cb95edf22a5
MD5 a840a47fd5d8b371b3f76f3e71348660
BLAKE2b-256 0dd897a85a80c0e0575ab1b9831474ff4a3d1b232bb3e9adf8259b7a232644da

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: vqf-2.1.1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 292.6 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 002e249ac334a3bcdc647b3554606ed4170edf65ca690b00561e995937ea34ae
MD5 11bf8a95ca55d43ab08b761255393ede
BLAKE2b-256 9cb9a69562144e0796fef03bc939529bf98be5d95f5939519e31fbd2e50310af

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vqf-2.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c4298a3118fdce26fd3b2fd53fb93cec75c4a97e3dcf0b88da14b4bb1d9e2b34
MD5 a31f61b04d38b2eb3009fb2bab17ffc2
BLAKE2b-256 63b8a90cdc9298b1642eb1f732d7b8d8eef85f4a299728373b1f81cc1999c0ea

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

  • Download URL: vqf-2.1.1-cp311-cp311-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 552.9 kB
  • Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4d2d9946119d48fb8386ef0c91aa53e98f2584c0fc52ca8adaca4cacc4d46dc2
MD5 f4ea4eb9db00200f103f38147813c2ce
BLAKE2b-256 0b8dd12585c528fc2674e13bff1c4fc9f2b557fad84d2548b7f97d15ce6bbca9

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: vqf-2.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 280.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d867295fd5f329626fed076d8db18087fbd742e4f4d31416a1063dac04a115e9
MD5 cd31cf20677074f84de161205dc96792
BLAKE2b-256 656b3e647bdbe5115eec553400682ef3176dcf0b9461e780ee3b3e17ee7821a8

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: vqf-2.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 251.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7af078dd041dc70d381a835ab379148816d6b9cc7bc9a4feddfcc5197266f83e
MD5 283207261ed2d7592f2535cb59fbc2d5
BLAKE2b-256 64ddc7b471072e1a270a1d8513d979facd7aa7a4e52f1b8f9a4442f03558a3ca

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vqf-2.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72689cc12788b8e74e54e7859a3ae90fe8655ba12fb855a14184f08dab8f0b17
MD5 c59b38af21244033340908d73cd0b062
BLAKE2b-256 d4395c127c0b267b7635efd16c7873c3549b10ad4c9721abeb8db88e46a6c5cf

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vqf-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4c3a24948ae1251e7096c65a651329c097639f117ad84de1dd835bc9d8217b6b
MD5 0ac5a852b23602d5007b905c50b974ec
BLAKE2b-256 415fc90d0db0a7e88560a0793558ffdc7e1e6ac8474809790a53dc0078516098

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: vqf-2.1.1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 295.3 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 320b7115194c351db4f0e9927b94cacc99d5de0b3934b0db330f9ca3632de9e9
MD5 8310686d19b729f7c5218acbff034a91
BLAKE2b-256 570e3606f500212f8616d55e727970414676b1d46135f292939ac1120683d11e

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vqf-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5bf683cc3d3cfbe6867f62e0036f1e1fe0b86ebd9a2b5cc69f8fc17b7e75959e
MD5 700cf1c5bc22fbc94ac41a10bb795d3c
BLAKE2b-256 a59efd64bb7bb8d30e332d6a5a66f0e8fa40ad5aa764a4323043bc009f9652b7

See more details on using hashes here.

File details

Details for the file vqf-2.1.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

  • Download URL: vqf-2.1.1-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 556.9 kB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for vqf-2.1.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 aa230d4d82e64b37de14ff4885296abf4b592c4f7f981f15da1e02b06fede8d3
MD5 9f363a2474af7d915ccc86b63ed55a96
BLAKE2b-256 360a92a5e93b1fe477f3c2ad28aebdbac3ed50a1f68f523fe7fe5bc04d8d939b

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