Skip to content

Commit

Permalink
Changelog and README for 0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sserita committed Jan 16, 2025
1 parent 74b2054 commit 0ba613f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 5 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# CHANGELOG

## [0.9.13] - 2025-01-16

### Added
* PyTorch-backed forward simulation (#390)
* Support for ECR gates in QASM translation (#440, #457)
* Interleaved RB (#296, #468)
* Pared-down Levenberg-Marquardt for nonlinear least-squares (#500)
* Fisher information for quantum instruments (#464, #503)
* Wildcard and Hessians for non-ExplicitOpModels (#511)

### Fixed
* Kraus operator decomposition with degenerate Choi matrix bugfix (#423)
* NumPy improvements and fixes (#430, #431, #451, #458, #470, #518)
* Model parameter desync bugfix (#456, #482)
* FOGI parameter label accumulation bugfix (#486, #488)
* Guarding `signal` to allow PyGSTi usage with Dask (#489)
* Docstring escape and mismatch bugfixes (#502, #504)
* CPTP deserialization sign flip bugfix (#341, #509)
* LindbladErrorgen Hessian with dense representation bugfix (#512)
* Test file updates (#510)
* ProcessorSpec state space label bugfix (#474, #521)

### Changed
* Circuit primitive performance upgrades (#445)
* Refactors for matrixtools.py and the Basis class (#429, #442, #493)
* Layout and MDCStore creation performance upgrades (#448)
* Major 2Q GST performance improvements (#496, #517)

### Deprecated
* 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.

### Removed
* Removed explicit dependency on CVXOPT for wildcard optimization (#444)
* Removed deprecated QIBO interface (#262, #490)
* Large "spring cleaning" of unused/commented out code (#424, #452)

## [0.9.12.3] - 2024-06-11

### Added
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
********************************************************************************
pyGSTi 0.9.12.1
pyGSTi 0.9.13
********************************************************************************

![master build](https://github.com/pyGSTio/pyGSTi/workflows/Build%20and%20run%20tests/badge.svg?branch=master)
![develop build](https://github.com/pyGSTio/pyGSTi/workflows/Build%20and%20run%20tests/badge.svg?branch=develop)
![beta build](https://github.com/pyGSTio/pyGSTi/workflows/Build%20and%20run%20test%20extras/badge.svg?branch=beta)
![notebooks on beta](https://github.com/pyGSTio/pyGSTi/workflows/Build%20and%20run%20notebook%20regression/badge.svg?branch=beta)
[![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)
[![develop build](https://github.com/sandialabs/pyGSTi/actions/workflows/develop.yml/badge.svg?branch=develop)](https://github.com/sandialabs/pyGSTi/actions/workflows/develop.yml)
[![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)

pyGSTi
------
Expand Down

0 comments on commit 0ba613f

Please sign in to comment.