Skip to main content

Embedded domain-specific library for implicitly and explicitly encoding functions as matrices that operate on domains of one-hot vectors.

Project description

Embedded domain-specific library for implicitly and explicitly encoding functions as matrices that operate on domains of one-hot vectors.

PyPI version and link. Read the Docs documentation status. GitHub Actions status. Coveralls test coverage summary.

Purpose

This embedded domain-specific language (EDSL) makes it possible to define domains of values that can be automatically converted to and from their one-hot vector representations and to use any appropriately annotated function as a binary matrix that can be applied to a one-hot vector representation of a value. Additional background information and examples can be found in a relevant report.

Installation and Usage

This library is available as a package on PyPI:

python -m pip install matricity

The library can be imported in the usual ways:

import matricity
from matricity import *

Development

All installation and development dependencies are fully specified in pyproject.toml. The project.optional-dependencies object is used to specify optional requirements for various development tasks. This makes it possible to specify additional options (such as docs, lint, and so on) when performing installation using pip:

python -m pip install ".[docs,lint]"

Documentation

The documentation can be generated automatically from the source files using Sphinx:

python -m pip install ".[docs]"
cd docs
sphinx-apidoc -f -E --templatedir=_templates -o _source .. && make html

Testing and Conventions

All unit tests are executed and their coverage is measured when using pytest (see the pyproject.toml file for configuration details):

python -m pip install ".[test]"
python -m pytest

Alternatively, all unit tests are included in the module itself and can be executed using doctest:

python src/matricity/matricity.py -v

Style conventions are enforced using Pylint:

python -m pip install ".[lint]"
python -m pylint src/matricity

Contributions

In order to contribute to the source code, open an issue or submit a pull request on the GitHub page for this library.

Versioning

The version number format for this library and the changes to the library associated with version number increments conform with Semantic Versioning 2.0.0.

Publishing

This library can be published as a package on PyPI via the GitHub Actions workflow found in .github/workflows/build-publish-sign-release.yml that follows the recommendations found in the Python Packaging User Guide.

Ensure that the correct version number appears in pyproject.toml, and that any links in this README document to the Read the Docs documentation of this package (or its dependencies) have appropriate version numbers. Also ensure that the Read the Docs project for this library has an automation rule that activates and sets as the default all tagged versions.

To publish the package, create and push a tag for the version being published (replacing ?.?.? with the version number):

git tag ?.?.?
git push origin ?.?.?

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

matricity-0.1.0.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

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

matricity-0.1.0-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file matricity-0.1.0.tar.gz.

File metadata

  • Download URL: matricity-0.1.0.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for matricity-0.1.0.tar.gz
Algorithm Hash digest
SHA256 974cc72417edf9d2cf3134206bfb3f84e5c877239370a4761eb56dabcfaebcb9
MD5 3542f350ffb0f50ea36e7db9d3861e85
BLAKE2b-256 7a22710a3865db97e20fa548466c870a2a42b5d910a08c42295c1df04baaf881

See more details on using hashes here.

Provenance

The following attestation bundles were made for matricity-0.1.0.tar.gz:

Publisher: build-publish-sign-release.yml on reity/matricity

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

File details

Details for the file matricity-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: matricity-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for matricity-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fdb261f1f22dbe06241cfb64bcc3309929391407ef0ce93e688fe67fd0259995
MD5 f227feb3eae118ed399cacad9dc5f666
BLAKE2b-256 eba6a4689b47b812c050b8ba76c980c0a3b24d74e41445c13412210024df032d

See more details on using hashes here.

Provenance

The following attestation bundles were made for matricity-0.1.0-py3-none-any.whl:

Publisher: build-publish-sign-release.yml on reity/matricity

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