2637 Commits (0ead227b6782e08fd393bac1f69a3ca5157d81ef)
 

Author SHA1 Message Date
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 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
Aappo Pulkkinen 32e0bd49c1 Fixed the broken unit tests by either decreasing the Jacobian step size or by increasing the assert tolerance. 9 years ago
Aappo Pulkkinen 18f79e3b32 Possibility to give relative step size for calculating the Jacobian as parameter when using Broyden method. Also changed the calculation of step size to follow the implementation in NumericalDerivative class. 9 years ago
Aappo Pulkkinen 4f6236a2d4 Added unit test demonstrating how Broyden method will fail if initial guess is close to coordinate axis. 9 years ago
Christoph Ruegg eaed5c7538 Release v4.0.0-alpha03 9 years ago
Christoph Ruegg 5a340855a6 Sign with SHA256 instead of SHA1 9 years ago
Christoph Ruegg 25af89d1a9 Build: update FAKE, NuGet.CommandLine, NUnit, FSharp.Compiler.Tools 9 years ago
Ksero 8d9f811826 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 9bbf3b4eb8 Release v4.0.0-alpha02 9 years ago
Ignas Anikevicius 2901f24756 Target an older F# version (modified: explicitly target v4.2.3) 9 years ago
Christoph Ruegg f40a7e4ca9 Build: fix white space and line breaks in descriptions 9 years ago
Christoph Ruegg 072a3d34a6 Build: code signing support (X.509) 9 years ago
Christoph Ruegg 1977a17a59 Build: disable two serialization tests for .Net Core 1.1 (they work in Core 2.0 and .Net) 9 years ago
Christoph Ruegg c3e340272d Release v4.0.0-alpha01 9 years ago
Christoph Ruegg b942210ec0 Build: continue reworking towards dotnet sdk: cleaning, building and packaging 9 years ago