Skip to content

v0.10.1 - 2024-03-13

Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 13 Mar 16:25
· 47 commits to main since this release

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