NumSharp v0.6.1, Massive APIs Updated

Haiping Chen
1 min readDec 26, 2018

NumSharp is NumPy port in C# .NET Standard.

After three months of repeated tempering and continuous refactoring, NumSharp has been able to perform a lot of functions, introduced LAPACK’s linear algebra library support, and abstracted into the Provider design, which is scalable from the architectural point of view.

More Unit Tests have been added to ensure quality control during teamwork. An example of a fluid dynamic equation has been added. NDArray supports implicit conversion, which makes it easier to initialize a multidimensional array and supports the creation of scalar ndarray.

After two major refactorings, it took us infinite time and energy, and fortunately the final result is very satisfying. Although there is still a long way to go from the final 1.0 version, I am sure that we are doing what we like in the right way.

Special thanks to my teammate Christian Kahr, without his enthusiasm, I can’t make NumSharp so good. His clever and continuous contribution even exceeds my submissions.

SciSharp repos: https://github.com/SciSharp

Chat room: https://gitter.im/sci-sharp/community

--

--