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.5.0.tar.gz (107.3 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.5.0-cp314-cp314t-win_amd64.whl (17.9 MB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

odrpack-0.5.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.1 MB view details)

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

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

Uploaded CPython 3.14tmacOS 15.0+ x86-64

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

Uploaded CPython 3.14tmacOS 14.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

odrpack-0.5.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.5.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.1 MB view details)

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

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

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

odrpack-0.5.0-cp313-cp313-win_amd64.whl (17.5 MB view details)

Uploaded CPython 3.13Windows x86-64

odrpack-0.5.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.5.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.1 MB view details)

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

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

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

odrpack-0.5.0-cp312-cp312-win_amd64.whl (17.5 MB view details)

Uploaded CPython 3.12Windows x86-64

odrpack-0.5.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.5.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.1 MB view details)

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

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

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

odrpack-0.5.0-cp311-cp311-win_amd64.whl (17.5 MB view details)

Uploaded CPython 3.11Windows x86-64

odrpack-0.5.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.5.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.1 MB view details)

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

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

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

odrpack-0.5.0-cp310-cp310-win_amd64.whl (17.5 MB view details)

Uploaded CPython 3.10Windows x86-64

odrpack-0.5.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.5.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.1 MB view details)

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

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

Uploaded CPython 3.10macOS 15.0+ x86-64

odrpack-0.5.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.5.0.tar.gz.

File metadata

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

File hashes

Hashes for odrpack-0.5.0.tar.gz
Algorithm Hash digest
SHA256 0898475969cf4119a340879b99f632ffd9fbe1c88fdcbeea62eeb91fba1cda70
MD5 50bab28c58157590009ee9592de94093
BLAKE2b-256 994f4a84fdeaeac67dc5a5d13fd2cb4fb9861bcb1a4045b547c58aa655c4ae93

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for odrpack-0.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 94786133199ab449c17b07be5582ae1869cb50f4f10d4dd87707051217c3a07a
MD5 2896870d9a222d039c3f9a98cfd8527c
BLAKE2b-256 fed1f28cc79e1810a005b0f3f4a2e2fba3e1d2f8484a8548b3d4c8b92d9cbd1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7533af7845880c17158b8f3f3a40fabdd1558f96592695f8284e3bd6786f0d5f
MD5 f1b7f234b6675e4c15180eda89fe39ad
BLAKE2b-256 775ff579c35cde75d3e27ee7bfbdd17e9347409a975407bff79eadd6a0086b5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e6317741e2642e7a42eb32af3a6bab9ce56d0cc7032ba66a6e33c491dba0fc6
MD5 33ce974004f659afdb8137abb9133fa1
BLAKE2b-256 83eece2db4388f817ead49dfd53c2409eb6142ba2881515ad900c2a80345db10

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b861c4383873725bd267da7572ce6f4fa3f43bf186c20ee7c364f20b6cd91106
MD5 867bc89ac6d7666b2abdef0020244426
BLAKE2b-256 0acc7f1b1b41444ad31cd6ecd4d3a80e867ad31ced538cf174554c285f912153

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 648bca74d81084a6bec9aebe54244dc2bf9e0b5aca97a161eff2c76819be5508
MD5 eaa834e46c821e6f859180b3469a972d
BLAKE2b-256 79a64a1e99c0fa1b5d6ce17241ede766a74948ab02604d2bbd82cfcb3aab0fa7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: odrpack-0.5.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.7

File hashes

Hashes for odrpack-0.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 64d58bcf1df055e744d4037bdfe50ea11336b3b4715bf70c3b526abdf9010cc9
MD5 bffbfe40f869490215d561e1943df5bf
BLAKE2b-256 0c07f44c322051cb4713b4ba62cfd7f0cd61565647dcd6daa3fb0f663ae5d802

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f798309b6a27a5f1a83f83292ca3434ea5ad0343ba11cea8f43df978eda0e40
MD5 5f0059ba9520ba4e1583be305020e72f
BLAKE2b-256 05b6d75b56da8a83aa194dd5503c96e30697ecae17dbc8ce7aee01484bc68e1f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5e4e0c21ade6d498d91e270eac8239fd225b77f8e4aaee594cbbe0db09a87e58
MD5 801dee5111f60a016dfb0f9c9772733e
BLAKE2b-256 7dc902c9037421a725f9b8ee01aba640d53f77751d3f8f2d8fade0a7dd5e0ef3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 f860c2a0b35518015230317d6f85473995c9561d70e8551e51bbe7ab6a090757
MD5 f6268cfb686f606812b43e42e310a42a
BLAKE2b-256 b55ad2352827f017fc072a7d6db838189f2e7f413940760f24da79022839ac54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5221179d33c37efe83084051b2bfcfa02d6a8c97f399bafd90cb85245c0713bd
MD5 bda7a23deb23865e8c5c292869b84eee
BLAKE2b-256 617917120de09a56f614da30642e6e7993182860c84929924c4be24a11e3d9bd

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for odrpack-0.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9503cb029fb92c4cb835cbe0ff80c8944f9a25cd9d1c0596e23c7b939d2697be
MD5 6b8bf26f925341e26583b930a8c4bf37
BLAKE2b-256 e7db0610b901dc03ecb20d4228caec3d518a00cbb816ebefe920739d0821b210

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be0c848f834b763855567c9749f10c6d78948a3c7ea6c8269e69ec3a10e17aaa
MD5 907774b72f2a41fbd01ae1428a9c1add
BLAKE2b-256 f5dcb37c3a3f4b93df9714897b8f7fced2574aa278f54f63501c2992487ed665

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30168e0609e25b8868866fefaf12bdc04ba1cc02f1b2bb02b8a9a8c8954809e5
MD5 5231c1a4dc8c61ae2b74814468ac635e
BLAKE2b-256 ba8bf85b77bad15af2ee0a3785bad8b8ebbc80dc84906d32baf804d2f20e180e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 472546d3c09a87f083d775314e203c3a3ce6028a91f13e2d09e60f5b3f890ba9
MD5 0678de9efd8d601709b867051ede2c9d
BLAKE2b-256 8cd56c80ce4c76207ced7b79ee77dcaef2ec6562d7c8e9ebc3d946ee6648b774

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d43c174005044c13efed480604b5745eb918dafb33c6035cab93884743e525f9
MD5 454c477f3fb536e2755c9457527fef2d
BLAKE2b-256 24075ea58630fd24aa0d0ccbc8e945d3b08d38a96878c365b9ea84300f7cb7ea

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for odrpack-0.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 571a51a97689cc9a84e3e405a74f5c0c7b0183b996388f791e644dd5a8b3c12f
MD5 040859d702dcb126d96305318e211a6f
BLAKE2b-256 da208a50a91db2a1eb130451420f4db8e326dd974fa3584dbc6013a31b4e8259

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d4f7e8e06e5c0d954eede69285ef526345c08dca59c5e3349bf822163f068fd
MD5 2a239255ef2a5815a742b609f94e0f64
BLAKE2b-256 f57c4e88eff90699f82aa1da9929b46727458877acac82644a69a59ace42d3b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5513df83da5ede7e95e817f9de873263ba3bce5757c184aad7256ee2b6e93402
MD5 46dcc4c1ce997772a98783fbe6bd91e0
BLAKE2b-256 3563237800be0b62878f7055e09e6e947fde022a3c41219370c90f65890780f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 56e674248b437b6ea45563666d7fe23fa64442b11de50c5e3d07a5d75163b56e
MD5 c1f0647f786e6985b2739da1059e32ee
BLAKE2b-256 573e9c1c159a245dda9f0a7f90937950b5b9352d5a9c6f5e12d3086df0fdaf9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1e32c7f573f5ddd2f75c31c9a4f5ddf2cde11086f86570ce8a7cfbe99bc361b3
MD5 1cbe1b7ce0a8348b7d381c0895abdc56
BLAKE2b-256 52ad3b195b93d83635ecc47bf6c67933159bbe0d00605ba85de6120eb776668f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for odrpack-0.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7776e4eadaeecbfad3f9b2e2df6baaeade099b4f245ad23111e41b4d63b60d74
MD5 6b203c7206b18ab3b7ba833491169d65
BLAKE2b-256 0c9cd761fc9fb69435864f02c567388941934c986f647958071e27d964e41ac9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81f44a680fb4c7a5c4eca4e5ed4000d9e8f9eaa121f361b3256337e808bfd275
MD5 380b67bb49e39537c586ae62f4d5b8cd
BLAKE2b-256 347abb610445cfc576376a73f6568c6a516805e327594e22277bd3867173a79e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4a593ce7a5f3dc36fdf19485692bc3a30c634d6733f6419c3479fbbf775d1b8
MD5 883b5edd79867dd147ae222a9c3ae9a4
BLAKE2b-256 f411aa2f539a7451490a35d98cff6c90af65d66eb8063231f3350ac3ee8b3a1e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b0312ff5b2f65946fedbe178e32ebdc396a8f14559628e2016c59aba9a354387
MD5 0c8ca880e969458adf9aef2efcdccc5b
BLAKE2b-256 4697c33453ab96b96bbee73db85a91d31535f4cf85d89c4a3a2217506ddf80af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3497392a875e3c37039015544538543c8bedc09e24246768b08396a6dd40ee8f
MD5 692a0a1a24ba0ab37c536a785dcb2da4
BLAKE2b-256 441ab53510d820e7d6a671fe33017be061e004e218b60a73059d40941eca7cde

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for odrpack-0.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 935b842f822f2f601ec6529aba42eb36e62b2f6cab4470fa2c1699e33468ae8e
MD5 e18808407fd256039c928592e8baeebc
BLAKE2b-256 5460f754a3964135873bdc952c1f20d891e2bab19f0f5d2809e8edca69853e0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d6e9912365b1416badd021d15624cd9200b71c40c0461e653e3557f6d4a7200
MD5 f86483d6cb744dbf71eb92bb3ed6a3bf
BLAKE2b-256 462ca2ab5608b96c56029f99c8c9a721a4898c614fedfed2abc2b16381f156fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c127971095bdc07adf7b52a7729b667c79e05121ef937fa379824ffd696d2af1
MD5 6c451d190c41f942e84cbc7db8f91bea
BLAKE2b-256 efbf8b9801f9193d7a5595d32a895ab19a6f1d94b97f710f4c7e30221827d301

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 5d31b83bfaf4f11e2f5a3d14ec53d74ec6171012bbbfe5a5eb5bc6ff889a9306
MD5 5d9c420942637b15c4904d081fba2842
BLAKE2b-256 9118240596f649ff251adced789dbd6bc62c1c3643663324b8bcb62689fb0bd8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for odrpack-0.5.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b981fa376e49557674c222c6eb1fb31f11b33ae63aefb4ec1a7f60a15f57df07
MD5 463843ac2a6850399c546ea10b601ac0
BLAKE2b-256 22e29b1a13560bd15f7f1ed7f6ca56c718a4ba2b37d96d356a9cb00ba274c6e6

See more details on using hashes here.

Provenance

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