Christoph Ruegg
|
ff0897f1a5
|
Build: try to run .Net 4.5 tests on mono
|
9 years ago |
Christoph Ruegg
|
01b904f8d3
|
Build: test against .net framework on windows only
|
9 years ago |
Christoph Ruegg
|
27e186f486
|
Build: cleanup, fix F# NoWarn entries, pack using msbuild
|
9 years ago |
Christoph Ruegg
|
484b5e40a0
|
Build: restore using msbuild, fix test where expected accuracy was higher than requested from algorithm
|
9 years ago |
Christoph Ruegg
|
72869a8047
|
Build: trial on building through msbuild (with sdk, but without cli tool)
|
9 years ago |
Christoph Ruegg
|
9dcb430bec
|
Build: potential workaround for broken linux build #538
|
9 years ago |
Christoph Ruegg
|
72b0ad2753
|
Merge tag 'v3.20.1'
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
|
9 years ago |
Christoph Ruegg
|
13bf674b5e
|
Release v3.20.1
|
9 years ago |
Christoph Ruegg
|
1daa68fbd3
|
BUG: Trigonometry: fix imaginary part sign of complex hyperbolic cotangent #539
|
9 years ago |
Christoph Ruegg
|
9d6f59a795
|
MatrixStorage: more reasonable GetHashCode #534
|
9 years ago |
mjmckp
|
564a4658fc
|
Fix for IndexOutOfRangeException in GetHashCode method in certain cases where ColumnCount > RowCount (#535)
|
9 years ago |
Ksero
|
350e37219c
|
Fix another typo in the Runge-Kutta solvers (the time-step was added rather than multiplied with the slope) (#531)
|
9 years ago |
Christoph Ruegg
|
c8efac9cc0
|
LA: Storage providers must always force all parameters (no defaults)
|
10 years ago |
Christoph Ruegg
|
ae31d3a7b5
|
LA: Vector MapInplace implemented at storage level
|
10 years ago |
Christoph Ruegg
|
0ead227b67
|
LA: Vector.Map consistent with Matrix.Map, automatic fallback to inplace
|
10 years ago |
Christoph Ruegg
|
78dfc618ed
|
LA: F# vector/matrix functions to accept all #seq instead of lists only
|
10 years ago |
Christoph Ruegg
|
b97d83c84a
|
Release v4.0.0-beta03
|
9 years ago |
Christoph Ruegg
|
f7825f8c9d
|
BUG: Trigonometry: fix imaginary part sign of complex hyperbolic cotangent #539
|
9 years ago |
Florian Wechsung
|
69a8c9a272
|
initial L-BFGS implementation
|
9 years ago |
Christoph Ruegg
|
e5135f1e1b
|
Release v4.0.0-beta02
|
9 years ago |
Christoph Ruegg
|
9f3ebf6f57
|
Statistics: Kernel Density Estimation: Refactoring to simpler static design
|
9 years ago |
Christoph Ruegg
|
da1630cd78
|
Statistics: Kernel Density Estimation: Cleanup
|
9 years ago |
christoph_albert
|
ff148b209d
|
Added preliminary KernelDensityEstimator
|
10 years ago |
Christoph Ruegg
|
aefa483350
|
Build: explicit NETStandard.Library and Microsoft.NETCore.App versions in project files
|
9 years ago |
Christoph Ruegg
|
0cd0c077ee
|
Release Notes: add note on breaking FSharp.Core dependency version change
|
9 years ago |
Christoph Ruegg
|
df1d94fa87
|
Merge pull request #536 from AappoPulkkinen/Initial_Jacobian_of_Broyden_method
Initial Jacobian of Broyden method
|
9 years ago |
Christoph Ruegg
|
e77461aaed
|
Release v4.0.0-beta01
|
9 years ago |
Christoph Ruegg
|
017a192d94
|
Cleanup: remove obsolete code that has been scheduled for removal in v4 (breaking)
|
9 years ago |
Christoph Ruegg
|
104460996a
|
Build: fix API reference generation
|
9 years ago |
Christoph Ruegg
|
52171f9492
|
Build: handle a few warnings, allow running all test targets manually
|
9 years ago |
Christoph Ruegg
|
e44ec41242
|
Build: relax framework restrictions on test frameworks
|
9 years ago |
Christoph Ruegg
|
b803a766b0
|
Build: no longer require explicit dotnet SDK version
|
9 years ago |
Christoph Ruegg
|
c2cd8f2931
|
Build: downgrade Microsoft.NETCore.App to 2.0.0
|
9 years ago |
Christoph Ruegg
|
29fce578d4
|
Build: explicitly require dotnet sdk version
|
9 years ago |
Christoph Ruegg
|
041f030459
|
Build: explicitly version Microsoft.NETCore.App
|
9 years ago |
Christoph Ruegg
|
647982dd9a
|
Build: explicitly depend on runtimes (why?)
|
9 years ago |
Christoph Ruegg
|
dd65c7bb25
|
Build: set RuntimeIdentifiers for unit test projects
|
9 years ago |
Christoph Ruegg
|
549ca8d060
|
Build: running tests must not restore or build implicitly
|
9 years ago |
Christoph Ruegg
|
f4112bba9b
|
Build: fix version in F# unit test binding redirects
|
9 years ago |
Christoph Ruegg
|
7c39bd0248
|
Build: manage package references with Paket again
|
9 years ago |
Christoph Ruegg
|
d14fefc5b2
|
Build: Paket: align FSharp.Core version with NuGet to v4.2.3
|
9 years ago |
Christoph Ruegg
|
185f99b63c
|
License: update upper year to 2018
|
9 years ago |
Christoph Ruegg
|
bc3d4d06b3
|
Build: adapt zip archive using collect target
|
9 years ago |
Christoph Ruegg
|
52a37277e7
|
Release Notes: add missing attribution
|
9 years ago |
Christoph Ruegg
|
7b3cc112db
|
Build: sign all files in one step, also sign F# assemblies
|
9 years ago |
Christoph Ruegg
|
d5943ad9f3
|
Release v4.0.0-alpha04
|
9 years ago |
Christoph Ruegg
|
747c91758f
|
MatrixStorage: more reasonable GetHashCode #534
|
9 years ago |
mjmckp
|
cf4b2226be
|
Fix for IndexOutOfRangeException in GetHashCode method in certain cases where ColumnCount > RowCount (#535)
|
9 years ago |
Christoph Ruegg
|
2d92e30390
|
Build: fix regexes to propagate release notes into project file
|
9 years ago |
Aappo Pulkkinen
|
4d26a5974a
|
Added F# function for Broyden method with Jacobian step size and a unit test for that.
|
9 years ago |