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 |
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.
Found at Jon Skeet's blog:
https://codeblog.jonskeet.uk/2017/08/15/using-net-core-2-0-sdk-on-travis/
|
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"
This reverts commit 833755c360.
|
9 years ago |
Ignas Anikevicius
|
833755c360
|
Remove paket references
|
9 years ago |
Ignas Anikevicius
|
0731a49697
|
Remove more stuff
|
9 years ago |