Skip to main content

A generic correction library

Project description

correctionlib

Actions Status Documentation Status Code style: black

conda version PyPI version PyPI platforms

GitHub Discussion

Introduction

The purpose of this library is to provide a well-structured JSON data format for a wide variety of ad-hoc correction factors encountered in a typical HEP analysis and a companion evaluation tool suitable for use in C++ and python programs. Here we restrict our definition of correction factors to a class of functions with scalar inputs that produce a scalar output.

In python, the function signature is:

def f(*args: str | int | float) -> float:
    return ...

In C++, the evaluator implements this currently as:

double Correction::evaluate(const std::vector<std::variant<int, double, std::string>>& values) const;

The supported function classes include:

  • multi-dimensional binned lookups;
  • binned lookups pointing to multi-argument formulas with a restricted math function set (exp, sqrt, etc.);
  • categorical (string or integer enumeration) maps;
  • input transforms (updating one input value in place); and
  • compositions of the above.

Each function type is represented by a "node" in a call graph and holds all of its parameters in a JSON structure, described by the JSON schema. Possible future extension nodes might include weigted sums (which, when composed with the others, could represent a BDT) and perhaps simple MLPs.

The tool should provide:

  • standardized, versioned JSON schemas;
  • forward-porting tools (to migrate data written in older schema versions); and
  • a well-optimized C++ evaluator and python bindings (with numpy vectorization support).

This tool will definitely not provide:

  • support for TLorentzVector or other object-type inputs (such tools should be written as a higher-level tool depending on this library as a low-level tool)

Formula support currently includes a mostly-complete subset of the ROOT library TFormula class, and is implemented in a threadsafe standalone manner. The parsing grammar is formally defined and parsed through the use of a header-only PEG parser library. The supported features mirror CMSSW's reco::formulaEvaluator and fully passes the test suite for that utility with the purposeful exception of the TMath:: namespace. The python bindings may be able to call into numexpr, though, due to the tree-like structure of the corrections, it may prove difficult to exploit vectorization at levels other than the entrypoint.

Detailed instructions for installing and using this package are provided in the documentation.

Creating new corrections

A demo/tutorial of the features is available in the documentation and also available interactively on binder

The correctionlib.schemav2 module provides a helpful framework for defining correction objects and correctionlib.convert includes select conversion routines for common types. Nodes can be type-checked as they are constructed using the parse_obj class method or by directly constructing them using keyword arguments.

Developing

See CONTRIBUTING.md for details on setting up a development environment, testing, and building the documentation.

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

correctionlib-2.8.0.tar.gz (3.7 MB view details)

Uploaded Source

Built Distributions

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

correctionlib-2.8.0-cp314-cp314t-win_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14tWindows ARM64

correctionlib-2.8.0-cp314-cp314t-win_amd64.whl (545.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

correctionlib-2.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

correctionlib-2.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

correctionlib-2.8.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (441.8 kB view details)

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

correctionlib-2.8.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (400.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

correctionlib-2.8.0-cp314-cp314t-macosx_11_0_universal2.whl (695.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ universal2 (ARM64, x86-64)

correctionlib-2.8.0-cp314-cp314t-macosx_11_0_arm64.whl (344.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

correctionlib-2.8.0-cp314-cp314-win_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14Windows ARM64

correctionlib-2.8.0-cp314-cp314-win_amd64.whl (530.0 kB view details)

Uploaded CPython 3.14Windows x86-64

correctionlib-2.8.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

correctionlib-2.8.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

correctionlib-2.8.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (439.0 kB view details)

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

correctionlib-2.8.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (398.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

correctionlib-2.8.0-cp314-cp314-macosx_11_0_universal2.whl (677.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ universal2 (ARM64, x86-64)

correctionlib-2.8.0-cp314-cp314-macosx_11_0_arm64.whl (335.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

correctionlib-2.8.0-cp313-cp313-win_arm64.whl (1.2 MB view details)

Uploaded CPython 3.13Windows ARM64

correctionlib-2.8.0-cp313-cp313-win_amd64.whl (518.7 kB view details)

Uploaded CPython 3.13Windows x86-64

correctionlib-2.8.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

correctionlib-2.8.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

correctionlib-2.8.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (438.9 kB view details)

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

correctionlib-2.8.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (398.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

correctionlib-2.8.0-cp313-cp313-macosx_11_0_universal2.whl (676.9 kB view details)

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

correctionlib-2.8.0-cp313-cp313-macosx_11_0_arm64.whl (334.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

correctionlib-2.8.0-cp312-cp312-win_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12Windows ARM64

correctionlib-2.8.0-cp312-cp312-win_amd64.whl (518.7 kB view details)

Uploaded CPython 3.12Windows x86-64

correctionlib-2.8.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

correctionlib-2.8.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

correctionlib-2.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (438.9 kB view details)

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

correctionlib-2.8.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (398.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

correctionlib-2.8.0-cp312-cp312-macosx_11_0_universal2.whl (676.8 kB view details)

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

correctionlib-2.8.0-cp312-cp312-macosx_11_0_arm64.whl (334.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

correctionlib-2.8.0-cp311-cp311-win_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows ARM64

correctionlib-2.8.0-cp311-cp311-win_amd64.whl (516.4 kB view details)

Uploaded CPython 3.11Windows x86-64

correctionlib-2.8.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

correctionlib-2.8.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

correctionlib-2.8.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (438.2 kB view details)

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

correctionlib-2.8.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (397.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

correctionlib-2.8.0-cp311-cp311-macosx_11_0_universal2.whl (673.4 kB view details)

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

correctionlib-2.8.0-cp311-cp311-macosx_11_0_arm64.whl (334.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

correctionlib-2.8.0-cp310-cp310-win_amd64.whl (515.5 kB view details)

Uploaded CPython 3.10Windows x86-64

correctionlib-2.8.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

correctionlib-2.8.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

correctionlib-2.8.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (437.3 kB view details)

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

correctionlib-2.8.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (396.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

correctionlib-2.8.0-cp310-cp310-macosx_11_0_universal2.whl (671.1 kB view details)

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

correctionlib-2.8.0-cp310-cp310-macosx_11_0_arm64.whl (332.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

correctionlib-2.8.0-cp39-cp39-win_amd64.whl (520.9 kB view details)

Uploaded CPython 3.9Windows x86-64

correctionlib-2.8.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

correctionlib-2.8.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

correctionlib-2.8.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (437.5 kB view details)

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

correctionlib-2.8.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (397.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

correctionlib-2.8.0-cp39-cp39-macosx_11_0_universal2.whl (671.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ universal2 (ARM64, x86-64)

correctionlib-2.8.0-cp39-cp39-macosx_11_0_arm64.whl (333.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file correctionlib-2.8.0.tar.gz.

File metadata

  • Download URL: correctionlib-2.8.0.tar.gz
  • Upload date:
  • Size: 3.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for correctionlib-2.8.0.tar.gz
Algorithm Hash digest
SHA256 1b95eb18cf67e014b0d4bd0bc991b132a0c9ab84db4230853b5687b0abb1893b
MD5 57e836b585f3e5f93d0788a65a8f7bcb
BLAKE2b-256 480391069353dd60c6512e3757707d092bd99740750446a19fdfc41b3c4cdbe7

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0.tar.gz:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 d35edf00de7267d0d9a265fda988ee568c6549a28ef25d162d68172907277101
MD5 1e29a63782ce3262417a72665ab2e288
BLAKE2b-256 8612b579a73fd7b71d683fd989d23631f55b497ce3eb885b1f48ae9736c9dcc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314t-win_arm64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 98ea41347b6314f8c98ae615e413f73f61c6aa39849d0c7d035ba70452fa2138
MD5 4fe7c023d0d5325e0842f66f074f2f06
BLAKE2b-256 4b8c12805f5c5b04e9776f008760b5551b8e7c122db471c07da07b490953a764

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3cd412699d79f384e8a6cd0243c1a14eec7f36725fd48455593bc9f0089c0f68
MD5 778b8b02ff5f869d683f125c865e49ce
BLAKE2b-256 64b422f43a91ecbfb6e1f33450365120210ce8ca4304a30f30d05803834c8a9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7f4944ceb6bffc1e1d46034992bcd616a3366a0f3492137c1c1ad2803d67579c
MD5 3aaea0b291868d97ffa266423eacdd95
BLAKE2b-256 1fd1b50d62637fb435f6187147098b749f337c58e056f67d2e121405ab55c650

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8fb5c28bea13d44b2decd8f783ec108ec6cbb14e2f42d4d130a8541696f3a7c3
MD5 3d38875bc34a7525350b140fb4e49ef8
BLAKE2b-256 2babb4c0697430be27124b5c48457307f4bedb51ca46095bb09e84276081002f

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e429eb8be47719f28c39b150ae8e31e2b8dedaa9e4d2b99ca98e165ecb361a8c
MD5 d7aef279ca5b1762aa714ac94ef9828b
BLAKE2b-256 d3a8b3290eedb42becaa069bf575a858068a221b7dae21f7a2d99d217954daab

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314t-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314t-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 7c3766daf23606c04f5c2a392a695ca10646d228a91dc610f8c76c16a2134979
MD5 312102e572ef5712d48505b6bea3adb8
BLAKE2b-256 0dfc88cee8f1bcc6df1faa98cc87664abed3977fae9b005b0c662cc5acbfb723

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314t-macosx_11_0_universal2.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1da7184d87b9fda5a99b793a1e6d1b6648dda5fdbf061f2dcc9d9bf497cc6ef2
MD5 94ab914cebe04a4bc1bab1d96a10c3c5
BLAKE2b-256 c4baf388ab221d40c65d9fab63deb773a08e60c10a2acb30a42d4ec1f4bc560d

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a98d78a714d59197bbdca37e401d6bbd6525adaba1a5081e72ef25fd92b3965d
MD5 08d5a001d299ecc7b3dd35da20ed1823
BLAKE2b-256 a2363464d84007651a5be59b89b63dbd870e2230ce9f0b543fd32190cb240c86

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314-win_arm64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a3c9bdd5ebe72dd57146fcaea7c669fde851aa33edc89ac68c63dc2aacb27385
MD5 c16d6e9048f307a3daf3b85b8df9e6ff
BLAKE2b-256 3f8f7fd797821b712f0874e58779060f660e6314516dae430a46c12f2c322969

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36fed73198cc82e30727ce9e10ac347c3f4835a30c0e7422069c3957ae5f9c6d
MD5 1ec28fd32f64f10749ebeef0038273ab
BLAKE2b-256 9694d983473b262f417aefe4917f521c66ec19602d3ebb73c3a012f3aa001449

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c93260be6b60c245fb9fd3d72049e14a12fb72a4acc5975ddb29c24db02b680
MD5 4b63ad6e55a6ca1322d3b0671f2a7adb
BLAKE2b-256 4492e857764d2bed8d2be44f1d04b910829811a2488a3b13c23a683c4fe1177c

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a5cd6f684045a22c170f8f2bb6fb13f791fbb5b89204b9e6d4ca76c957ec85f
MD5 b8e48eaf9a2afe99e3247524465e6e4b
BLAKE2b-256 5d53224302837beb0f6b551a132f7c3da3f4ab76da86a949a29229b0c3a813a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b5e7473fb8c67961e7eb0741cd841086dbcb79377299e3c7683aa87f05f79575
MD5 5e9f63c155f260de746d80aa0cd07e99
BLAKE2b-256 e8ae5dd8c640c74b08423852b6d84bdeb231cb8cf8043e79dc827a5ac871ec86

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 0dd58fb9ac1bfa27086c4403aa4bd5cac421ca936a4c420917914f04d411cfd1
MD5 b3b1ea088dc003018b4e5e3b336bbff6
BLAKE2b-256 5bc82177ae52058e659b65644484d4e198cd953449a55d740c5c9d20726dea56

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314-macosx_11_0_universal2.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 933fc18aeb1e8382eeac774708e21c744f34afcfcce865a99edd413102d119f4
MD5 ed15b6288d901d8ad0d25358f8dee866
BLAKE2b-256 6f44ea16cd6a1085bb1add87136879f09ad9f433cd0148fa7bdf5ccab9c66f4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e664ba108284f254a5f58ea3522bf8fc2543be284bd18dcd110af1234b536d68
MD5 8c46ec2cc9548e409e48444813aca53f
BLAKE2b-256 69001c737a1a722e6b9951d6abfed7e5d5a61338c71da6baa3e17a4684c5622d

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp313-cp313-win_arm64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 aa8b39d207ffd2039b4631606102c4a95264f62feb21813df9b93139d0178aa7
MD5 f6fe2a71f7369a3e87d6f60d4d2f98b4
BLAKE2b-256 317eb1954c7eeb15f4ec60c43b36804656adbaba1a812725d4a8d3fed04a6427

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e874ea456bf07968ba7d9771a2f2a57b5b60d897e878ed5d3027c919e29eea21
MD5 2c46489454fd4fb5e38ea0d5b0bbe66e
BLAKE2b-256 2ce32162434f7f30ce32ab27b2e8539a81d2a800deb285f8b43dd1f5a3c095f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e321b534f599f00f612c2df53f843bf5047c3152dd42e41e3fda03b4aa0b26a9
MD5 26635b57595f29691780de4c2f61141d
BLAKE2b-256 9717d41a47a73da0fc1a93dd45dbbc4489505cc8a3ef706d324f7fa8abc06c62

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1b0e05cf70d5d374db765dd365f5948d545a3bb94b1150b9d5c01bb8df6d05ee
MD5 22d7c48af53f1cf7ee985f92458f7ff0
BLAKE2b-256 8ce2a794e325c378478d45bfc2fcbf23e4cbeb86a8d58eb144a242e43983e565

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 28e2cebabba1578db01d8c727448a71716e29d418f2d4ed7e8df6639f0cff052
MD5 5da659e9c36c5b915d86e9001b819952
BLAKE2b-256 47532ca894c578e47c06950d1bb5fb90afe0fa9e664bc1b1eabb13679496da0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp313-cp313-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 e1d6075a7935b203fc453c8740939f594f37ddecd0489dab2d9a699ca0114997
MD5 44c2718348f98f47bef4f518affba5e5
BLAKE2b-256 301c17b3309a3807c2ac5d0a5149f43a33cecb125c1ae53357040300a1b705a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp313-cp313-macosx_11_0_universal2.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 78d35efc90748ecd768bbabb3130d9f977f81ac8b84ed714540aa93c1d6df51d
MD5 3072d8559dc8a8313dd758ecf38e637a
BLAKE2b-256 be832e5f1d059bc21946c5fdfcc1cec9c8079c3debdcc441bf5b02dcec1d7876

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a8790790e21d655577861f087460ad1c259e2ef69065fcd33f18c1d5f12feff1
MD5 cd76813678a711e176606b0ab928ca0c
BLAKE2b-256 431e7844f1a8d56df9daaa69963a7a90bac40b277e652dad2800f75846cf87da

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp312-cp312-win_arm64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 552d6e31abbbe9c46c2b2d1e858f333f15e83b46dbe1b1fe9a10cddb8dd6e28e
MD5 7c7d0b9457818ee186f530975dc425ba
BLAKE2b-256 643a88adbbf4ce3b168d544e9fd07089f99ad9d6b733986963a4702977a44fb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00d3662ebb5b0137aec96a82513544cab9512e49768907fdc79e5ae3e30925f6
MD5 c00092fd1db544bf9262893f83a2f175
BLAKE2b-256 e0723d05c7162ddde3c28a8a5bd6b9a65c8ea520c05ae9f1d745050add551b00

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 477b1fd4552de8e2a4cd8a8ce8f2bfbb442e2f51c8334494a97a3507d3c6ce41
MD5 840092497e3c7f633ca591bdbf933f73
BLAKE2b-256 bc79e27ad5cccd8ce536bf7d505cb2e7fbcedd4acca78ef42584d4ca3c550444

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b5284a3236528570ea9445e14f732533c131215441e35e90298ac378b4b073a8
MD5 4fa2bcbecbe952c6abf63b2aebb5c0bd
BLAKE2b-256 fa5ee57dac2cd29eccbb6b2130e661872c2e2e7e7611884973f265a19b5dd822

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 39ad5f8a08faf9041787b5ed16a838790be025d1a91d2386177a46defcdd1364
MD5 a05bdbac5c56e1231e921000cddbe58d
BLAKE2b-256 8ebb672aa46f30eab2fd21e0e2825a0d763b750e229c7243b6ee1ce45c32b20b

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp312-cp312-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 ec40c92cd06b3643bde8a5462abedff414c7fd36ea0e925604a37ccaa7579787
MD5 db8f774fefac8869e802fab88167278c
BLAKE2b-256 13a2f11411deee63ef8e988a6fe62824e1156c32d7e2e1360f2b058b04c8c556

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp312-cp312-macosx_11_0_universal2.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d132c704fa5ff46a9ac408f9b673007c6f7aa70f1c50ea176809d23bce6438df
MD5 f2312761abe3cb6be0f9ead9b98f9028
BLAKE2b-256 351e06de6d0186734811fb525b40548a5480fcb520b6edd9d36e3113fc4a2703

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 91602d2cf33f8c47a8487c7b16bd3e484ca3fb9895c0593d539f9c316ee3121d
MD5 cd0ed91af228f1e3c473f0d77740add1
BLAKE2b-256 e87509a509eeffa41aa13154daa1106c26d4acde7b86ddfa2ef5b09c056de027

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp311-cp311-win_arm64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 07ea2fedfab9e51411227c647cb2f45c2e74b625c2a7d600be5a795e3653de7d
MD5 4cd0b5d51adebfa171a0e1de36ed5c15
BLAKE2b-256 6cebd85ce93f9e59e3291edf0cbb3a58396c243abf5235f26ffaad84bab67f0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90369a54a4f839c3622beb15e8e44a3f45960274b127d6001ba7bb20544874d5
MD5 8eb70fa27e1d44041e92e0abd7c0dd79
BLAKE2b-256 80830f5fa34dcc7fc2d1636b9035d24e433dbfd9ecd6ee60f728d6b2c3499a1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c9c2198426d7bca7ecc7babed190e93f6aa28deb34e2b49965cce27330dc3c2
MD5 4477078b385c559008c9c158dc14ac0a
BLAKE2b-256 bdd5e25e8ed4005ad6d81440d1fa6b246b4c6676e4ea960e0c256ec980bfb473

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d7fe53947baeb54c70d532b5e2487e2ad5067c39405268ce07c0bef668735dc
MD5 57372b10820ebcbe4282551331184776
BLAKE2b-256 7f0319a1d0a6669e39569b6cda9e87c626f3c13445ab8374845d8f7f489cc62e

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3061ce457dabe942c311885a4fc1e0ee521137dcf3151da1cc0b12ace36496f4
MD5 7075b98513c003bc38218bf60e265dd8
BLAKE2b-256 3593530428720b0ee8c50f815e50a709c7117c20665120ff8fb87fde6adc75b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp311-cp311-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 a7d16a383af284bdebdeb52bcc1f102abb235a91012cd909cd5032ff4e59a07c
MD5 6f3321223c10f2a0ed86d523100a63b8
BLAKE2b-256 a78333e8a6a57ad8b5780fd724359d942b6e2b2649fa1e0a16014fbd8ad56a52

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp311-cp311-macosx_11_0_universal2.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 049c0d8ad284e908084c339f42f1f342be036eb7a836652c39b94abe11c71e16
MD5 b823a066b0c932cf16b5f3fc8d830370
BLAKE2b-256 e4a26b8bf9d81224d75b35d6ff19c9997ec4e7533fa28f2b8903c9f6ee58b5e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4f6859b0eabd5068bd3450245c8e8375720a35d88f5e2a884ac7fe9375c2a7b8
MD5 13675f2d28960682f3fd7ba85acb315e
BLAKE2b-256 bccffd6855422757e11cc93b92908cbc81021a40f631afb4d99421c5e84e79b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e853da689e392fb568e7e498c61ac3789874281672b5cd0184c5c7e1522a29ad
MD5 52eba58eb235b545d36fe2afda5d626b
BLAKE2b-256 3fab0413bfcc6042a9c25b4ea9580cce0812a855c6f8c46c0e360c4e3387441f

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53d5329e3bb3c13ff59c113324f82b472c0061669b42881e5cdadb3f17c5bdee
MD5 0538b7151987f62784cb99d0d32ab4a7
BLAKE2b-256 681c3b80857b5719dc604bfd39544f406aef2b2ea05e30bda9b87421a35bfecf

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 490d10248dc6092e1407da5dfcc4dc168f2e37072f03b94e3e63b3baab89d85f
MD5 cdc04a41666e27026aecd1d6cbe382bb
BLAKE2b-256 4bc744af97b10902f7843dadc6d3bbaa33e2491a56836bd8b3042e4b26ef072c

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fc859585735852c0bbdb1119f3e73787d7ef6b17945b35fef19916b49bd82f4a
MD5 f9e92ca5e88ef695d5ce274882792390
BLAKE2b-256 d21bfdc077dda09a94ff738e13d0afbb1d3b3529a34d9faa8dac08cc700a371e

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp310-cp310-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 287c2bdfb287a86e6bb68954f064a96eedb9fa649c30f79f75f20b2b8307c464
MD5 1a72618c14bb10ee4a7b0a9e8164b554
BLAKE2b-256 ad1fc2a080dd5cca95bc0549439ad39e54495e971c6a2d13963baef039951204

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp310-cp310-macosx_11_0_universal2.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5689c0299ed826da981194dae19ad0c18e59e4976fbae6eb8a46bfd24a4cd886
MD5 5c112401105afaa3a1e1f8e725df2a4f
BLAKE2b-256 8dadfd26e21a045d698c514a43b0f71ef5553db1b683c4ae93364db4b36ce2fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ae06e02945fae079dc09da3aa65bfffbfd4c1120b4eac0495a78913c488e7169
MD5 fab16f2c0e645418f24c80be97c4b505
BLAKE2b-256 c380f302c2471e19742f94e675baead1b56114b6fb92c23cb87d6fc3fe5b12ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c494b0d135ac729721601e25712550d0a873371949e601c28df881fcdede870
MD5 8d5f62fa2e3dca6e1e19245be0748fe1
BLAKE2b-256 2df5b8ca47b0717bf2f88db38ad73ca9271e114d40cb51f686b553b6b80087e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2923358240f11c74dbc14f946451a529e30bb4c52dfdd5be80633fd3d89a4e65
MD5 675e38b09c2c1b8b682ab9aa285fed37
BLAKE2b-256 00468dd2a82fe3a675fe4c0ad71ac07c60e31a032e17d3a78fab788ac7e8faa6

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 55b41a84668c276330565f0ceb642d4152d15ff6ad344bf3686f6d53e354dbd2
MD5 42688d557c1199a052717cd6fcfdbd97
BLAKE2b-256 ab5bc24daae75fec2c01e9027316ed81d71f1371715210efedc4deea25fcbb7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f30f21af368b23fbd639471d40a35b271b01024288ef7c7b894fa45753a58e1c
MD5 740978f334c336da6cff182594a4e977
BLAKE2b-256 23fc126300ab0885c9d24c45c5f22b5dcca0ae076d816f8b422861f9b9911d4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp39-cp39-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp39-cp39-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 1fc418159553ab58c0d17147d886c1dc2d353da636ad7849902fae417e06def5
MD5 8646b8732b4be1599f104403451227cf
BLAKE2b-256 5374e34e5359dbeaad0bb548cf7741ce46c9f2877803bb4500fbf8d728903255

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp39-cp39-macosx_11_0_universal2.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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

File details

Details for the file correctionlib-2.8.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for correctionlib-2.8.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb74fdc40942b1e26dab7358b22839f764e538f5a5ce187b143635bc26baced8
MD5 f08f854244e0fd627e9dfc84d672e3e1
BLAKE2b-256 ce24b81e31f6049436276ec47e86c268d2f7924a9a23ce4a600370f92f61ad30

See more details on using hashes here.

Provenance

The following attestation bundles were made for correctionlib-2.8.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on cms-nanoAOD/correctionlib

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