Christoph Ruegg
|
ec1de0951c
|
Providers: migrate managed providers to Managed namespace (affects internal types only)
|
9 years ago |
Christoph Ruegg
|
12be91e93c
|
Benchmark: bring vector-add benchmark back
|
9 years ago |
Christoph Ruegg
|
0aa3b551a4
|
Benchmark: simplify, no longer use shared provider management
|
9 years ago |
Christoph Ruegg
|
53e12fc4d5
|
Euclid: enforce inlining in for a few short functions
|
9 years ago |
Christoph Ruegg
|
4d16301dfc
|
Docs: update framework support info on index page
|
9 years ago |
Christoph Ruegg
|
002196f739
|
Update ReadMe
|
9 years ago |
Christoph Ruegg
|
250d219cd6
|
Build: fix version-suffix generation in case of full releases
|
9 years ago |
Christoph Ruegg
|
8de87751fc
|
Release v4.3.0
|
9 years ago |
Christoph Ruegg
|
ad36ed7111
|
Build: prevent rebuild in pack command to ensure NuGet assemblies are really code-signed
|
9 years ago |
Christoph Ruegg
|
18d9d03aaa
|
Build: simplify test function
|
9 years ago |
Christoph Ruegg
|
a2c870eded
|
Paket: upgrade bootstrapper to v5.142
|
9 years ago |
Christoph Ruegg
|
521fe92aba
|
FFT: cleanup tests
|
9 years ago |
Christoph Ruegg
|
8ce6c9e76b
|
FFT: change reference test DFT to inplace to align with implementation
|
9 years ago |
Christoph Ruegg
|
24378f41a3
|
FFT: migrate naive algorithm as reference to test project, obsolete functions
|
9 years ago |
Christoph Ruegg
|
2bfad5ab53
|
FFT: clean up after migration into managed provider, obsolete algorithm-specific methods
|
9 years ago |
Christoph Ruegg
|
9d7da0a331
|
FFT: fix benchmark which was misleading (poor x86 Jit NaN performance)
|
9 years ago |
Christoph Ruegg
|
1f75cdf7e6
|
FFT: clearer internal structure
|
9 years ago |
Christoph Ruegg
|
7614be2ee6
|
FFT: simplify rescaling logic
|
9 years ago |
Christoph Ruegg
|
f4e4cf9fff
|
FFT: migrate radix2 and bluestein algorithms into managed provider
|
9 years ago |
Christoph Ruegg
|
43899d7b7c
|
Release v4.2.0
|
9 years ago |
Christoph Ruegg
|
43f77496d5
|
Native Providers: MKL provider sets consistency mode first, before querying #488
|
9 years ago |
Christoph Ruegg
|
85129ef243
|
Native Providers: first class support for freeing resources
|
9 years ago |
Christoph Ruegg
|
2626ac7580
|
Native Providers: clean up provider management available directly in MklProvider etc
|
9 years ago |
Christoph Ruegg
|
0fd6005af9
|
Native Providers: simplify minimum supported revision handling
|
9 years ago |
Christoph Ruegg
|
53491219c6
|
Native Providers: provide access to IsAvailable and Load
|
9 years ago |
Christoph Ruegg
|
e2a015f3ac
|
Native Providers: Describe() to return not-loaded description instead of throwing
|
9 years ago |
Christoph Ruegg
|
fd83040a2f
|
Build: add .Net 4.6.1 target
|
9 years ago |
Christoph Ruegg
|
b47d2191d1
|
Native Providers: provide access to features like memory management, skip reloading if already loaded
|
9 years ago |
Christoph Ruegg
|
08ae64482f
|
Update dependencies, Paket install
|
9 years ago |
Christoph Ruegg
|
682cd138c8
|
Release v4.1.0
|
9 years ago |
Christoph Ruegg
|
d873b07f3a
|
Examples: update to MKL provider v2.3.0
|
9 years ago |
Christoph Ruegg
|
74eb5e967b
|
Fit: minor code cleanup
|
9 years ago |
Christoph Ruegg
|
27b8a3280b
|
Fit: reorder (no code change)
|
9 years ago |
Christoph Ruegg
|
011096aa8d
|
Curve Fitting: add Fit.Exponential, Fit.Logarithm, Fit.Power
|
9 years ago |
Christoph Ruegg
|
7eacffdce8
|
Build: increase the NuGet push timeout to 15min (5min was too short for nativer providers)
|
9 years ago |
Christoph Ruegg
|
cd39e69572
|
Release MKL Provider v2.3.0 (r12 with Intel MKL 2018.0 Update 1)
|
9 years ago |
Christoph Ruegg
|
6794dce6a5
|
Build: another trial at fixing the automatic nuget push on releases
|
9 years ago |
Christoph Ruegg
|
3d23a1febc
|
Release Data Extensions v4.0.0
|
9 years ago |
Christoph Ruegg
|
11aaaf62ea
|
Data: target Numerics v4.0.0
|
9 years ago |
Christoph Ruegg
|
e1435e283e
|
Examples: update all examples to use v4.0.0
|
9 years ago |
Christoph Ruegg
|
82dcc548da
|
Release v4.0.0
|
9 years ago |
Christoph Ruegg
|
2004d30951
|
GoodnessOfFit: try to clarify documentation
|
9 years ago |
Jon Smit
|
1bb3019e48
|
Added unit tests for new Rsquared method.
|
10 years ago |
Jon Smit
|
30c4d38fcd
|
Added another version of the Rsquared test.
|
10 years ago |
Christoph Ruegg
|
0602352705
|
BREAKING: Statistics: Ranks and RankInplace of single precision to return single precision arrays #364
|
9 years ago |
Christoph Ruegg
|
67295a7a7e
|
Distributions: rework CommonDistributionTests to use test cases
|
9 years ago |
Christoph Ruegg
|
9f03564208
|
Release v4.0.0-beta07
|
9 years ago |
Christoph Ruegg
|
169db7919e
|
Benchmark: cleanup conditional compiling after dropping netcoreapp1.1 target
|
9 years ago |
Christoph Ruegg
|
d972f5f478
|
Build: NuGet push no longer passes outdated source URI
|
9 years ago |
Christoph Ruegg
|
45b437aa63
|
Benchmark: support netcoreapp2.0
|
9 years ago |