Unverified Commit e090c6aa authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Merge pull request #3165 from NervanaSystems/leona/doc_v0.23

Leona/doc v0.23
parents a4a8a5f3 7f547c09
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
...@@ -73,11 +71,11 @@ author = 'Intel Corporation' ...@@ -73,11 +71,11 @@ author = 'Intel Corporation'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.22' version = '0.23'
# The Documentation full version, including alpha/beta/rc tags. Some features # The Documentation full version, including alpha/beta/rc tags. Some features
# available in the latest code will not necessarily be documented first # available in the latest code will not necessarily be documented first
release = '0.22.0' release = '0.23.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
<dt>{{ _('Recent Versions') }}</dt> <dt>{{ _('Recent Versions') }}</dt>
<dd><!-- Until our https://docs.ngraph.ai/ publishing is set up, we link to GitHub --> <dd><!-- Until our https://docs.ngraph.ai/ publishing is set up, we link to GitHub -->
<ul> <ul>
<li><a href="https://github.com/NervanaSystems/ngraph/releases/tag/v0.22.0">0.22</a></li> <li><a href="https://github.com/NervanaSystems/ngraph/releases/tag/v0.23.0">0.23.0</a></li>
<li><a href="https://github.com/NervanaSystems/ngraph/releases/tag/v0.22.0">0.22.0</a></li>
<li><a href="https://github.com/NervanaSystems/ngraph/releases/tag/v0.21.0">0.21.0</a></li> <li><a href="https://github.com/NervanaSystems/ngraph/releases/tag/v0.21.0">0.21.0</a></li>
<li><a href="https://github.com/NervanaSystems/ngraph/releases/tag/v0.20.0">0.20.0</a></li> <li><a href="https://github.com/NervanaSystems/ngraph/releases/tag/v0.20.0">0.20.0</a></li>
<li><a href="https://github.com/NervanaSystems/ngraph/releases/tag/v0.19.0">0.19.0</a></li> <li><a href="https://github.com/NervanaSystems/ngraph/releases/tag/v0.19.0">0.19.0</a></li>
<li><a href="https://github.com/NervanaSystems/ngraph/releases/tag/v0.18.1">0.18.1</a></li>
</ul></dd> </ul></dd>
</dl> </dl>
<dl> <dl>
...@@ -26,4 +26,4 @@ ...@@ -26,4 +26,4 @@
</dd> </dd>
</dl> </dl>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -6,28 +6,30 @@ Release Notes ...@@ -6,28 +6,30 @@ Release Notes
nGraph is provided as source code, APIs, build scripts, and some binary formats nGraph is provided as source code, APIs, build scripts, and some binary formats
for various Compiler stack configurations and use cases. for various Compiler stack configurations and use cases.
For downloads formatted as ``.zip`` and ``tar.gz``, see
https://github.com/NervanaSystems/ngraph/releases.
This page includes additional documentation updates. This page includes additional documentation updates.
We are pleased to announce the release of version |version|-doc. We are pleased to announce the release of version |version|-doc.
==============================
Core updates for |version| Core updates for |version|
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ PlaidML support
+ More ONNX ops + More ONNX ops
+ Optimizations + Elementwise divide defaults to Python semantics
+ Don't reseed RNG on each use + GenerateMask seed optional
0.22-doc
--------
+ Initial doc and API for IntelGPU backend. Latest doc updates
+ DynamicBackend API. ~~~~~~~~~~~~~~~~~~
+ Note deprecation of support of MXNet's ``ngraph-mxnet`` PyPI.
+ Noted changes on graph inspection options resultant from PR 3016. + Document new debug tool
+ Added better tips and details to doc-contributor-README. + Note deprecation of MXNet's ``ngraph-mxnet`` PyPI
+ Note default change to `svg` files for graphs and visualization
+ Add more prominent tips for contributors who find the doc-contributor-README
.. important:: Pre-releases (``-rc-0.*``) have newer features, and are less stable. .. important:: Pre-releases (``-rc-0.*``) have newer features, and are less stable.
...@@ -36,8 +38,15 @@ Core updates for |version| ...@@ -36,8 +38,15 @@ Core updates for |version|
Changelog on Previous Releases Changelog on Previous Releases
============================== ==============================
For downloads formatted as ``.zip`` and ``tar.gz``, see 0.22
https://github.com/NervanaSystems/ngraph/releases. ----
+ More ONNX ops
+ Optimizations
+ Don't reseed RNG on each use
+ Initial doc and API for IntelGPU backend
+ DynamicBackend API
0.21 0.21
---- ----
...@@ -51,12 +60,6 @@ https://github.com/NervanaSystems/ngraph/releases. ...@@ -51,12 +60,6 @@ https://github.com/NervanaSystems/ngraph/releases.
+ offset arg for tensor creation is deprecated + offset arg for tensor creation is deprecated
+ static linking support + static linking support
+ Initial test of 0.21-doc + Initial test of 0.21-doc
0.21-doc
--------
Summary of documentation-related changes:
+ Updated :doc:`doc-contributor-README` for new community-based contributions. + Updated :doc:`doc-contributor-README` for new community-based contributions.
+ Added instructions on how to test or display the installed nGraph version. + Added instructions on how to test or display the installed nGraph version.
+ Added instructions on building nGraph bridge (ngraph-bridge). + Added instructions on building nGraph bridge (ngraph-bridge).
...@@ -82,8 +85,6 @@ Summary of documentation-related changes: ...@@ -82,8 +85,6 @@ Summary of documentation-related changes:
0.19 0.19
---- ----
**Download** `0.19.0-rc.2`_
+ More dynamic shape preparation + More dynamic shape preparation
+ Distributed interface factored out + Distributed interface factored out
+ fp16 and bfloat16 types + fp16 and bfloat16 types
...@@ -103,9 +104,6 @@ Summary of documentation-related changes: ...@@ -103,9 +104,6 @@ Summary of documentation-related changes:
0.18 0.18
---- ----
**Download** `0.18.1`_
+ Python formatting issue + Python formatting issue
+ mkl-dnn work-around + mkl-dnn work-around
+ Event tracing improvements + Event tracing improvements
...@@ -118,8 +116,6 @@ Summary of documentation-related changes: ...@@ -118,8 +116,6 @@ Summary of documentation-related changes:
0.17 0.17
---- ----
**Download** `0.17.0-rc.1`_
+ Allow negative padding in more places + Allow negative padding in more places
+ Add code generation for some quantized ops + Add code generation for some quantized ops
+ Preliminary dynamic shape support + Preliminary dynamic shape support
...@@ -131,11 +127,6 @@ Summary of documentation-related changes: ...@@ -131,11 +127,6 @@ Summary of documentation-related changes:
0.16 0.16
---- ----
* **Download**: `0.16.0-rc.3`_
* **Download** `0.16.0-rc.2`_
* **Download** `0.16.0-rc.1`_
+ NodeInput and NodeOutput classes prepare for simplifications of Node + NodeInput and NodeOutput classes prepare for simplifications of Node
+ Test improvements + Test improvements
+ Additional quantization ops + Additional quantization ops
...@@ -143,11 +134,3 @@ Summary of documentation-related changes: ...@@ -143,11 +134,3 @@ Summary of documentation-related changes:
+ Fix memory leak + Fix memory leak
+ Concat optimization + Concat optimization
+ Doc updates + Doc updates
.. _0.20.0-rc.0: https://github.com/NervanaSystems/ngraph/releases/tag/v0.20.0-rc.0_
.. _0.19.0-rc.2: https://github.com/NervanaSystems/ngraph/releases/tag/v0.19.0-rc.2_
.. _0.18.1: https://github.com/NervanaSystems/ngraph/releases/tag/v0.18.1_
.. _0.17.0-rc.1: `https://github.com/NervanaSystems/ngraph/releases/tag/v0.17.0-rc.1
.. _0.16.0-rc.3: https://github.com/NervanaSystems/ngraph/releases/tag/v0.16.0-rc.3
.. _0.16.0-rc.2: https://github.com/NervanaSystems/ngraph/releases/tag/v0.16.0-rc.2
.. _0.16.0-rc.1: https://github.com/NervanaSystems/ngraph/releases/tag/v0.16.0-rc.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment