Skip to content

Commit

Permalink
Add release notes for next release (#3720)
Browse files Browse the repository at this point in the history
* Add release notes for 2.0

Signed-off-by: Hitarth Mehta <quic_hitameht@quicinc.com>
  • Loading branch information
quic-hitameht authored Jan 9, 2025
1 parent 8b73c0f commit fae6adc
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 23 deletions.
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>`_

0 comments on commit fae6adc

Please sign in to comment.