This library is replaced completely with separate libraries for
various data formats and isolated in their own repository and NuGet package.
Among other this allows us to add format-specific dependencies
without any impact on the core library.
Some of the new and already existing packages:
- MathNet.Numerics.Data.Text
- MathNet.Numerics.Data.Matlab
Linear Algebra comes with a set of IO classes for reading and writing text
files as well as files compatible with Matlab. These classes have now been
extracted into a separate MathNet.Numerics.IO project and assembly. The
core project no longer has zlib.net as dependency (only Numerics.IO has).
Added ContinuousDistribution class.
Added ContinuousDistribution unit tests.
Added more unit tests in Normal class.
Added Control class with property to check distribution parameters.
Tried to fix the StyleCop header warnings by changing the file encoding but didn't seem to work all that well.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>