Skip to content

Commit

Permalink
Merge pull request #2188 from Ericgig/prepare-qutip-4.7.2
Browse files Browse the repository at this point in the history
Create changelog for 4.7.2
  • Loading branch information
Ericgig committed Jun 28, 2023
2 parents 4dae7f7 + 935d246 commit e010ce4
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
4.7.1
4.7.2
19 changes: 19 additions & 0 deletions doc/changelog.rst
Expand Up @@ -6,6 +6,25 @@ Change Log

.. towncrier release notes start
QuTiP 4.7.2 (2023-06-28)
========================

This is a bugfix release for QuTiP 4.7.X. It adds support for
numpy 1.25 and scipy 1.11.

Bug Fixes
---------
- Fix setting of sso.m_ops in heterodyne smesolver and passing through of sc_ops to photocurrent solver. (#2081 by Bogdan Reznychenko and Simon Cross)
- Update calls to SciPy eigvalsh and eigsh to pass the range of eigenvalues to return using ``subset_by_index=``. (#2081 by Simon Cross)
- Fixed bug where some matrices were wrongly found to be hermitian. (#2082 by AGaliciaMartinez)

Miscellaneous
-------------
- Fixed typo in stochastic.py (#2049, by eltociear)
- `ptrace` always return density matrix (#2185, issue by udevd)
- `mesolve` can support mixed callable and Qobj for `e_ops` (#2184 issue by balopat)


Version 4.7.1 (December 11, 2022)
+++++++++++++++++++++++++++++++++

Expand Down
1 change: 0 additions & 1 deletion doc/changes/2049.misc

This file was deleted.

2 changes: 0 additions & 2 deletions doc/changes/2081.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/2082.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/2083.misc

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/2118.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/2129.misc

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/2178.misc

This file was deleted.

0 comments on commit e010ce4

Please sign in to comment.