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).