2805 Commits (694fa080fa60ef71499431343494d1ae264aec16)
 

Author SHA1 Message Date
Christoph Ruegg 694fa080fa
Merge pull request #590 from TobiasGlaubach/fixing-auto-corr-bug598 8 years ago
Tobias Glaubach 4f785bd7c3 changed the tests and extended them to also cover the other signatures 8 years ago
Tobias Glaubach 472f734a2d changed the test data to fit the new signatures 8 years ago
Tobias Glaubach 818b5865b2 changed the signatures to fit inputs with outputs, and fixed a bug in the Auto(IEnumerable<double> x, int[] k) method I found along the way 8 years ago
Christoph Ruegg e666397f01 Correlation: cosmetics 8 years ago
Christoph Ruegg b70354a9f3
Merge pull request #584 from TobiasGlaubach/correlation-methods 8 years ago
Tobias Glaubach 053f238744 Added Unit Tests for AutoCorrelation Method 8 years ago
Tobias Glaubach 96ee846074 small bugfix for the Autocorrelate function 8 years ago
Tobias Glaubach 9e70ce703d some adjustments, grooming and dependency fixes 8 years ago
Tobias Glaubach f51b58f324 Correlation.cs: Changed to IEnumerable implementation and some efficiency improvements. 8 years ago
Tobias Glaubach 64aa01e33c Correlation.cs: first prototype of the autocorrelation method based on arrays 8 years ago
Christoph Ruegg f303246a1b Build: also sign strongnamed assemblies 8 years ago
Christoph Ruegg b7fd21a88c Build: sign also native provider NuGet packages 8 years ago
Christoph Ruegg 557e39bd04 Build: separate solution for ATLAS 8 years ago
Christoph Ruegg 10e907c8e7 Build: simplify native package manual NuGet packaging 8 years ago
Christoph Ruegg fbc594dc6b Build: simplify native provider build and packaging 8 years ago
Christoph Ruegg 45fe774c84 Build: migrate more of native providers to new approach 8 years ago
Christoph Ruegg c0f1d9284e Build: simplify 8 years ago
Christoph Ruegg 5a7fb139eb Build: define solutions 8 years ago
Christoph Ruegg d95c5ccd49
Merge pull request #576 from Meekohi/master 8 years ago
Michael Holroyd fe46d186ad
minor typo 8 years ago
Christoph Ruegg 527d2b76cc Build: define projects 8 years ago
Christoph Ruegg fdff25afc1 Build: simplify bundle definitions since we leverage the dotnet sdk now 8 years ago
Christoph Ruegg ed599334d7 Release v4.5.1 8 years ago
Christoph Ruegg 61adf224cd Build: fix publishNuGet by ensuring the working directory exists 8 years ago
Christoph Ruegg e0d40f729d Release v4.5.0 8 years ago
Christoph Ruegg d7f5fe1d56 Build: more uniform out-directory with Numerics subfolder 8 years ago
Christoph Ruegg 85df6fbd15 Build: adapt build also for Data packages 8 years ago
Christoph Ruegg 540df9782b Build: build strong name and normal packages in one run 8 years ago
Christoph Ruegg 73a092a603 Build: don't create NuGet packages in build on non-Windows OS for now 8 years ago
Christoph Ruegg 3e0a38d5f4 Build: simplify build by merging 'zip' and 'nuget' into 'build' target 8 years ago
Christoph Ruegg 73e2bbba2c Build: simplify build by merging 'sign' and 'collect' into 'build' target 8 years ago
Christoph Ruegg 83280fab55
Merge pull request #566 from colgreen/master 8 years ago
Colin Green cb93aef2ae Added a new RandomSource: Xoshiro256StarStar. 8 years ago
Christoph Ruegg 26abab0a23 Tests: explicitly select managed provider for managed tests 8 years ago
Christoph Ruegg 18c674c71a Release v4.4.1 8 years ago
Christoph Ruegg 4304c00f0b Build: support for building strong-name edition packages again #561 8 years ago
Christoph Ruegg fb7a25973e AppVeyor: attempt to install .Net Core SDK 2.1.105 manually 9 years ago
Christoph Ruegg affa896635 Tests: test against NetCoreApp2.0 instead of 1.1; print dotnet --info as part of build 9 years ago
Christoph Ruegg 7ac884455d Tests leverage Microsoft.NET.Test.Sdk and NUnit3TestAdapter, simplify projects with Directory.Build.props 9 years ago
Christoph Ruegg 728f54d7f0 Update dependencies and SDK 9 years ago
Christoph Ruegg 1ff8db9b60 Release v4.4.0 9 years ago
Christoph Ruegg de17f4d291 LA: managed provider no longer parallelizes pointwise multiply loops 9 years ago
Christoph Ruegg 8d3d91b11d LA: managed provider no longer parallelizes simple scaling loops 9 years ago
Christoph Ruegg f42efc5550 LA: managed provider no longer parallelizes simple addition loops (complex) 9 years ago
Christoph Ruegg 1a1a7ff293 LA: managed provider no longer parallelize simple addition loops 9 years ago
Christoph Ruegg 7e24e98f39 LA: managed providers drop variation argument 9 years ago
Christoph Ruegg f9e4312c6d LA: clone managed provider to ManagedReference as benchmark reference 9 years ago
Christoph Ruegg b0f5f747cb Paket: restrict test and benchmark dependencies to required targets, pin FsUnit to 3.0 9 years ago
Christoph Ruegg ec1de0951c Providers: migrate managed providers to Managed namespace (affects internal types only) 9 years ago