Skip to content

Commit 08db517

Browse files
committed
Update changelog
1 parent fac6321 commit 08db517

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

doc/source/changelog.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,25 @@ Changelog
33
*********
44

55

6-
Version 0.4.0 (Nov 23, 2024)
6+
Version 0.4.1 (April 7, 2025)
77
+++++++++++++++++++++++++++++
88

9+
This update includes improvements such as a new test for verifying that circuit files are correctly saved in PNG, TXT, and PDF formats, and the addition of a package entry point with about information. Bug fixes address a correction in the ZZ coefficients calculation in the superconducting qubits model and ensure that expand_operator outputs the expected data type.
10+
11+
Improvements
12+
------------
13+
- Add a test to verify that the Matplotlib, Text, and LaTeX renderers saves circuit files in PNG, TXT, and PDF formats. (`#260 <https://github.com/qutip/qutip-qip/pull/260>`_ by Rushiraj Gadhvi)
14+
- Add family package entry point with about information. (`#261 <https://github.com/qutip/qutip-qip/pull/261>`_ by Simon Cross)
15+
16+
Bug Fixes
17+
---------
18+
- Use ``wq`` instead of ``wr`` for ``zz_coeff`` in ``SCqubits`` modelling. (`#270 <https://github.com/qutip/qutip-qip/pull/270>`_ by Ferris Prima Nugraha)
19+
- Ensure the output of ``expand_operator`` is the expected dtype. (`#273 <https://github.com/qutip/qutip-qip/pull/273>`_ by Eric Giguère)
20+
21+
22+
Version 0.4.0 (Nov 23, 2024)
23+
++++++++++++++++++++++++++++
24+
925
This release adds two new quantum circuit renderers -- one based on matplotlib and another that renders the circuit as text -- and improves the circuit simulation speed.
1026

1127
New features

0 commit comments

Comments
 (0)