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.0.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.0-cp314-cp314-win_amd64.whl (17.9 MB view details)

Uploaded CPython 3.14Windows x86-64

odrpack-0.6.0-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.0-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.0-cp314-cp314-macosx_15_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

odrpack-0.6.0-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.0-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.0-cp313-cp313-macosx_15_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

odrpack-0.6.0-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.0-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.0-cp312-cp312-macosx_15_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

odrpack-0.6.0-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.0-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.0-cp311-cp311-macosx_15_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

odrpack-0.6.0-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.0-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.0-cp310-cp310-macosx_15_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

odrpack-0.6.0-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.0.tar.gz.

File metadata

  • Download URL: odrpack-0.6.0.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.0.tar.gz
Algorithm Hash digest
SHA256 69acd76098a57d74183c24049841eaadc5a0b4e5463fb2e9ca0f5c8f66118f6b
MD5 1209d25d6aa27daad97884858c54c811
BLAKE2b-256 55144ecc8ae140993902680b8d5fca75058e543a22602c008db9abdd4e718b2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0.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.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: odrpack-0.6.0-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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6e7f879f7f04a57c1415c13acdf01e04bfa197fc4355826d4294a37c17ed059f
MD5 fbfcdff5c23a59e5e64999fbb22645a1
BLAKE2b-256 27366bd199c1a7b43dce3664b144a85a4e2e7fa81947358d5d7b8e2687e6197c

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41aeb7d703d8ba11a7f104f46f48a19f65b8b187e9cca6b2062408f01c58df6e
MD5 c18fb08920b87b98a86da084816ba0fa
BLAKE2b-256 a7fde9abdc6d05ab53ee2402f83d801bb3105997c7dcd29f0e648795d173cdea

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e9ca9c80eaa5146730c3f84cafa524fb3adc28d48a903417efb2a3044243be88
MD5 3abf263e4c83fc03880bae417d267a20
BLAKE2b-256 65b426a1ed263e35fbd818c07de0ab12176c837091329d0af57967221cdf888a

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 3a0854914450071726848f45faab71ff2e4993748b2b89994f99d6d1b68ccb64
MD5 4770de393de2e404bb1b39f4c53b0286
BLAKE2b-256 208422fe889588aa39a1285e5700ce063aa5ff870556255c75516ae0b038ad1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 81a477ef5bee5ab87ef64aebfa825ac3a7eed0ff2277245d0bcb75e4b72b18f5
MD5 e6617dc38739f7d5f9e724f90d9a6251
BLAKE2b-256 5a250af440b20a3eefbb5bebd5478e14e6f04eccc96548e2144cda80bb580786

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: odrpack-0.6.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fe2e901a0eb1e9eba4525b6090462ba7a02e9cfaa646c9e38dbe7b33ff756ed3
MD5 f12287a0349e17977498a53aa01fbdce
BLAKE2b-256 6dea8058a799b9ed44d615fbf9ec1d155d14f6ae5f9743496d77388083bae586

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1b7069fc36af3af5a914b337278072ed427d7e85cf9f1ad19a92c5baf2cdc0b
MD5 8b1ab0c468b84bc36e7b2774195de971
BLAKE2b-256 7dd976a56eabd19ecd956f60469358cc506445efa763d23a061ee1444584ee67

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f6685581fe6ee738a193edc0b34c3935d2265aaf7d9b61803144bde8d6c4c1f
MD5 09d751c8549a821660e9fc8e7f7a6fe8
BLAKE2b-256 819fb60fdcc90be9052766b6d61d69db1555f749fb1568cb0c4c7f545aeededa

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 049e97e0241441d6e0c4d2c633689778ba8eceef8b680c2dfd32eb734cf375f3
MD5 9df7d8480cdb3da2a48814183fb764ae
BLAKE2b-256 971e8bda67571f6183ec44d085c8640bb887e2155cd054e02e7c1453633d0235

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b8b78b540f5b5dba40a2cdfdc91aaf41de4d428efec04e81f060d78b9edd55a1
MD5 98e725d51911d48c54f59fa1ab5a7576
BLAKE2b-256 6b2b3e32e84565d4549442008724156d6656158ce9d236df021e749a21aa8443

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: odrpack-0.6.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2515fa900e5a7360f7bef7b7b7e776c41e40758050e1e0301547ae304b5e69fe
MD5 339e2e177238c933b3a253d97d315ac5
BLAKE2b-256 829fe3e8a832bad92ca917adcaa8f1d73176cb3291bd62fdae686ebb11d75cf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6319373c33b9bb8e7a74e56ef5cb997f73b08a7225eb5c83ef6ca80941e7646
MD5 0899693e8ce0b7a44352580b63933154
BLAKE2b-256 e023347b12cdacc87151bb09e87dbaab9d650345a44292f5f4b6be86724f0860

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7bff3812c939254e89ca488e554c7fe2ec7b4c30062965abe717b0588b058d03
MD5 714c85dc7ddd6e7b931ab29f8ef95e48
BLAKE2b-256 a643f13436ec0d42a181967371c1a078bb75e9f8ac5f77f7d7c47b79e71a95be

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 7ff5052cfdc60df4adafeaaf608c0bc55660fc5957edf4811c8bd30df3cf1d15
MD5 4a0c672eadc2bd3632fc0e4e99bbee14
BLAKE2b-256 0de743d58e878a6fe923dee6e8c010bbb74a7808a0e71cb2913dbd1dfe6e3a29

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0231eef574743995cae14d385c33ce9a50324790369dfe83023ae2afcf5c1c52
MD5 7d3d190aabe7d76bd775a2232731606b
BLAKE2b-256 7939189ebb2ced88e9550c71a09ab8dd6d302dd13588a36a8dc26863a6c27af2

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: odrpack-0.6.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 caeda1bdfb1d1f775410e8851d68074b6eeed16a0f561ea166ea2018c145cfeb
MD5 cb4d0a037e05f3d5720c218ba6d65c04
BLAKE2b-256 810d8fb9759b0efd015f48c45445a8f0b15b764adfac742de5610187087cc57f

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10b2674bdd446f9588b4e0523babca6862fdd8741c56862f264c61a8d14e2080
MD5 de09b5846804ff6faa75acaa2bcc96af
BLAKE2b-256 e1dd0743a1415581dbd70b1a806d8f7d1cdafb26ceb53d913bdf5e5f0f4b9813

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e07ededf37e5dd8daa246eb87de847ff820b3735dc62d4f71a987343efa8fa5d
MD5 4d4ab20b2b7b5568eda5c357defe703e
BLAKE2b-256 24e9f75b7635c7d7b8c00367f81bb7d211278f0204ac284a082c4a905b370c2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 91838b5aa155e25f7cb9311c702c0f603e05c05efe57aa7441f5b5e124da20ae
MD5 ad9a18ad4b9101fad9057d9b7ecfeb5e
BLAKE2b-256 5c782019290ae83ebc7c68d13db6acd2dc429e71b40a906baf9966e14381f858

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9e7a8f9da21b85ba90c6f1fb92021a4c078b57f7b0f75ba27b31f2e8129dbea5
MD5 5e7b1c971244ad993d71515d8099ff32
BLAKE2b-256 c58e20a497f16ea81c24f8f06c85aa3a34fbc03e90de9b5e022553ed54729612

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: odrpack-0.6.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3794d88e0d01a16f0b8283dc1dadf8f8921deb10f9c39d6fa677e35c7e76acbf
MD5 a16cb55a38600498e6357218e59a9ba2
BLAKE2b-256 75098175e27885369ce28aeb86e755c84e9a826950622a3152994e261415c6b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9073e0f6b66184ad8e953ff4c21c6dbde4c2fd04b5dd20bb74de1c7dbff4d90d
MD5 23a994241992a3820f9b2f959bd2f0fa
BLAKE2b-256 bd95122b20439f785585acbaeabc9c6beec812f125cfcaaf11c80236a8b38113

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e11cbc6cbd45087bc811955aeec7e25bca17f16b8e6ad8bec862317ea7a17e64
MD5 3d02509fc6bae78b391c743162ec61f5
BLAKE2b-256 0047026968a4a651abb794ab8cf393205cc3f93d78c900a8795d960bc2b87898

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 f003516760aeaeafcf535c5c928f2d4353b9a8d11205d6bf16fb3a9383b881f6
MD5 9ddc2a8c4637a46c3e1149a7f0f44f20
BLAKE2b-256 d4a52d2f5c9757e8bf73111c166fa35decc080d4294c97cbe35191aef29864ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for odrpack-0.6.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3d717ea0ca90a2a52d3fedfdccb685116dce31e03ed372c6e272f5d68a7410c5
MD5 b46e08fbdca0a36fb952c739336d199b
BLAKE2b-256 8c5477305fc86a9a15ea2be1afbf51921212f8ca5d2308388676961636bf3438

See more details on using hashes here.

Provenance

The following attestation bundles were made for odrpack-0.6.0-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