Skip to content

Commit 31087ab

Browse files
committed
Deprecate directx for 0.9.12
1 parent 7b2064b commit 31087ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
* Removed Python 3.7 support and added Python 3.11 support (#374)
3131

3232
### 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)
3435

3536
## [0.9.11.2] - 2023-08-11
3637

pygsti/algorithms/directx.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# http://www.apache.org/licenses/LICENSE-2.0 or in the LICENSE file in the root pyGSTi directory.
1111
#***************************************************************************************************
1212

13+
import warnings as _warnings
14+
_warnings.warn("pygsti.algorithms.directx is deprecated and will be removed in pyGSTi 0.9.13")
1315

1416
from pygsti.algorithms import core as _core
1517
from pygsti import baseobjs as _baseobjs

0 commit comments

Comments
 (0)