Skip to content

Commit

Permalink
Update changelog for 0.2.2 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Jun 18, 2022
1 parent de77bae commit 076451a
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,35 @@
Changelog
*********

Version 0.2.2 (June 20, 2022)
+++++++++++++++++++++++++++++

Improvements
------------
- Correct the spelling of Hadamard. (`#132 <https://github.com/qutip/qutip-qip/pull/132>`_)
- Support the `dev.major` branch of `qutip`. (`#136 <https://github.com/qutip/qutip-qip/pull/136>`_)
- Export circuit plots as png with dpi. (`#139 <https://github.com/qutip/qutip-qip/pull/139>`_)

Bug Fixes
---------
- Fix Circuit Plotting for non-reversed states. (`#137 <https://github.com/qutip/qutip-qip/pull/137>`_)
- Fix add_gate behavior when supplied multiple indices. (`#142 <https://github.com/qutip/qutip-qip/pull/142>`_)
- Quantum circuits inherit user gates from add_circuit. (`#144 <https://github.com/qutip/qutip-qip/pull/144>`_)


Version 0.2.1 (Feb 20, 2022)
++++++++++++++++++++++++++++

This release includes a revision of the documentation and adds more code examples in the API doc strings.

Bug Fixes
---------
- Remove the check on the initial state dimension in ``QubitCircuit.run()`` (#127 <https://github.com/qutip/qutip-qip/pull/127>`_)
- Remove the check on the initial state dimension in ``QubitCircuit.run()`` (`#127 <https://github.com/qutip/qutip-qip/pull/127>`_)

Improvements
------------
- Rewrite the documentation for the pulse-level simulation. (#121 <https://github.com/qutip/qutip-qip/pull/121>`_)
- Add more code examples in the doc strings. (#126 <https://github.com/qutip/qutip-qip/pull/126>`_)
- Rewrite the documentation for the pulse-level simulation. (`#121 <https://github.com/qutip/qutip-qip/pull/121>`_)
- Add more code examples in the doc strings. (`#126 <https://github.com/qutip/qutip-qip/pull/126>`_)


Version 0.2.0 (Nov 26, 2021)
Expand Down

0 comments on commit 076451a

Please sign in to comment.