Skip to content

Commit

Permalink
CHANGELOG and README updates for 0.9.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sserita committed Feb 7, 2024
1 parent 6eb293f commit 2d4fe84
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# CHANGELOG

## [0.9.12.1] - 2024-02-07

### Added
* Warnings for JupyterLab incompatibility (#328)
* Warning for modifying static DataSets (#340)
* Keyword argument to change ForwardSim types at Protocol runtime (#358)
* Flag to drop new `delay` instructions in QASM2 circuit output (#377)
* Warning for non-TP gauge transformations on CPTPLND-parameterized objects (#378)
* Code owner assignments (#384)
* A new AffineShiftOp modelmember (#386)

### Fixed
* Several tutorial updates and fixes (#247, #395)
* LGST fitting with various model parameterizations (#366)
* Deprecated convolve import in scipy 1.12 (#391, #392)

### Changed
* Stricter enforcement of line labels when using "*" in circuits (#373)
* Reimplementation of ProtectedArray (#386)
* GitHub runner updates for faster runs on development branches (#388)

## [0.9.12] - 2023-11-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
********************************************************************************
pyGSTi 0.9
pyGSTi 0.9.12.1
********************************************************************************

![master build](https://github.com/pyGSTio/pyGSTi/workflows/Build%20and%20run%20tests/badge.svg?branch=master)
Expand Down

0 comments on commit 2d4fe84

Please sign in to comment.