Skip to content

distl 0.2.0

Compare
Choose a tag to compare
@kecnry kecnry released this 23 Feb 13:44
· 6 commits to master since this release
2d885e8
  • 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