1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
qutip (4.5.3-1) unstable; urgency=medium
* New upstream release.
- expected to help future upgrades to numpy 1.20.
-- Drew Parsons <dparsons@debian.org> Sun, 07 Mar 2021 12:12:58 +0100
qutip (4.5.2-2) unstable; urgency=medium
* debian patch sparse_matrix_explicit_dtype_1452.patch applies
upstream PR#1452 to explicitly set dtype=np.complex128 when
constructing scipy.sparse matrices with csr_matrix. Required for
working with scipy 1.6.1. Closes: #983397.
* Standards-Version: 4.5.1
-- Drew Parsons <dparsons@debian.org> Wed, 24 Feb 2021 19:55:30 +0100
qutip (4.5.2-1) unstable; urgency=medium
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Sun, 02 Aug 2020 19:21:51 +0800
qutip (4.5.1-1) unstable; urgency=medium
* New upstream release.
* debhelper compatibility level 13
-- Drew Parsons <dparsons@debian.org> Fri, 22 May 2020 13:19:11 +0800
qutip (4.5.0-3) unstable; urgency=medium
* disable build-time tests on mip64el
(times out on test_ssesolve_homodyne_methods)
-- Drew Parsons <dparsons@debian.org> Tue, 17 Mar 2020 23:47:54 +0800
qutip (4.5.0-2) unstable; urgency=medium
* [Build-]Depends: python3-matplotlib (and in debian/tests also)
-- Drew Parsons <dparsons@debian.org> Fri, 13 Mar 2020 21:28:19 +0800
qutip (4.5.0-1) unstable; urgency=medium
* New upstream release.
* Standards-Version: 4.5.0
* Build-Depends: python3-nose2 not python3-nose
- override dh_auto_test to use nose2
* Build-Depends: python3-pytest (imported explicitly by some tests)
* debian patch fix_exception.patch ensures an Exception e is defined
when generated code fails to import.
-- Drew Parsons <dparsons@debian.org> Tue, 10 Mar 2020 11:05:11 +0800
qutip (4.4.1-6) unstable; urgency=medium
* run debian/tests (autopkgtest) only on amd64
-- Drew Parsons <dparsons@debian.org> Sun, 08 Dec 2019 22:23:26 +0800
qutip (4.4.1-5) unstable; urgency=medium
* python3-qutip Depends: python3-dev, g++ (not gcc).
* debian/tests Depends: python3-all-dev
* debian patch fix_test_control_pulseoptim_setup.patch fixes pytest
API for test setup/teardown in test_control_pulseoptim.py
-- Drew Parsons <dparsons@debian.org> Sun, 01 Dec 2019 22:25:31 +0800
qutip (4.4.1-4) unstable; urgency=medium
* python3-qutip Depends: gcc. Needed but not automatically installed
by cython. qutip generates cython code at runtime
e.g. QobjEvo used in sesolve.py. Closes: #945608.
* ignore build-time test errors on non-amd64 architectures
-- Drew Parsons <dparsons@debian.org> Sat, 30 Nov 2019 19:21:56 +0800
qutip (4.4.1-3) unstable; urgency=medium
* Build-Depends: python3-all-dev
* debian/tests Depends: python3-numpy, python3-scipy, cython3
-- Drew Parsons <dparsons@debian.org> Tue, 19 Nov 2019 23:40:17 +0800
qutip (4.4.1-2) unstable; urgency=medium
* Register qutip/qip/circuit_latex.py in debian/copyright to
acknowledge gpl-2.0 copyright of Q-circuit LaTeX script embedded
in the Python code (the Python code itself is BSD-3).
-- Drew Parsons <dparsons@debian.org> Wed, 13 Nov 2019 13:46:09 +0800
qutip (4.4.1-1) unstable; urgency=medium
* New upstream release.
* update Maintainer to the Debian Science team
* Standards-Version: 4.4.1
* Build with OpenMP support.
-- Drew Parsons <dparsons@debian.org> Tue, 29 Oct 2019 02:39:11 +0800
qutip (4.3.1-1) unstable; urgency=medium
* Initial release (Closes: #928287)
-- Drew Parsons <dparsons@debian.org> Sun, 05 May 2019 12:42:45 +0800
|