Skip to content

Releases: kecnry/distl

distl 0.3.1

23 Apr 15:00
50edc95
Compare
Choose a tag to compare
  • fix to treat mvgaussian uncertainties from percentiles like other distribution types

distl 0.3.0

25 Mar 16:38
5ad2aa2
Compare
Choose a tag to compare
  • MVSamples: fix to pass samples.T to stats.kde_gaussian
  • MVSamples.to_mvhistogram: use samples directly if N>=nsamples
  • temporary fix: accept unit/as_quantity kwargs to MV*.sample

distl 0.2.0

23 Feb 13:44
2d885e8
Compare
Choose a tag to compare
  • each distribution object now has an internal uniqueid identifier which is used in place of the hash to determine which should be sampled simultaneously within a DistributionCollection, Composite, or Function distribution. By default, copying and math retains this uniqueid, whereas manually calling deepcopy generates a new uniqueid.
  • other minor bugfixes

distl 0.1.0

01 Oct 13:43
Compare
Choose a tag to compare

initial release of distl