Skip to content

Commit 16a7794

Browse files
committed
Release notes for 0.20.1
1 parent 77d3b55 commit 16a7794

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/NumSharp.Core/NumSharp.Core.csproj

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,7 @@
1111
<PackageProjectUrl>https://github.com/SciSharp</PackageProjectUrl>
1212
<Copyright>2019 © SciSharp STACK Team</Copyright>
1313
<RepositoryUrl>https://github.com/SciSharp/NumSharp</RepositoryUrl>
14-
<PackageReleaseNotes>Most of the library (&gt;95%) has been rewritten within over 400 commits in course of 3 months.
15-
16-
- Full n-d, slice, broadcasting and axis support in all reimplemented methods (e.g. np.sum, np.concatenate) Broadcasting n-d shapes against each other.
17-
18-
- NDArray Slicing and nested slicing (nd["-1, ::2"]["1::3, :, 0"])
19-
20-
- Full and precise (to numpy) type resolving and conversion (upcasting, downcasting and all other cases)
21-
22-
- Use of unmanaged memory and unsafe code in favor of performance.
23-
24-
- NumSharp no longer perform copies except for cases when numpy does. Compared to previous version, indexing an n-d array (e.g. nd[0,1] when shape is (3,3,3,3)) would return a copy when now it returns a reference (alias).</PackageReleaseNotes>
14+
<PackageReleaseNotes></PackageReleaseNotes>
2515
<AssemblyVersion>0.20.1.0</AssemblyVersion>
2616
<FileVersion>0.20.1.0</FileVersion>
2717
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)