Skip to content

Releases: arm61/uravu

v1.3.0

23 Oct 08:31
c41dca4
Compare
Choose a tag to compare

Changes

  • Support for the calculation of the posterior predictive distribution for a given abscissa set.
  • Catch up to the latest version of dynesty

v1.2.9

23 Nov 09:26
Compare
Choose a tag to compare

Changes

  • Addition some __ufunc__ options and fixing Distribution __repr__().

v1.2.8

15 Sep 13:14
Compare
Choose a tag to compare
Version number bump

v1.2.7

26 Jul 12:26
Compare
Choose a tag to compare

Changes:

  • Add some to_dict and from_dict methods.

v1.2.6

06 Jul 10:30
3f96e12
Compare
Choose a tag to compare

Changes:

  • Pinned version of dynesty.

v1.2.5

06 Jan 09:47
Compare
Choose a tag to compare

Changes:

  • Addition of the flatchain property for the Relationship class.

v1.2.4

03 Dec 08:08
Compare
Choose a tag to compare
use version for docs

v1.2.1

11 Nov 16:39
Compare
Choose a tag to compare

Removed the vendoring of scipy.stats.gaussian_kde now that 1.5.4 of scipy has been released.

v1.2.0

21 Oct 15:55
Compare
Choose a tag to compare

Mirroring an ongoing PR on the scipy library that improves the stability of the kernel density estimation.

v1.1.1

02 Sep 10:03
Compare
Choose a tag to compare

Added functionality to raise a ModuleNotFoundError with a suitable error message if the plotting module is imported without matplotlib, seaborn, and corner installed.