Skip to content

Commit d1503ca

Browse files
committed
release 0.20.
1 parent f3ec499 commit d1503ca

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/TensorFlowNET.Core/Tensorflow.Binding.csproj

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AssemblyName>TensorFlow.NET</AssemblyName>
66
<RootNamespace>Tensorflow</RootNamespace>
77
<TargetTensorFlow>2.2.0</TargetTensorFlow>
8-
<Version>0.20.0-preview5</Version>
8+
<Version>0.20.0</Version>
99
<LangVersion>8.0</LangVersion>
1010
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors>
1111
<Company>SciSharp STACK</Company>
@@ -24,10 +24,7 @@ https://tensorflownet.readthedocs.io</Description>
2424

2525
* Eager Mode is added finally.
2626
* tf.keras is partially working.
27-
* tf.data is added.
28-
29-
It's not stable at this moment and missing many APIs, tf.net 0.15.x is more stable for production.
30-
Please be patient, we're working hard on missing functions, providing full tensorflow binding is our mission.</PackageReleaseNotes>
27+
* tf.data is added.</PackageReleaseNotes>
3128
<FileVersion>0.20.0.0</FileVersion>
3229
<PackageLicenseFile>LICENSE</PackageLicenseFile>
3330
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)