From 7192d631e9f71b28cf1f105def22922336738b90 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Tue, 12 Apr 2022 15:47:43 +0200 Subject: [PATCH] Fix link to PR #1827. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Eric Giguère --- doc/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 85ebf774c2..71d0419436 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -48,7 +48,7 @@ Bug Fixes - Changed implementation of ``qutip.orbital`` to use ``scipy.special.spy_harm`` to remove bugs in angle interpretation. (`#1844 `_ by Christian Staufenbiel) - Fixed ``QobjEvo.tidyup`` to use ``settings.auto_tidyup_atol`` when removing small elements in sparse matrices. (`#1832 `_ by Eric Giguère) - Ensured that tidyup's default tolerance is read from settings at each call. (`#1830 `_ by Eric Giguère) -- Fixed ``scipy.sparse`` deprecation warnings raised by ``qutip.fast_csr_matrix``. (`#1827 `_ by Simon Cross) +- Fixed ``scipy.sparse`` deprecation warnings raised by ``qutip.fast_csr_matrix``. (`#1827 `_ by Simon Cross) - Fixed rendering of vectors on the Bloch sphere when using matplotlib 3.5 and above. (`#1818 `_ by Simon Cross) - Fixed the displaying of ``Lattice1d`` instances and their unit cells. Previously calling them raised exceptions in simple cases. (`#1819 `_, `#1697 `_ and `#1702 `_ by Simon Cross and Saumya Biswas) - Fixed the displaying of the title for ``hinton`` and ``matrix_histogram`` plots when a title is given. Previously the supplied title was not displayed. (`#1707 `_ by Vladimir Vargas-Calderón)