QuTiP v4.5.2 Release Notes
Release Date: 2020-07-14 // almost 3 years ago-
🐛 Bug Fixes
zcsr_proj
does not fail with unsorted indices (by Jake Lishman )- Fixed Milstein's heterodyne errors (by Eric Giguère )
- Removed risky code (by Jake Lishman )
- Fix datatype bug in lattice (by Boxi Li )
- eigh issues on mac with openBLAS fixed (by Eric Giguère )
👌 Improvements
- Faster
zcsr_inner
(by Jake Lishman ) - Support for Scipy 1.5 (by Jake Lishman )
- Better error message when installing without numpy (by Eric Giguère )
Book keeping
- Various code style improvements (by Jake Lishman )
Previous changes from v4.5.1
-
🐛 Bug Fixes
- Safer naming for temporary files. (by Eric Giguère )
- Better error message for failed string coefficient compilation. (issue raised by nohchangsuk )
- Fix
clebsch
function for half-integer (by Thomas Walker ) - Fix
randint
'sdtype
touint32
for compatibility with windows. (issue raised by BoxiLi ) - Corrected
stochastic
's heterodyne's m_ops (by eliegenois ) - Mac pool use spawn. (issue raised by goerz )
- Fix typos in
QobjEvo._shift
. (by Eric Giguère )
👌 Improvements
- Run the python 3.8 test in travis in linux. (by Simon Cross )
- Moved other tests to 3.8. (by Eric Giguère )
- Fix travis warning (by Ivan Carvalho )
husimi
/wigner
functions adapted to accept half integer spin. (by maij )
Book keeping
- Add Boxi Li to authors. (by Alex Pitchford )
- Deprecate graph function (by Jake Lishman )
- Skip tests that cause segfault on mac. (by Nathan Shammah and Eric Giguère )