Unverified Commit 9d06ee03 authored by Leona C's avatar Leona C Committed by GitHub

Doc Release Notes for 0.29 (#4246)

* Update sitemap to not use a page title

* Release notes for 0.29

* New min Sphinx version for python3-sphinx
parent b8419c35
......@@ -30,7 +30,7 @@ sys.path.insert(0, os.path.abspath('../../../python'))
# If your documentation needs a minimal Sphinx version, state it here.
#
needs_sphinx = '1.7.5'
needs_sphinx = '1.7.9'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
......@@ -62,7 +62,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'nGraph Compiler stack'
project = u'nGraph Compiler Stack'
copyright = '2017-2020, Intel Corporation'
author = 'Intel Corporation'
......@@ -73,11 +73,11 @@ author = 'Intel Corporation'
# built documents.
#
# The short X.Y version.
version = '0.28'
version = '0.29'
# The Documentation full version, including alpha/beta/rc tags. Some features
# available in the latest code will not necessarily be documented first
release = '0.28.0'
release = '0.29.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......@@ -105,7 +105,7 @@ todo_include_todos = True
# -- Options for HTML output ----------------------------------------------
html_title = "Documentation for the nGraph Library and Compiler stack"
html_title = "Documentation for the nGraph Library and Compiler Stack"
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
......
......@@ -21,16 +21,16 @@ We are pleased to announce the release of version |version|.
Core updates for |version|
--------------------------
+ Constant folding improvements
+ Pattern refactoring
+ Serialization bug-fixes
+ Build improvements
Latest documentation updates
----------------------------
+ Better debugging documentation
+ Dynamic Shapes and APIs
+ Provenance
+ Add linkages and overview for quantization APIs
+ New ngraph.ai themed illustrations
+ Improved documentation on `Pad` op
.. important:: Pre-releases (``-rc-0.*``) have newer features, and are less stable.
......@@ -39,7 +39,17 @@ Latest documentation updates
Changelog on Previous Releases
==============================
0.28
----
+ Better debugging documentation
+ Dynamic Shapes and APIs
+ Provenance
+ Add linkages and overview for quantization APIs
+ New ngraph.ai themed illustrations
0.27.1
------
+ Fixes broken serializer for Sum and Product
+ New ops
......
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