Numpy.NET icon indicating copy to clipboard operation
Numpy.NET copied to clipboard

C#/F# bindings for NumPy - a fundamental library for scientific computing, machine learning and AI

Results 14 Numpy.NET issues
Sort by recently updated
recently updated
newest added

**I understand that these changes will need to be made in the codeminion gen project** I wanted to suggest the following change to the `np.module.gen.cs`. In the event of a...

Repro code ``` #r "nuget:Numpy.Bare" using Numpy; var nd = np.asarray(new [] {1}); nd ``` > Error: Python.Runtime.PythonException: TypeError : 'numpy.core.multiarray.flagsobj' object is not iterable at Python.Runtime.PyIter..ctor(PyObject iterable) at Python.Runtime.PyObject.GetEnumerator()...

Could some one can help me to run in Linux please? Everything is ok in window When I run inside docker, ( ubuntu focal) I got the bellow error ![image](https://user-images.githubusercontent.com/6204507/176444316-05ae0c58-7419-48d2-bca0-f6dab5118452.png)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I am trying to port some existing code to Numpy.NET, but I have a problem with the following line: `np.equal.outer(a, b)` The error message provided is np.equal(NDarray, NDarray, NDarray, NDarray)'...

> The code only return a single value, b = {0}, not a matrix. _Originally posted by @JimXu1989 in https://github.com/SciSharp/Numpy.NET/issues/89#issuecomment-1028961440_

Sorry, could you tell me where could I find the document of **Numpy.NET**.

I try to use Numpy.NET in my macos but it give me this error Unable to load shared library 'python36' or one of its dependencies. In order to help diagnose...

bug

Hi, I'm using Numpy 3.11.1.33 and: When running the project locally, the project along with Numpy-related code works fine. But, after deployment to the Azure AppService, website stopped working with...

Hi, We are trying to use Numpy.NET in the Linux environment. Please find the error attached. We also checked section "Versions and Compatibility" from https://github.com/SciSharp/Numpy.NET/blob/main/README.md and found that we need...