Skip to content

Commit

Permalink
Merge pull request #52 from nfwvogt/main
Browse files Browse the repository at this point in the history
Final updates of dependencies for release 0.5.0
  • Loading branch information
nfwvogt authored Jul 15, 2021
2 parents 4141f38 + a782916 commit aaef943
Show file tree
Hide file tree
Showing 27 changed files with 2,857 additions and 7,033 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
RUSTFLAGS="-C link-arg=-undefined -C link-arg=dynamic_lookup" maturin build -i ${{ matrix.python.interpreter }} -m qoqo/Cargo.toml --release --universal2
RUSTFLAGS="-C link-arg=-undefined -C link-arg=dynamic_lookup" maturin build -i ${{ matrix.python.interpreter }} -m qoqo/Cargo.toml --release
python -m twine upload target/wheels/*
# deploy_windows:
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

This changelog track changes to the qoqo project starting at version 0.5.0

## 0.5.0

### Changed

* Fixed versioning scheme to use the same version number across the project.
* Updated pyo3 dependency to 0.14.1, numpy to 0.14, num-complex to 0.4 and ndarray to 0.15
* Removed sprs dependency to allow update of other dependencies

### Fixed in qoqo

* Wrong Python Class name of ClassicalRegister measurement (was "Cheated")

### Added

* PhaseShiftedControlledZ gate in roqoqo
* QoqoBackendError to use in the python interface of rust based backends
Loading

0 comments on commit aaef943

Please sign in to comment.