Release 0.3.0
Date: September 12, 2024
- Tested in Python 3.9, 3.10, 3.11, 3.12, on Linux, macOS, and Windows.
- Functionality:
- Include tox developer integration.
- Include save/load functions for emulator and calibrator.
- Include empirical coverage calculations in calibrator.
- Modify
covx()
-returned object to improve usability. - Modify object
repr
to improve user feedback. - Update test suite to improve testing, including bookending versions and testing of major methods.
- Documentation:
- Update documentation to emphasize introductory materials and usage tutorials.
- Update scientific usage references.
- Update README to include collaborator and contributor list.
What's Changed
- Bringing develop back up to date by @wildsm in #94
- include optional dependencies in pyproject.toml dynamic field by @mosesyhc in #98
- Update pyproject.toml by @wildsm in #99
- Update README.rst by @wildsm in #95
- Consolidating setup info by @mosesyhc in #101
- updating ptmc-removal branch of setup configurations by @mosesyhc in #103
- Removal of PTMC (depends on ptemcee for which maintenance has been dropped) by @mosesyhc in #104
- remove py38 from workflow by @mosesyhc in #113
- Tox integration & use in GitHub actions by @jared321 in #107
- catchup with Develop by @mosesyhc in #116
- Documentation updates by @mosesyhc in #111
- py312 failures with distutil import by @mosesyhc in #127
- User interface improvements by @mosesyhc in #118
- Update test suite by @mosesyhc in #120
- Catch up update_test_suite branch by @mosesyhc in #132
- Update test suite by @mosesyhc in #134
- Bookend tests with latest & oldest Python dependencies by @jared321 in #135
- reverting the autolocating
x
by @mosesyhc in #138 - clarify saveload functions in emulator and calibrator and check type by @mosesyhc in #136
- V0.3 update by @mosesyhc in #121
- SDK and contact updates by @mosesyhc in #140
- update publish action to fix bug for pypa/cibuildwheel<2.16.5 by @mosesyhc in #141
- patch os runner version by @mosesyhc in #142
New Contributors
Full Changelog: v0.2.1...v0.3.0