Skip to content

Commit

Permalink
Prepare 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Nov 11, 2024
1 parent 51f1bfc commit d8f8dcd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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-aqc-tensor"
version = "0.1.0"
version = "0.1.1"
description = "Approximate quantum compilation with tensor networks"
readme = "README.md"
license = {file = "LICENSE.txt"}
Expand Down
6 changes: 6 additions & 0 deletions releasenotes/notes/0.1/autograd-55307c54cc94d67b.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
features:
- |
This release adds `quimb-autograd` as an optional dependency,
so that one can now run ``pip install 'qiskit-addon-aqc-tensor[quimb-autograd]'``
to install the addon along with quimb and autograd.

0 comments on commit d8f8dcd

Please sign in to comment.