Browse Source

Merge tag 'v3.20.2'

Math.NET Numerics v3.20.2

Bugfixes backported from v4:
BUG: Distributions: BetaScaled no longer ignores optional random source parameter
BUG: Trigonometry: Complex trigonometric functions behave on large imput ~diluculo
pull/555/merge
Christoph Ruegg 9 years ago
parent
commit
9ee599f029
  1. 5
      RELEASENOTES.md

5
RELEASENOTES.md

@ -23,6 +23,11 @@
* BUG: Ode Solver: fix typo in the Runge-Kutta solvers on time-step handling *~Ksero*
* BUG: fix Matrix.GetHashCode for wide matrices *~mjmckp*
### 3.20.2 - 2018-01-22
* Bugfixes backported from v4:
* BUG: Distributions: BetaScaled no longer ignores optional random source parameter
* BUG: Trigonometry: Complex trigonometric functions behave on large imput *~diluculo*
### 3.20.1 - 2018-01-13
* Bugfixes backported from v4:
* BUG: Trigonometry: Fix imaginary part sign of complex hyperbolic cotangent

Loading…
Cancel
Save