Skip to content

Commit

Permalink
Bump Probability package to version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Sep 18, 2024
1 parent c3156b2 commit da74d02
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions M2/Macaulay2/packages/Probability.m2
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

newPackage("Probability",
Headline => "basic probability functions",
Version => "0.4",
Date => "January 23, 2024",
Version => "0.5",
Date => "September 13, 2024",
Authors => {{
Name => "Doug Torrance",
Email => "[email protected]",
Expand Down Expand Up @@ -47,6 +47,13 @@ newPackage("Probability",

-*
0.5 (2024-09-13, M2 1.24.11)
* add JSAG info
* remove Constant methods now that we can use inheritance
* adjust tests now that we use flint instead of boost for some special functions
* use mpfr's built-in function for generating normally distributed variates
* add subnodes to improve docs
0.4 (2024-01-23, M2 1.23)
* release under GPL
* add keyword
Expand Down

0 comments on commit da74d02

Please sign in to comment.