2763 Commits (de17f4d291d74db6862d520e2e57de3ee577606f)
 

Author SHA1 Message Date
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
Christoph Ruegg 71c1fc47f4 FSharp: try to drive NuSpec from csproj; Paket install 9 years ago
Christoph Ruegg 2e4ab77ce6 Enable native providers in netstandard2.0 9 years ago
Christoph Ruegg 340565e118 System.Numerics is available in .Net Standard, use it; enable Native in net40 9 years ago
Christoph Ruegg 8684d25ed9 Numerics: add netstandard2.0 target 9 years ago
Christoph Ruegg b4185ecd05 Numerics: try to drive AssemblyInfo and NuSpec from csproj 9 years ago
Christoph Ruegg 381da7cc59 BuildFramework: add netstandard TFMs 9 years ago
Ignas Anikevicius 2a594cef40 FAKE: Typo fixup 9 years ago
Ignas Anikevicius 6d02a8005a Upgrade the Travis config. 9 years ago
Ignas Anikevicius 0cef0ca505 Disable certain test targets 9 years ago
Ignas Anikevicius e6978860a6 Enable more testing for the targets 9 years ago
Ignas Anikevicius 0f7e6a9c6c Initial FAKE build configuration which is using dotnte CLI 9 years ago
Ignas Anikevicius fad83886d6 Work on the fake config 9 years ago
Ignas Anikevicius 060fad2500 Revert "Remove paket references" 9 years ago
Ignas Anikevicius 833755c360 Remove paket references 9 years ago
Ignas Anikevicius 0731a49697 Remove more stuff 9 years ago
Ignas Anikevicius 16115a6c36 Start cleaning up the fakefile 9 years ago
Ignas Anikevicius 360acb1c28 More fixup after rebase 9 years ago
Ignas Anikevicius f8e8b0dd74 Fixup after rebase 9 years ago
Ignas Anikevicius 2f54c22a4e Use VS 2017 in AppVeyor 9 years ago
Ignas Anikevicius 818e5b1b9f Remove paket.references in favour of {c,f}sproj 9 years ago
Ignas Anikevicius f1f6e474c6 Start porting examples to the new format 9 years ago
Ignas Anikevicius f76d1e91a5 Port the benchmarks to the new project format 9 years ago
Ignas Anikevicius 235dbb3bbd Drop NET35, portable for all and NET40 for F# 9 years ago
Ignas Anikevicius 650899c1e7 Add NETSTANDARD usage to the assembly info of the tests 9 years ago