Skip to main content

Probabilistic modeling framework to define, experiment with, and critique models in service of iterating through Box's loop.

Project description

pyro-thunder

Probabilistic modeling framework to define, experiment with, and critique models in service of iterating through Box's loop.

build codecov PyPI version


Documentation: https://cameronraysmith.github.io/pyro-thunder/

Source Code: https://github.com/cameronraysmith/pyro-thunder


Usage

pyro-thunder is pre-development. Please see the document outlining the specification proposal.

Installation

python -m pip install "pyro-thunder @ git+https://github.com/cameronraysmith/pyro-thunder.git@main"

Development

Setup environment

We use hatch to manage the development environment and production build. Ensure it's installed on your system. It is often convenient to do this with pipx.

Run unit tests

You can run all the tests with:

hatch run test

Format the code

Execute the following command to apply linting and check typing:

hatch run lint

Publish a new version

You can check the current version with:

hatch version

You can bump the version, create a commit and associated tag with one command such as hatch version patch or minor or major. Your git default text editor will open so you can add information about the release.

When you push the tag on github, the workflow will automatically publish it on PyPI and a github release will be created as draft.

Serve the documentation

You can serve the mkdocs documentation with:

hatch run docs-serve

It'll automatically watch for changes in your code.

License

This project is licensed under the terms of the GNU Affero 3.0-only license.

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

pyro_thunder-0.0.0.dev2.tar.gz (27.9 kB view hashes)

Uploaded Source

Built Distribution

pyro_thunder-0.0.0.dev2-py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page