Skip to main content

Package for weighted orthogonal distance regression (ODR).

Project description

odrpack (-python)

Test-Linux codecov Latest Commit PyPI - Downloads Ask DeepWiki

Description

This Python package provides bindings for the well-known weighted orthogonal distance regression (ODR) solver odrpack95. This design ensures that users benefit from the performance and reliability of the original Fortran implementation, while working within the modern Python ecosystem.

ODR, also known as errors-in-variables regression, is designed primarily for instances when both the explanatory and response variables have significant errors.

Deming regression; special case of ODR.

Installation

You can install the package via pip:

pip install odrpack

Documentation and Usage

The following example demonstrates a simple use of the package. For more comprehensive examples and explanations, please refer to the documentation pages.

from odrpack import odr_fit
import numpy as np

xdata = [0.982, 1.998, 4.978, 6.01]
ydata = [2.7, 7.4, 148.0, 403.0]

beta0 = [2.0, 0.5]
bounds = ([0.0, 0.0], [10.0, 0.9])

def f(x: np.ndarray, beta: np.ndarray) -> np.ndarray:
    "Model function."
    return beta[0] * np.exp(beta[1]*x)

sol = odr_fit(f, xdata, ydata, beta0, bounds=bounds)

print("beta:", sol.beta)
print("delta:", sol.delta)
beta: [1.63336897 0.9       ]
delta: [-0.36885696 -0.31272648  0.02929022  0.11031872]

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

odrpack-0.6.1.tar.gz (107.8 kB view details)

Uploaded Source

Built Distributions

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

odrpack-0.6.1-cp314-cp314-win_amd64.whl (17.9 MB view details)

Uploaded CPython 3.14Windows x86-64

odrpack-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

odrpack-0.6.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.2 MB view details)

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

odrpack-0.6.1-cp314-cp314-macosx_15_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

odrpack-0.6.1-cp314-cp314-macosx_14_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

odrpack-0.6.1-cp313-cp313-win_amd64.whl (17.6 MB view details)

Uploaded CPython 3.13Windows x86-64

odrpack-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

odrpack-0.6.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.2 MB view details)

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

odrpack-0.6.1-cp313-cp313-macosx_15_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

odrpack-0.6.1-cp313-cp313-macosx_14_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

odrpack-0.6.1-cp312-cp312-win_amd64.whl (17.6 MB view details)

Uploaded CPython 3.12Windows x86-64

odrpack-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

odrpack-0.6.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.2 MB view details)

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

odrpack-0.6.1-cp312-cp312-macosx_15_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

odrpack-0.6.1-cp312-cp312-macosx_14_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

odrpack-0.6.1-cp311-cp311-win_amd64.whl (17.6 MB view details)

Uploaded CPython 3.11Windows x86-64

odrpack-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

odrpack-0.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.2 MB view details)

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

odrpack-0.6.1-cp311-cp311-macosx_15_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

odrpack-0.6.1-cp311-cp311-macosx_14_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

odrpack-0.6.1-cp310-cp310-win_amd64.whl (17.6 MB view details)

Uploaded CPython 3.10Windows x86-64

odrpack-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

odrpack-0.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.2 MB view details)

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

odrpack-0.6.1-cp310-cp310-macosx_15_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

odrpack-0.6.1-cp310-cp310-macosx_14_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

Details for the file odrpack-0.6.1.tar.gz.

File metadata

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

File hashes

Hashes for odrpack-0.6.1.tar.gz
Algorithm Hash digest
SHA256 027b2387fd45a7acbace03a911dd295b19dba0974258eae0adcf68d1ffcc3bb8
MD5 5f5202f5e1c9e744476ed2bbb833779c
BLAKE2b-256 bbccdad8a376cc90ba646732da99e31a2684e1df6d219b434e21eb8b11d4ed7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1.tar.gz:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: odrpack-0.6.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 17.9 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for odrpack-0.6.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8b30c12cc8a067cf4b3a824e28b73828e0a39abcd15d583d76caeee5106e276c
MD5 bce3e32c4e06daec9a034f4f231a7857
BLAKE2b-256 7c714972c53961480de8ccbeb3b6cbf12706124b9090371e9f33ba5d847124d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp314-cp314-win_amd64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20aeabe662b5788c87295a256370a34b98821fc54b695b7f3ba1f25b1312b38f
MD5 41302c2dd31d884595601ffeb7d4eafc
BLAKE2b-256 3c4ea742e60d33a59b3580c5473bfb0d0ff9ed74e87cc00e1d79f711ff6477e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 934be004a89113205284751f6c998b0ca638acf60ca497d139e1bfdd83c170a4
MD5 f927b490a9df5bf5a6a1549099d56be4
BLAKE2b-256 4c18ecc041811c09f3e10ecd1ac5b8a777f7e7360800664ecca7c7563fb77706

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c0de9cfae3151e29e322a97d5424a3775f007617e6f729593b3a4184c20027e5
MD5 a134a99f66fee44ac2b732ba3f0ff54a
BLAKE2b-256 2e896bc41d6fc49be5941910e9bbf6874a5272fa3daf4ba48338e4c05624a066

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp314-cp314-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b7e770ff227cace15b484e7246ff71c9c1b309661edc386209da0085ffcda4e4
MD5 4f89fb5c2b1b24912100c00d6cfde72e
BLAKE2b-256 73bf229985b4f6a5fa185a63a33c3789081797ab2667b404c18195ee529b2ea4

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: odrpack-0.6.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 17.6 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for odrpack-0.6.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 080d16a2b93aca5f7a5d518fb6a35fe75d4101ea71c02a06a8e19a448ba9ba00
MD5 55c31a29fe1da85861df8c1424235639
BLAKE2b-256 f8975833e04a386719a40ceeb232741bbf3dbe81eb4a5eb2f2ba348304b95375

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp313-cp313-win_amd64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a4d4c581f6ea6cda7a2055dd254c365411d1d4d2e1d572236b329507bd37257b
MD5 317812932170c440c63a61fc58ed0566
BLAKE2b-256 56786296d10eba78f4ff88c6e0f2745d5948445b573dc1730b968dda5f1b1910

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 663fd06c9d908ab86db93c945c3c7b6a1e6d6241348998fd85c1ed3434bb3319
MD5 969b0da5f555ea58d9bcb1000476a0a8
BLAKE2b-256 f5c858bc0c3e4bb1d865b54b7777d10bd040dd727f4408a3a4bdfd10a1add3c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 cde6dee7504f7e33c6f685497c3cc4595c5595379f98916207bb9db830f5d905
MD5 c57543de638ec4fa37a73ed8f3d53ae9
BLAKE2b-256 a8e668bb09e8e22d158ad29244251c466de1d879df756827307ab3b88dda9eab

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 007a56e86e4afe53fb167dcc12946c9e1f4da7235330bf9cf5f7d211ed2ec21c
MD5 aaa1e156a5e7daaff2304ad2eed56c05
BLAKE2b-256 9ea626627fcb09b09eed1ce22f049c0ab2a8301c4fcfa001f833fd357c435325

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: odrpack-0.6.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 17.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for odrpack-0.6.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4644c8cd503eec10e58daf39ce2a82ee2e0a31a27863d46f45f4250d0d1320e9
MD5 51f00f9e231d1ce3b30250da5ec18c15
BLAKE2b-256 e4e3420243711722a06c63605da1580d4d53f1d14fcbf5016d4fb570f18582af

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp312-cp312-win_amd64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67b51460a60ae9e91eb5c9f4f505e183c7d468534dcbfcbe8b7a5113841dfa73
MD5 f8e0b72e8cc2f74d1891f1a704d51252
BLAKE2b-256 d0980bbf3e4dc68f3a758bd8e79eef248ea6054b6a9fcac5a8583caa0381c4bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0472134b164fdfe2bde454584c25ed2090c524e9ea581f8c0bb97d3ae948cc6
MD5 beca0b03994f3cdd3528c2eaa223ab48
BLAKE2b-256 721227a09d946f18364e0fc376af0d19c6d37e1187bcbf5b7237efdd8fb34291

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d6f78e6101a9ec0e21c4e97a0c18fef90380fea48d43fa4b36834b817ddf03fa
MD5 b2bfb072b96c821cdd59554e8e900a56
BLAKE2b-256 087745536ed83971cddc28ce7d387c7d875a37601798d228b8c74e8d8428f304

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5c40f6cd2b6db8cd5f373db093d5e9971f6f86ec82e17e384ec96a256f6a5b7a
MD5 124121395d14b1b33f279741590c6ec6
BLAKE2b-256 6cd42521dd280d723917e3aef378c5f228478ca2f527170b3659863e5920383b

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: odrpack-0.6.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 17.6 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for odrpack-0.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4db6e6108a4a8fe86972b096c27f23ca74fcc92ef43f576da8167e82d8d06335
MD5 fd5ecd4629b46bd1d216c90060dbf7cc
BLAKE2b-256 899617db448b88943fa3e74ac22981aa913792965e637da52c0bac3c5f45a7dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp311-cp311-win_amd64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 294d12d438d0d10e87bf5c0348060986423f998ff38b85e78ef80bd01c6e2857
MD5 256e68cad3fe1f106c4d9d32c9424eed
BLAKE2b-256 f7663ddaf90a0b22a09a40b8d85f0cde64fb15dc3596179707af2205e27aa14f

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 32bb3d59561136f0f2c67a42af3f5f353a8ddd6f230b0e540b0c63511dabb463
MD5 15c96767f265a7725aaa9ca7b93bf8a0
BLAKE2b-256 ae30c3ff9be6f97bfc4e85fd60275582fcdb86fe0e778906c7d26c997633dfa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 f29ce5333990ff62ef9a55684c2ba3d0bf00a645a570a360a030ce2becb44e4b
MD5 55a49387ec5a7734acf899e7cbdc089a
BLAKE2b-256 98ebad8da195b923da549565117801f66cec929df533a19e2dbe7d06dc65f5ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 101657d7645172ef2ea5092854b7f62ed3ba07a15f92af96dec0aa07905d3e5e
MD5 19a6bb0d93555be63106338fcfae2b0e
BLAKE2b-256 d18fa4388cf8b4affdc63bab68ff1d6caa3e349b5f50206f1cf56eb04a09bfb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: odrpack-0.6.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 17.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for odrpack-0.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7c265f6aa4024876435d00f861aff704383adf868768efcfd91348020b0bda25
MD5 aeafaa049c948a49a27d55cabfe6fe9d
BLAKE2b-256 d2e009f06fc75a5a1543a64f708628054d15c457c5b2cf54757d3eab0c07e66f

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp310-cp310-win_amd64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9cd932281bd3e0fc860d922782ee70e4f0517afc5bb4a9be9ead7f5ac5dab9f
MD5 9d2e781f1ca90665bf7a679fadd6923f
BLAKE2b-256 f8ac724d0647605bd1235e26e894d44fa56e987a041ccbcfb3b3ad869ebafdef

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6789959f846562639168e7e31969315757ec9036ded0f1cbc38acf3faf53689d
MD5 d818ad7011fd608e51bc71beb780fe00
BLAKE2b-256 fccf75b5cbc7fe6ede4e9026f17803ba8b01bfce4f41025f3abed9a9c7998741

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 becaf70574646876f9f485048291b3e124c2a4f503de67312cbac09c3fba9c0c
MD5 106086eeed63ce66e4cee3e41d15859a
BLAKE2b-256 e334c5bfa414a268308691cf156eaf0da00e8a3010fbffe8e9471add36b67082

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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

File details

Details for the file odrpack-0.6.1-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.1-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5955a2011e6426c998f0d7731200b85acae487c4c804b61288753efe8d6ee235
MD5 fbbb4e99daab4651aaee96fb61c180b6
BLAKE2b-256 2da30a49219659af42e6fa68f25911fa0d89531b05d473fca80d9ab9081ff89e

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.1-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: build-wheels.yml on HugoMVale/odrpack-python

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