Skip to content

Commit

Permalink
Prepare 0.8 release (#101)
Browse files Browse the repository at this point in the history
* Prepare 0.8 release

* Add reno for py39

* Move reno
  • Loading branch information
caleb-johnson authored Nov 6, 2024
1 parent 9bb77f4 commit 0390459
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

deploy:
name: Deploy docs
if: ${{ github.ref == 'refs/heads/stable/0.7' }}
if: ${{ github.ref == 'refs/heads/stable/0.8' }}
needs: build
permissions:
pages: write
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pull_request_rules:
actions:
backport:
branches:
- stable/0.7
- stable/0.8
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "qiskit-addon-sqd"
version = "0.7.0"
version = "0.8.0"
readme = "README.md"
description = "Classically postprocess noisy quantum samples to yield more accurate energy estimations"
license = {file = "LICENSE.txt"}
Expand Down
2 changes: 1 addition & 1 deletion qiskit_addon_sqd/fermion.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def flip_orbital_occupancies(occupancies: np.ndarray) -> np.ndarray:


@deprecate_func(
removal_timeline="no sooner than qiskit-addon-sqd 0.8.0",
removal_timeline="no sooner than qiskit-addon-sqd 0.9.0",
since="0.6.0",
package_name="qiskit-addon-sqd",
additional_msg="Use the bitstring_matrix_to_ci_strs function.",
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/0.8/py39-2afc9d3831209ea8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
Added support for Python 3.9.

0 comments on commit 0390459

Please sign in to comment.