NEWS
greta.censored 0.1.0 (2024-11-29)
New Features
- Added support for censored distributions in
greta
, including:
- Normal
- Log-Normal
- Student's T
- Gamma
- Exponential
- Weibull
- Pareto
- Beta
- Implemented right, left, and interval censoring for all supported distributions.
- Provided comprehensive documentation for all functions.
- Added unit tests for all distributions to ensure correctness.
Bug Fixes
- Initial release, no bug fixes.
Miscellaneous
- Added a
README.md
with installation instructions and usage examples.
- Included a
CODE_OF_CONDUCT.md
to ensure a welcoming community.
- Set up continuous integration with GitHub Actions for automated testing and code coverage.
- Added a
CONTRIBUTING.md
to guide new contributors.