Skip to content

Commit b98404d

Browse files
committed
Prepare for 0.13.1
1 parent 1f02d22 commit b98404d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TensorFlowSharp/TensorFlowSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<PropertyGroup>
1616
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
1717
<PackageId>TensorFlowSharp</PackageId>
18-
<PackageVersion>1.13</PackageVersion>
18+
<PackageVersion>1.13.1</PackageVersion>
1919
<Authors>Miguel de Icaza</Authors>
2020
<PackageLicenseUrl>https://github.com/migueldeicaza/TensorFlowSharp/blob/master/LICENSE</PackageLicenseUrl>
2121
<PackageProjectUrl>https://github.com/migueldeicaza/TensorFlowSharp/</PackageProjectUrl>
2222
<PackageTags>machine-learning, tensorflow, xamarin, c#, f#</PackageTags>
2323
<Description>.NET Bindings for TensorFlow</Description>
2424
<Owners>Miguel de Icaza</Owners>
2525
<Summary>.NET API for TensorFlow, Google's Machine Intelligence framework</Summary>
26-
<PackageReleaseNotes>1.13.0: An optimization implementation now exists for C#, contributed by Zeeshan Ahmed from the Microsoft data science team (RMSProp, SGD optimizer bindings); TFSession now has a static method for loading models; New methods for loading strings into tensors (also Zeeshan)</PackageReleaseNotes>
26+
<PackageReleaseNotes>1.13.1: Fixes boolean and ushort tensor construction fixes from Enrico Minack; Runner.AddInput fixes from Colin Versteeg; captainst provided a convenience function for the samples; Zeeshan Ahmed added AdamOptimizer; Kevin Malenfant fixes a few bugs; Enrico Minack added support for mutable tensors; 1.13.0: An optimization implementation now exists for C#, contributed by Zeeshan Ahmed from the Microsoft data science team (RMSProp, SGD optimizer bindings); TFSession now has a static method for loading models; New methods for loading strings into tensors (also Zeeshan)</PackageReleaseNotes>
2727
</PropertyGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)