Probabilistic modeling framework to define, experiment with, and critique models in service of iterating through Box's loop.
Project description
thunderpath
Probabilistic modeling framework to define, experiment with, and critique models in service of iterating through Box's loop.
Documentation: https://cameronraysmith.github.io/thunderpath/
Source Code: https://github.com/cameronraysmith/thunderpath
Usage
thunderpath is pre-development. Please see the document outlining the specification proposal.
Installation
python -m pip install "thunderpath @ git+https://github.com/cameronraysmith/thunderpath.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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file thunderpath-0.0.0.dev3.tar.gz
.
File metadata
- Download URL: thunderpath-0.0.0.dev3.tar.gz
- Upload date:
- Size: 28.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbad884cd98bd500bab090ec071a169c27695ac741288d06c1a2a6eec2d242ec |
|
MD5 | fdde887911e0fe72ddc82acd7aef67d2 |
|
BLAKE2b-256 | dbe93b7872a733e525a0049d38aed3ec4c4d464cea1f1c9af278d4621c3f0440 |
File details
Details for the file thunderpath-0.0.0.dev3-py3-none-any.whl
.
File metadata
- Download URL: thunderpath-0.0.0.dev3-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d33e7220d1ac202446248418adbd329b3f10917b8e1846346919a4e882bb9a6 |
|
MD5 | a991c5b534b17bd08b271de990a4bd28 |
|
BLAKE2b-256 | be35a516201c3860e86a50654a2478556a2bbfefd2535009b9bbc353937c9677 |