Skip to content

Commit 0ba613f

Browse files
committed
Changelog and README for 0.9.13
1 parent 74b2054 commit 0ba613f

File tree

2 files changed

+40
-5
lines changed

2 files changed

+40
-5
lines changed

CHANGELOG

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# CHANGELOG
22

3+
## [0.9.13] - 2025-01-16
4+
5+
### Added
6+
* PyTorch-backed forward simulation (#390)
7+
* Support for ECR gates in QASM translation (#440, #457)
8+
* Interleaved RB (#296, #468)
9+
* Pared-down Levenberg-Marquardt for nonlinear least-squares (#500)
10+
* Fisher information for quantum instruments (#464, #503)
11+
* Wildcard and Hessians for non-ExplicitOpModels (#511)
12+
13+
### Fixed
14+
* Kraus operator decomposition with degenerate Choi matrix bugfix (#423)
15+
* NumPy improvements and fixes (#430, #431, #451, #458, #470, #518)
16+
* Model parameter desync bugfix (#456, #482)
17+
* FOGI parameter label accumulation bugfix (#486, #488)
18+
* Guarding `signal` to allow PyGSTi usage with Dask (#489)
19+
* Docstring escape and mismatch bugfixes (#502, #504)
20+
* CPTP deserialization sign flip bugfix (#341, #509)
21+
* LindbladErrorgen Hessian with dense representation bugfix (#512)
22+
* Test file updates (#510)
23+
* ProcessorSpec state space label bugfix (#474, #521)
24+
25+
### Changed
26+
* Circuit primitive performance upgrades (#445)
27+
* Refactors for matrixtools.py and the Basis class (#429, #442, #493)
28+
* Layout and MDCStore creation performance upgrades (#448)
29+
* Major 2Q GST performance improvements (#496, #517)
30+
31+
### Deprecated
32+
* We are deprecating the CVXOPT backend for CVXPY in favor of Clarabel (#437). Although pyGSTi will not warn you if you continue to use the CVXOPT backend, this change will occur with no additional warning in a future release.
33+
34+
### Removed
35+
* Removed explicit dependency on CVXOPT for wildcard optimization (#444)
36+
* Removed deprecated QIBO interface (#262, #490)
37+
* Large "spring cleaning" of unused/commented out code (#424, #452)
38+
339
## [0.9.12.3] - 2024-06-11
440

541
### Added

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
********************************************************************************
2-
pyGSTi 0.9.12.1
2+
pyGSTi 0.9.13
33
********************************************************************************
44

5-
![master build](https://github.com/pyGSTio/pyGSTi/workflows/Build%20and%20run%20tests/badge.svg?branch=master)
6-
![develop build](https://github.com/pyGSTio/pyGSTi/workflows/Build%20and%20run%20tests/badge.svg?branch=develop)
7-
![beta build](https://github.com/pyGSTio/pyGSTi/workflows/Build%20and%20run%20test%20extras/badge.svg?branch=beta)
8-
![notebooks on beta](https://github.com/pyGSTio/pyGSTi/workflows/Build%20and%20run%20notebook%20regression/badge.svg?branch=beta)
5+
[![master build](https://github.com/sandialabs/pyGSTi/actions/workflows/beta-master.yml/badge.svg?branch=master)](https://github.com/sandialabs/pyGSTi/actions/workflows/beta-master.yml)
6+
[![develop build](https://github.com/sandialabs/pyGSTi/actions/workflows/develop.yml/badge.svg?branch=develop)](https://github.com/sandialabs/pyGSTi/actions/workflows/develop.yml)
7+
[![beta build](https://github.com/sandialabs/pyGSTi/actions/workflows/beta-master.yml/badge.svg?branch=beta)](https://github.com/sandialabs/pyGSTi/actions/workflows/beta-master.yml)
98

109
pyGSTi
1110
------

0 commit comments

Comments
 (0)