storage icon indicating copy to clipboard operation
storage copied to clipboard

Create Separate Platform Specific Python Packages With Correct Native Binaries

Open cmdty opened this issue 3 years ago • 0 comments

Currently there is one Python package which will be used for all OS and architecture. However, the MathNet (including MKL) binaries included are Windows-specific. This won't cause an error on non-Windows OS, it just means that on non-Windows the matrix routines will fall back to those implemented in C#, so will be slower.

cmdty avatar Jan 12 '23 22:01 cmdty