Christoph Ruegg
|
b3ff17adb4
|
Build: no longer pause at end of FAKE build (build.cmd)
|
12 years ago |
Christoph Ruegg
|
725d7487d8
|
Release: v3.0.0-beta03
|
12 years ago |
Christoph Ruegg
|
f7b8c664a0
|
Distributions: immutable in distribution parameters
|
12 years ago |
Christoph Ruegg
|
95adce4c1f
|
Distributions: bring back public static IsValidParameterSet functions
|
12 years ago |
Christoph Ruegg
|
8cf834e137
|
Interpolation: common api should not sort original data; alternative if data is already sorted #219
|
12 years ago |
Christoph Ruegg
|
dd2df946b7
|
Build: build proper symbols+source NuGet package, no longer include pdbs in main packages
|
12 years ago |
Christoph Ruegg
|
503e297afb
|
Build: publish docs and api reference; buildn.sh for bash with .net (instead of mono)
|
12 years ago |
Christoph Ruegg
|
c238f7ad80
|
Build: more explicit cleaning (less lock issues), kill nunit-agent, publish release tags
|
12 years ago |
Christoph Ruegg
|
b7d3781f8b
|
Build: only do .Net 4.0 build on ci for now
|
12 years ago |
Christoph Ruegg
|
ef528988be
|
Build: do not run tests on appveyor, instead try to build for all platforms
|
12 years ago |
Christoph Ruegg
|
eb69fe6890
|
Build: quick-flag to disable long tests; prepare appveyor+travis
|
12 years ago |
Christoph Ruegg
|
34888f8413
|
LA: proper vector outer product api, faster implementation
|
12 years ago |
Christoph Ruegg
|
91fd847698
|
Build: updated license url in NuGet packages
|
12 years ago |
Christoph Ruegg
|
975380d53d
|
Release: v3.0.0-beta02
|
12 years ago |
Christoph Ruegg
|
d7124278af
|
LA: fix IsConjugateSymmetric to ensure diagonal is real
|
12 years ago |
Christoph Ruegg
|
269f7f371e
|
LA: optimize diagonal-scalar division #146
|
12 years ago |
Christoph Ruegg
|
105e7a9398
|
Docs: regression update
|
12 years ago |
Christoph Ruegg
|
462f0e43a3
|
LA: optional argument on EVD decomposition if matrix is known to be symmetric #209
|
12 years ago |
Christoph Ruegg
|
2e787ddafb
|
LA: Matrix.IsSymmetric now a method; added IsConjugateSymmetric; more efficient #209
|
12 years ago |
Christoph Ruegg
|
83f222f027
|
Docs: regression
|
12 years ago |
Christoph Ruegg
|
5951733759
|
Docs: include contributing and contributors
|
12 years ago |
Christoph Ruegg
|
ccf8d19ad2
|
Docs: include release notes and license
|
12 years ago |
Christoph Ruegg
|
b1bb82f905
|
Build: force v4 mono runtime, cosmetics
|
12 years ago |
Christoph Ruegg
|
8b21ed218f
|
Build: build Zip packages with FAKE
|
12 years ago |
Christoph Ruegg
|
2c3328900f
|
Build: build NuGet packages with FAKE
|
12 years ago |
Christoph Ruegg
|
80d66c7153
|
Build: fetch version from release notes, update assembly info
|
12 years ago |
Christoph Ruegg
|
73c49cb58b
|
Update contributors, add mailmap
|
12 years ago |
Christoph Ruegg
|
e295fb1020
|
Build: machine-readable release notes format
|
12 years ago |
Christoph Ruegg
|
37f80f58cd
|
Vagrant: now with official Ubuntu 14.04 LTS; mono/fsharp apt-provisioning
|
12 years ago |
Christoph Ruegg
|
4d0381c286
|
Build: drop PCL profile 136 (replaced by profile 344)
|
12 years ago |
Christoph Ruegg
|
3003418d45
|
Build: update FAKE to support signed (strong name) builds
|
12 years ago |
Christoph Ruegg
|
b65fdceaa8
|
Build: update NuGet package script to add 344, drop sample packages
|
12 years ago |
Christoph Ruegg
|
237e826c20
|
Build: Xamarinify solutions
|
12 years ago |
Christoph Ruegg
|
719f0dcad3
|
Code Style & Inspections
|
12 years ago |
Christoph Ruegg
|
df4cc7ef8e
|
Code style; merge MCMC namespaces into one (drop .Diagnostics)
|
12 years ago |
Christoph Ruegg
|
949e4210f0
|
Build: MathNet.Numerics.All solution
|
12 years ago |
Christoph Ruegg
|
f1b0325415
|
Build: fix Fsharp.Core reference in F# PCL projects (legacy)
|
12 years ago |
Christoph Ruegg
|
d32903e4c0
|
Build: add PCL profile 344
|
12 years ago |
Christoph Ruegg
|
170bcb690a
|
Drop 3 Obsolete attributes in Control, disable a warning in F# unit tests; fixes all warnings
|
12 years ago |
Christoph Ruegg
|
adff8dfc5e
|
LA: matrix column/row norms, normalization
|
12 years ago |
Christoph Ruegg
|
8cf40fbaf1
|
LA: fix wrong description in vector infinity norm inline docs
|
12 years ago |
Christoph Ruegg
|
9afcf2a98a
|
LA: Matrix FoldRows/FoldColumns
|
12 years ago |
Christoph Ruegg
|
519b0baf22
|
LA: clear a set of rows or columns at storage level
|
12 years ago |
Christoph Ruegg
|
1681a5208f
|
LA: use enums for zero and existing data behavior instead of booleans (readability, errors)
|
12 years ago |
Christoph Ruegg
|
8573cedafc
|
LA: transpose at storage level, more efficient sparse implementation (via wo80)
|
12 years ago |
Christoph Ruegg
|
1671a9ec32
|
LA: Matrix MapSubMatrixIndexedTo
|
12 years ago |
Christoph Ruegg
|
7820018d3b
|
LA: restrict modified sparse*diagonal matrix product to square diagonal matrices only
|
12 years ago |
Christoph Ruegg
|
f551d7f8a6
|
LA: optimize sparse*sparse and sparse*diagonal matrix products (via wo80); cleanup
|
12 years ago |
Christoph Ruegg
|
ebc5471d5c
|
LA: special case for matrix inplace map
|
12 years ago |
Christoph Ruegg
|
d0e1fc4c14
|
Sorting: key-value and key-item1-item2 sub-range sorting; insertion sort on very small sets
|
12 years ago |