v0.10.1 - 2024-03-13
This release fixes a bug that occurred when calculating probability density in a gaussian copula.
Bugs Fixed
- Warning printed too many times (
RuntimeWarning: invalid value encountered in scalar divide ....
) - Issue #364 by @frances-h - Set
allow_singular=True
when calculating probability_density - Issue #374 by @fealho
Maintenance
- Transition from using setup.py to pyroject.toml to specify project metadata - Issue #376 by @frances-h
- Remove bumpversion and use bump-my-version - Issue #377 by @frances-h
- Add build to dev requirements - Issue #382 by @amontanez24