File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 30
30
* Removed Python 3.7 support and added Python 3.11 support (#374)
31
31
32
32
### Deprecated
33
- * The `qibo` evotype (in preparation for removing Qibo integration in pyGSTi 0.9.13) (#363)
33
+ * The `pygsti.algorithms.directx` module
34
+ * The `qibo` evotype (#363)
34
35
35
36
## [0.9.11.2] - 2023-08-11
36
37
Original file line number Diff line number Diff line change 10
10
# http://www.apache.org/licenses/LICENSE-2.0 or in the LICENSE file in the root pyGSTi directory.
11
11
#***************************************************************************************************
12
12
13
+ import warnings as _warnings
14
+ _warnings .warn ("pygsti.algorithms.directx is deprecated and will be removed in pyGSTi 0.9.13" )
13
15
14
16
from pygsti .algorithms import core as _core
15
17
from pygsti import baseobjs as _baseobjs
You can’t perform that action at this time.
0 commit comments