Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for next release #3720

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions Docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,41 @@
.. include:: abbreviation.txt

.. _rn-index:

#############
Release notes
#############

2.0.0
=====

* New Features
* Common
* Reorganized the documentation to more clearly explain AIMET procedures
* Redesigned the documentation using the `Furo theme <https://sphinx-themes.readthedocs.io/en/latest/sample-sites/furo/>`_
* Added post-AIMET procedures on how to take AIMET quantized model to |qnn| and |qai_hub|
* PyTorch
* BREAKING CHANGE: :mod:`aimet_torch.v2` has become the default API. All the legacy APIs are migrated to :mod:`aimet_torch.v1` subpackage, for example from :mod:`aimet_torch.qc_quantize_op` to :mod:`aimet_torch.v1.qc_quantize_op`
* Added Manual Mixed Precision Configurator (Beta) to make it easy to configure a model in Mixed Precision.
* ONNX
* Optimized :func:`QuantizationSimModel.__init__` latency
* Align :mod:`ConnectedGraph` representation with onnx graph

* Bug Fixes
* ONNX
* Bug fixes for Adaround
* Bug fixes for BN fold

* Upgrading
* PyTorch
* aimet_torch 2 is fully backward compatible with all the public APIs of aimet_torch 1.x. If you are using low-level components of :class:`QuantizationSimModel`, please see :doc:`Migrate to aimet_torch 2 </apiref/torch/migration_guide>`.

1.35.1
======

* PyTorch
* Fixed package versioning for compatibility with latest pip version

1.35.0
======

Expand Down
47 changes: 24 additions & 23 deletions Docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,27 @@
AIMET documentation versions
############################

* `2.00 (current) <index.html>`_
* `1.35 <https://quic.github.io/aimet-pages/releases/1.35.0/user_guide/index.html>`_
* `1.34 <https://quic.github.io/aimet-pages/releases/1.34.0/user_guide/index.html>`_
* `1.33 <https://quic.github.io/aimet-pages/releases/1.33.0/user_guide/index.html>`_
* `1.32 <https://quic.github.io/aimet-pages/releases/1.32.0/user_guide/index.html>`_
* `1.31 <https://quic.github.io/aimet-pages/releases/1.31.0/user_guide/index.html>`_
* `1.30 <https://quic.github.io/aimet-pages/releases/1.30.0/user_guide/index.html>`_
* `1.29 <https://quic.github.io/aimet-pages/releases/1.29.0/user_guide/index.html>`_
* `1.28 <https://quic.github.io/aimet-pages/releases/1.28.0/user_guide/index.html>`_
* `1.27 <https://quic.github.io/aimet-pages/releases/1.27.0/user_guide/index.html>`_
* `1.26 <https://quic.github.io/aimet-pages/releases/1.26.0/user_guide/index.html>`_
* `1.25 <https://quic.github.io/aimet-pages/releases/1.25.0/user_guide/index.html>`_
* `1.24 <https://quic.github.io/aimet-pages/releases/1.24.0/user_guide/index.html>`_
* `1.23 <https://quic.github.io/aimet-pages/releases/1.23.0/user_guide/index.html>`_
* `1.22 <https://quic.github.io/aimet-pages/releases/1.22.0/user_guide/index.html>`_
* `1.21 <https://quic.github.io/aimet-pages/releases/1.21.0/user_guide/index.html>`_
* `1.20 <https://quic.github.io/aimet-pages/releases/1.20.0/user_guide/index.html>`_
* `1.19 <https://quic.github.io/aimet-pages/releases/1.19.1/user_guide/index.html>`_
* `1.18 <https://quic.github.io/aimet-pages/releases/1.18.0/user_guide/index.html>`_
* `1.17 <https://quic.github.io/aimet-pages/releases/1.17.0/user_guide/index.html>`_
* `1.16 <https://quic.github.io/aimet-pages/releases/1.16.0/user_guide/index.html>`_
* `1.14 <https://quic.github.io/aimet-pages/releases/1.14.0/user_guide/index.html>`_
* `1.13 <https://quic.github.io/aimet-pages/releases/1.13.0/user_guide/index.html>`_
* `2.0.0 (current) <https://quic.github.io/aimet-pages/releases/2.0.0/index.html>`_
* `1.35.1 <https://quic.github.io/aimet-pages/releases/1.35.1/user_guide/index.html>`_
* `1.35.0 <https://quic.github.io/aimet-pages/releases/1.35.0/user_guide/index.html>`_
* `1.34.0 <https://quic.github.io/aimet-pages/releases/1.34.0/user_guide/index.html>`_
* `1.33.0 <https://quic.github.io/aimet-pages/releases/1.33.0/user_guide/index.html>`_
* `1.32.0 <https://quic.github.io/aimet-pages/releases/1.32.0/user_guide/index.html>`_
* `1.31.0 <https://quic.github.io/aimet-pages/releases/1.31.0/user_guide/index.html>`_
* `1.30.0 <https://quic.github.io/aimet-pages/releases/1.30.0/user_guide/index.html>`_
* `1.29.0 <https://quic.github.io/aimet-pages/releases/1.29.0/user_guide/index.html>`_
* `1.28.0 <https://quic.github.io/aimet-pages/releases/1.28.0/user_guide/index.html>`_
* `1.27.0 <https://quic.github.io/aimet-pages/releases/1.27.0/user_guide/index.html>`_
* `1.26.0 <https://quic.github.io/aimet-pages/releases/1.26.0/user_guide/index.html>`_
* `1.25.0 <https://quic.github.io/aimet-pages/releases/1.25.0/user_guide/index.html>`_
* `1.24.0 <https://quic.github.io/aimet-pages/releases/1.24.0/user_guide/index.html>`_
* `1.23.0 <https://quic.github.io/aimet-pages/releases/1.23.0/user_guide/index.html>`_
* `1.22.0 <https://quic.github.io/aimet-pages/releases/1.22.0/user_guide/index.html>`_
* `1.21.0 <https://quic.github.io/aimet-pages/releases/1.21.0/user_guide/index.html>`_
* `1.20.0 <https://quic.github.io/aimet-pages/releases/1.20.0/user_guide/index.html>`_
* `1.19.1 <https://quic.github.io/aimet-pages/releases/1.19.1/user_guide/index.html>`_
* `1.18.0 <https://quic.github.io/aimet-pages/releases/1.18.0/user_guide/index.html>`_
* `1.17.0 <https://quic.github.io/aimet-pages/releases/1.17.0/user_guide/index.html>`_
* `1.16.0 <https://quic.github.io/aimet-pages/releases/1.16.0/user_guide/index.html>`_
* `1.14.0 <https://quic.github.io/aimet-pages/releases/1.14.0/user_guide/index.html>`_
* `1.13.0 <https://quic.github.io/aimet-pages/releases/1.13.0/user_guide/index.html>`_
Loading