Skip to content

Tags: coderIML/math.net

Tags

data-v4.0.0-beta01

Toggle data-v4.0.0-beta01's commit message
Math.NET Numerics Data Extensions v4.0.0-beta01

Support for Math.NET Numerics v4
In addition to .Net 4.0 and newer now also targets .Net Standard 1.3 and 2.0.

v4.0.0-beta06

Toggle v4.0.0-beta06's commit message
Math.NET Numerics v4.0.0-beta06

Rework conditional compilation to simplify and increase the .Net Standard api surface
BREAKING: Native provider implementation types internal (but can be constructed explicitly)
BREAKING: Native provider control API moved from Control to per-provider Control classes
Control.Describe: human readable summary of the effective Math.NET Numerics configuration
Fixed a whole range of inline documentation typos ~Jonas Nyrup
Build: reworked test build targets, switched to Paket magic mode
Examples: moved to examples folder, new framework target integration project file examples

v4.0.0-beta05

Toggle v4.0.0-beta05's commit message
Math.NET Numerics v4.0.0-beta05

BUG: Distributions: BetaScaled no longer ignores optional random source parameter
BUG: Trigonometry: Complex trigonometric functions behave on large imput ~diluculo
All: code quality fixes ~Jonas Nyrup

v3.20.2

Toggle v3.20.2's commit message
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

v4.0.0-beta04

Toggle v4.0.0-beta04's commit message
Math.NET Numerics v4.0.0-beta04

BREAKING: Linear Algebra: Vector.Map consistent with Matrix.Map, automatic fallback to inplace
BREAKING: Linear Algebra: Storage providers must always force all parameters (no defaults)
Linear Algebra: F# vector/matrix functions to accept all #seq instead of lists only
Linear Algebra: Vector MapInplace implemented at storage level

v3.20.1

Toggle v3.20.1's commit message
Math.NET Numerics v3.20.1

Bugfixes backported from v4:
BUG: Trigonometry: Fix imaginary part sign of complex hyperbolic cotangent
BUG: Ode Solver: fix typo in the Runge-Kutta solvers on time-step handling ~Ksero
BUG: fix Matrix.GetHashCode for wide matrices ~mjmckp

v4.0.0-beta03

Toggle v4.0.0-beta03's commit message
Math.NET Numerics v4.0.0-beta03

Optimization: Limited-Memory BFGS ~Florian Wechsung
BUG: Trigonometry: Fix imaginary part sign of complex hyperbolic cotangent

v4.0.0-beta02

Toggle v4.0.0-beta02's commit message
Math.NET Numerics v4.0.0-beta02

Root Finding: Broyden: step size for calculating appox Jacobian, more robust step size formula ~Aappo Pulkkinen
Statistics: Kernel Density Estimation ~Christoph Albert

v4.0.0-beta01

Toggle v4.0.0-beta01's commit message
Math.NET Numerics v4.0.0-beta01

BREAKING: drop obsolete functionality (which has been marked as obsolete for a while)
BREAKING: drop support for .Net 3.5 and PCL profiles
BREAKING: F#: drop support for .Net 4.0 and PCL profiles
Explicit builds for .Net Framework 4.0 and higher and for .Net Standard 1.3 and 2.0
F#: explicit builds for .Net Framework 4.5 and higher and for .Net Standard 1.6 and 2.0
Assemblies are now code-signed with an X.509 certificate, using SHA2-256 hashes
BUG: Ode Solver: fix typo in the Runge-Kutta solvers on time-step handling ~Ksero
BUG: fix Matrix.GetHashCode for wide matrices ~mjmckp

v4.0.0-alpha04

Toggle v4.0.0-alpha04's commit message
Math.NET Numerics v4.0.0-alpha04

Prerelease to test .Net Standard support and establish dotnet SDK build automation
Assembly code signing (X.509) using SHA2 (256)
BUG: Ode Solver: fix typo in the Runge-Kutta solvers on time-step handling
BUG: Matrix.GetHashCode for wide matrices ~mjmckp