-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathHistory.txt
More file actions
19 lines (15 loc) · 741 Bytes
/
Copy pathHistory.txt
File metadata and controls
19 lines (15 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
=== 0.2.3 / 2008-07-06
* Fixing bug #21100 - problem with Beta distribution calculations when p and q values are small.
* Minor code cleanup for readability in a few places.
=== 0.2.2 / 2008-05-09
* Added exponential distribution class
* Replaced constants in NumericalConstants module with uppercase versions to follow Ruby convention
=== 0.2.1 / 2008-05-08
* Bug fix for Normal Distribution RNG function (RubyForge bug #20044)
* thanks, Daniel Moore (yahivin)
=== 0.2.0 / 2008-04-14
* Major reorganization of code.
* Added lib/rubystats subdirectory and namespaced all classes under the Rubystats module.
* Added another example or two and fixed bug #16827.
* Should not break old API
* Now using Hoe to manage gem.