You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Here is a comparison code between NumSharp and NumPy (left is python, right is C
23
23
* Full and precise (to numpy) automatic type resolving and conversion (upcasting, downcasting and other cases)
24
24
* Non-copy - most cases, similarly to numpy, does not perform copying but returns a view instead.
25
25
* Almost non-effort copy-pasting numpy code from python to C#.
26
-
* Wide support for `System.Drawing.Bitmap`. ([read more](https://github.com/SciSharp/NumSharp/wiki/Bitmap-Externsions))
26
+
* Wide support for `System.Drawing.Bitmap`. ([read more](https://github.com/SciSharp/NumSharp/wiki/Bitmap-Extensions))
27
27
28
28
### Implemented APIs
29
29
The NumPy class is a high-level abstraction of NDArray that allows NumSharp to be used in the same way as Python's NumPy, minimizing API differences caused by programming language features, allowing .NET developers to maximize Utilize a wide range of NumPy code resources to seamlessly translate python code into .NET code.
0 commit comments