Skip to main content

mlrl-seco

License: MIT PyPI version Documentation Status

🔗 Important links: Documentation | Issue Tracker | Changelog | License

This software package provides an implementation of a Multi-label Separate-and-Conquer (SeCo) Rule Learning Algorithm that integrates with the popular scikit-learn machine learning framework.

The goal of multi-label classification is the automatic assignment of sets of labels to individual data points, for example, the annotation of text documents with topics. The algorithm that is provided by this package uses the SeCo paradigm for learning interpretable rule lists.

The SeCo Algorithm

To provide a versatile tool for different use cases, great emphasis is put on the efficiency of the implementation. Moreover, to ensure its flexibility, it is designed in a modular fashion and can therefore easily be adjusted to different requirements.

🔧 Functionalities

The algorithm that is provided by this project currently supports the following core functionalities to learn a binary classification rules:

  • A large variety of heuristics is available to assess the quality of candidate rules.
  • Rules may predict for a single label or multiple ones (which enables to model local label dependencies).
  • Rules can be constructed via a greedy search or a beam search. The latter may help to improve the quality of individual rules.
  • Sampling techniques and stratification methods can be used to learn new rules on a subset of the available training examples, features, or labels.
  • Fine-grained control over the specificity/generality of rules is provided via hyperparameters.
  • Incremental reduced error pruning can be used to remove overly specific conditions from rules and prevent overfitting.
  • Sequential post-optimization may help to improve the predictive performance of a model by reconstructing each rule in the context of the other rules.
  • Native support for numerical, ordinal, and nominal features eliminates the need for pre-processing techniques such as one-hot encoding.
  • Handling of missing feature values, i.e., occurrences of NaN in the feature matrix, is implemented by the algorithm.

⌚ Runtime and Memory Optimizations

In addition, the following features that may speed up training or reduce the memory footprint are currently implemented:

  • Sparse feature matrices can be used for training and prediction. This may speed up training significantly on some datasets.
  • Sparse label matrices can be used for training. This may reduce the memory footprint in case of large datasets.
  • Sparse prediction matrices can be used to store predicted labels. This may reduce the memory footprint in case of large datasets.
  • Multi-threading can be used to parallelize the evaluation of a rule's potential refinements across several features or to obtain predictions for several examples in parallel.

📚 Documentation

Our documentation provides an extensive user guide, as well as Python and C++ API references for developers. If you are new to the project, you probably want to read about the following topics:

A collection of benchmark datasets that are compatible with the algorithm are provided in a separate repository.

For an overview of changes and new features that have been included in past releases, please refer to the changelog.

📜 License

This project is open source software licensed under the terms of the MIT license. We welcome contributions to the project to enhance its functionality and make it more accessible to a broader audience. A frequently updated list of contributors is available here.

All contributions to the project and discussions on the issue tracker are expected to follow the code of conduct.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

mlrl_seco-0.15.5-cp314-cp314t-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

mlrl_seco-0.15.5-cp314-cp314t-musllinux_1_2_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

mlrl_seco-0.15.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

mlrl_seco-0.15.5-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.3 MB view details)

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

mlrl_seco-0.15.5-cp314-cp314t-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mlrl_seco-0.15.5-cp314-cp314t-macosx_10_15_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

mlrl_seco-0.15.5-cp314-cp314-win_arm64.whl (1.2 MB view details)

Uploaded CPython 3.14Windows ARM64

mlrl_seco-0.15.5-cp314-cp314-win_amd64.whl (982.1 kB view details)

Uploaded CPython 3.14Windows x86-64

mlrl_seco-0.15.5-cp314-cp314-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

mlrl_seco-0.15.5-cp314-cp314-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mlrl_seco-0.15.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

mlrl_seco-0.15.5-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.3 MB view details)

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

mlrl_seco-0.15.5-cp314-cp314-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mlrl_seco-0.15.5-cp314-cp314-macosx_10_15_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

mlrl_seco-0.15.5-cp313-cp313-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows ARM64

mlrl_seco-0.15.5-cp313-cp313-win_amd64.whl (955.0 kB view details)

Uploaded CPython 3.13Windows x86-64

mlrl_seco-0.15.5-cp313-cp313-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mlrl_seco-0.15.5-cp313-cp313-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mlrl_seco-0.15.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

mlrl_seco-0.15.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

mlrl_seco-0.15.5-cp313-cp313-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mlrl_seco-0.15.5-cp313-cp313-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

mlrl_seco-0.15.5-cp312-cp312-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows ARM64

mlrl_seco-0.15.5-cp312-cp312-win_amd64.whl (957.1 kB view details)

Uploaded CPython 3.12Windows x86-64

mlrl_seco-0.15.5-cp312-cp312-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mlrl_seco-0.15.5-cp312-cp312-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mlrl_seco-0.15.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

mlrl_seco-0.15.5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.3 MB view details)

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

mlrl_seco-0.15.5-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mlrl_seco-0.15.5-cp312-cp312-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 760b9645f59214fbdd208651d39fc48d6f7a6bee0d03d62f5185f5725a6aad3b
MD5 ced5de835b20c34aa0a283f7d3a982e5
BLAKE2b-256 caeb0373c4e74e5264473047b63f509eaaadabdfadc438731ed3a7d7a3b49a35

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 98a4bb1f7361f123c8d5c64fc8e8094a5c7da7482156c4641f9d08bf7734e888
MD5 741e457dbd4382d96a8b06893ce5c9aa
BLAKE2b-256 96144654b64834fb33091f12cee9074fac37819f24da40a21e168534fe998583

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 04cfe2c0c34c23f616c417ac9b71987bf7d342c5d5a0c8d082ebc1bf71fcc57e
MD5 4db98b7a138259c7cbc2e50eab9838ce
BLAKE2b-256 90be736e6d949f81cc1a27bc6b422d3a8adaae199308c04eb118dcfbf0e706ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6d770a5fc0cdcfefa569868351bea994ec4e55e2cc5fec9800d57145ad541a62
MD5 0e232cf4cc585efaf4af2320eb60a55a
BLAKE2b-256 7926bb2902f46649b3bc7172fda817b6816d479c8dc4e6eee24824ffe05273e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de3f7a6f2f790aa8194693be6569860b8c8a2a825c643a0b00c979bf5762a31e
MD5 84e5c1596a3989db62a94d9d8da598e3
BLAKE2b-256 ec7e0d10b9df10f3af484902b63526541264b141628f1c514d8a4563122a1084

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 68e0046ebca72e1d487d58b9cecc633a851c79a8fb1873ad7fc63ea15234d36e
MD5 0e22b64a1811aed0875b934b00c778f2
BLAKE2b-256 f59af3ff8c22362f4170325c82d811e3ae093448a615f9bb98a8a1c19c4cda86

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.5-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 419024b91b6452016dbca587094fccbcf6111f84d0114dac9abb93d3922600a8
MD5 6ef4c0cd65de6596bb7314f2489b975f
BLAKE2b-256 75a3851240fee909ecbbf425c6da068436e469a18fbaef4388551623fffddb04

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314-win_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 982.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 76a976890d840a7df38fcbf34b0cdac47e8b4b218407d73ff63e0c4abc346b55
MD5 d3cfd46dd1cdea4d8f9c2a458511fe9f
BLAKE2b-256 254b8b822568a863dbcbc3e90a9cd2cc697f11158977db015ff3f3f72798ec51

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 75468b06eb2252d8787f5176b10d620b7fac3d1c5bb38bdd8d16575dacb6ae78
MD5 135180ff30d515ef729ef907648824a4
BLAKE2b-256 6c6b4f0fda340987c3cda0a6acf97a2146a8792678079a703b7130f187957600

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ccda32e3159f031413775325c5424b29d59543ad8c417cd34e1a6b7742acdb7
MD5 f1eec2a5e5a70c7ed7c064e7776db201
BLAKE2b-256 71bf21b346aa6ec0b78f1e4d33edbb882f39e3c8740f086a3d9ba4dde46eecd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8caa0fb6f58d105b04c00d5bcdc82bb2dd057ee95aeef64da4ca3953d6d2666
MD5 0d2d697886fa95ec1001a6d8e31d23b1
BLAKE2b-256 1354a539c481277e9d01f64ab8497cc0de0e01d2053428b320496cf0fbd7725c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 94b7b4b8c276ba1cf575854c9a00e9c57d4d1f02b8f33fdc26f23d08afd83807
MD5 daffe0a6c2d9dc3779bd3ace6735e7a4
BLAKE2b-256 a59e5b1d318dbfab9b6ad86a044cee2ae7d2f5eabfc11a76683cde13c0944686

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b32c805511e9feded5ed4fe7406fbed48cb99d88e9550f9adddbe74c1d552af5
MD5 2a0ba510cbb765f95ba8d02680665a56
BLAKE2b-256 d3c74f58344868d5b8e47c90510c50612b4ee1fba78a554d7f98060f7f24346f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 05c64d01d669a176bc2e98a2c53fd3558ba3e54e1845edfeeb43ac7091d3eb84
MD5 695a61ba8737c0e93f11c6471065f0eb
BLAKE2b-256 43aac4b790ac5470a475028930f00ff82ec850e2475720020487bfd5d7694ea0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.5-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlrl_seco-0.15.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3c9087a1d7af6721dc0ca40987d9c96741b5dcb253182f02fdf2594f3552c5e3
MD5 c69120c5d4a9b6ac162af7128cb88fd2
BLAKE2b-256 36697b90698e370071a6947f24fd8b81a936a4273d71e9144d9df9bfa3c68d2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp313-cp313-win_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 955.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlrl_seco-0.15.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 73bbda63ad8114cf53dd8abe11585d56f1b2596496250f4c23eed1bd08dc8ac4
MD5 9636fb201701ff6df3e34e0ccf081f28
BLAKE2b-256 d4056f8dd28135aae9eb8d7110c087f79f56b5e754411fe9e5294c652c85846b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f9f0f755111ab94ca7955c70a22ce2bdc37ac94c0eddd02de263f7594f98375
MD5 af8e71bf1222842c74eaad2621fae5b7
BLAKE2b-256 bc129ae5e66a9a7414e3ac8510ccb19365557e4356d633bf598ca0d5ded65673

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b3afe12bcdb483d7e8c67a9dfef155b3b20fd005b686837328953bba230c76c
MD5 d4fb52207f2cb4128df591aea479c9b2
BLAKE2b-256 433a2b945a6f21be466779466fd8a83ef9bdd2c28a44f474875279140f20be4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8efb32c57e4518abdc163149e50071f5e851b801e1d8a4ad5b0590aac490638
MD5 cd9c7ae9949db8c58f208c53f08d6bec
BLAKE2b-256 2cec56cf6bb3d6c0f6c17a6b4f6f068a68addc093fccdeba2f40cdda5cf88c0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7dbd1ac3fdd97c16058dfb85e769b1e084c4586a0df83eecc9203360a0337f0b
MD5 4e654b4fdc201d50ddd994a2e708da27
BLAKE2b-256 38ca3f94e0601366ed8f5546f4bf99a814993cc2a8e004b2acbc60e5d909cd0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25da74bba4173b4769dd71ee4835b9044f6793efbd10e42ad9ec7e917ab474ef
MD5 c1556c3adda6a45b76a9511341781de1
BLAKE2b-256 5e4dd4f6f2ba2ce2cbb98352521d210110386e7e58785b0113f8e7880217c33b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f6795b3cda0aba49bd997e421c58861bbd271200b35bb45347913c79cf577bb4
MD5 daa3665c571531a02edc60549b742da6
BLAKE2b-256 caed7e3f9eb919dd89aee2806176822d0c07f0d8ea066ae3c8b0b8d39627453e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.5-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlrl_seco-0.15.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 810c942e3f2ab3ca12e429787af8648c03bfcc52d010e0322878377bad6faa97
MD5 1fa66890daaf057504cb0ec542b8a46d
BLAKE2b-256 f243e0a13a3b10463b66112d21c7a94cf30d93a2d30a738f0b2e449197204480

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp312-cp312-win_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mlrl_seco-0.15.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 957.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for mlrl_seco-0.15.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e2669e4a3321c9251524db351ee623513068ad29fa7107dd199a9ca406cb6ac6
MD5 a0e0b6bffde16c6d6cf0a3d82466dd7b
BLAKE2b-256 a7c8630d415387909e66184dfbd5eb8dc09c50911735d2eb4c4a797193589a20

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15276a4836aca530067e4283f203bc3aa5846e66f3610aa930cb64778422dec2
MD5 29834bad621170e645dfb1bd77606efe
BLAKE2b-256 5ab0203dcfd4b45d4c11a5149e2d6fa5bc846b4ffc463cac1bfc1b9b47f8fef1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae50fe8514912a52acdeece3c4da9c51d806ccbe64f5afb021425ebca628a0c9
MD5 236967cc8726a3a00ae898f9c6f31206
BLAKE2b-256 694586be81a42bd6928f6d9426f2116dc2fc76c80e3eb986f5b5c44a34f938ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13a7b28498d8ba8c82aabb34e7603e3f9fe2260b6f9226e3644f171b5dbaefcb
MD5 c7c27b68cf9db51c65f159ce9db0bf58
BLAKE2b-256 f4fda03fdccf0d7b922079c6a4b1ce20234df4e31269e016457d1dca2d34af12

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb52769e2f3d48aed47a98a39142658c083d60a60e17bd1c9d7ebb6fd530d103
MD5 1786d965f219e49de7487d5261f28689
BLAKE2b-256 f8bf28898e555f463c6f0c8e29b5ad7b8cd1234c1388ef5fcb87f1c654eff254

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a633c3ef853f7d62dc87f1eec3ca41876241773ce0c0347dfefbbe01d243bfdd
MD5 c4775bf82f717211820487297d84dd61
BLAKE2b-256 6b81f7b7aafb24bc0c212cadd69cd7df1ff9d1d87888d5d5672371571d7bed95

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

File details

Details for the file mlrl_seco-0.15.5-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mlrl_seco-0.15.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 78a47bd23e097c7c539f9047e8e920630c8d5a0c8a86a2a256db7fac7d3e37c8
MD5 2f27eef2c7693f32b00bcfd8bb5581d5
BLAKE2b-256 68cb7279b263730f16abf304ce8dd724c87232074da7df9ca6b87ed65d7ea23c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlrl_seco-0.15.5-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on mrapp-ke/MLRL-Boomer

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

Release history Release notifications | RSS feed

This release

0.15.5 This release

30 files

0.15.4

30 files

0.15.3

30 files

0.15.1

30 files

0.15.0

19 files

0.14.2

8 files

0.14.1

8 files

0.14.0

8 files

0.13.1

8 files

0.12.3

12 files

0.12.2

12 files

0.12.1

12 files

0.12.0

12 files

0.11.4

16 files

0.11.3

16 files

0.11.2

16 files

0.11.1

12 files

0.11.0

12 files

0.10.2

16 files

0.10.1

16 files

0.10.0

16 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page