Skip to content

Commit d972fa1

Browse files
committed
Update to v1.1.7
1 parent 5aeb4c0 commit d972fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Binary file not shown.

src/ParallelReverseAutoDiff.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>ParallelReverseAutoDiff</id>
5-
<version>1.1.6</version>
5+
<version>1.1.7</version>
66
<authors>ameritusweb</authors>
77
<owners>ameritusweb</owners>
88
<license type="expression">LGPL-2.1-only</license>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>A library for parallelized reverse mode automatic differentiation in C# for custom neural network development.</description>
1313
<repository type="git" url="https://github.com/ameritusweb/ParallelReverseAutoDiff.git" commit="0a9bbd18f45c4f4434160a7c064539f29f3a3c67" />
14-
<releaseNotes>Add batch matrix multiply.</releaseNotes>
14+
<releaseNotes>Fix adam optimizer.</releaseNotes>
1515
<copyright>ameritusweb, 2023</copyright>
1616
<tags>autodiff automatic-differentiation parallel reverse-mode differentiation C# neural network</tags>
1717
<dependencies>

0 commit comments

Comments
 (0)