Skip to content

Release version v0.7.2#430

Merged
Takishima merged 16 commits intomasterfrom
release/v0.7.2
Apr 11, 2022
Merged

Release version v0.7.2#430
Takishima merged 16 commits intomasterfrom
release/v0.7.2

Conversation

@github-actions
Copy link
Contributor

Hi @Takishima!

This PR was created in response to a manual trigger of the release workflow here: https://github.com/ProjectQ-Framework/ProjectQ/actions/runs/2147547029.
I've updated the changelog and bumped the versions in the manifest files in this commit: 4bee4d0.

Merging this PR will create a GitHub release and upload any assets that are created as part of the release build.

Takishima and others added 12 commits July 15, 2021 17:29
Merge master into develop branch
* Bump thomaseizinger/create-pull-request from 1.1.0 to 1.2.1

Bumps [thomaseizinger/create-pull-request](https://github.com/thomaseizinger/create-pull-request) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/thomaseizinger/create-pull-request/releases)
- [Changelog](https://github.com/thomaseizinger/create-pull-request/blob/master/CHANGELOG.md)
- [Commits](thomaseizinger/create-pull-request@1.1.0...1.2.1)

---
updated-dependencies:
- dependency-name: thomaseizinger/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update CHANGELOG

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nguyen Damien <ngn.damien@gmail.com>
…416)

* Bump thomaseizinger/keep-a-changelog-new-release from 1.2.1 to 1.3.0

Bumps [thomaseizinger/keep-a-changelog-new-release](https://github.com/thomaseizinger/keep-a-changelog-new-release) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/thomaseizinger/keep-a-changelog-new-release/releases)
- [Changelog](https://github.com/thomaseizinger/keep-a-changelog-new-release/blob/master/CHANGELOG.md)
- [Commits](thomaseizinger/keep-a-changelog-new-release@1.2.1...1.3.0)

---
updated-dependencies:
- dependency-name: thomaseizinger/keep-a-changelog-new-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update CHANGELOG

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Damien Nguyen <ngn.damien@gmail.com>
* Bump thomaseizinger/create-pull-request from 1.2.1 to 1.2.2

Bumps [thomaseizinger/create-pull-request](https://github.com/thomaseizinger/create-pull-request) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/thomaseizinger/create-pull-request/releases)
- [Changelog](https://github.com/thomaseizinger/create-pull-request/blob/master/CHANGELOG.md)
- [Commits](thomaseizinger/create-pull-request@1.2.1...1.2.2)

---
updated-dependencies:
- dependency-name: thomaseizinger/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update CHANGELOG

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nguyen Damien <ngn.damien@gmail.com>
* Fix compiler flags cleanup routine

* Update CHANGELOG

* Use clang for linking on Clang CI workflows

* Fix compiler_test(...) function in setup.py

* Fix CI failure when testing locally

* Remove LDSHARED for Clang build

* Fix linter warnings in setup.py

* Update CHANGELOG

* Update more workflow files for local actions

* Remove deprecated GitHub action for pre-commit

* Update CHANGELOG

* Update pre-commit hooks versions

* Refrain from updating pylint pre-commit hook for now

* Fix issue with running pre-commit on CI

* Add cache support for pre-commit on CI

* Fix name of caching step for pre-commit on CI

* Add Python 3.10 for testing on CI

* Add Python 3.10 in package metadata

* Fix gen_reqfile command if --include-extras is not provided

* Add setup option to avoid -march=native when building ProjectQ

* Add support for CIBuildWheel in pyproject.toml

* Tweak environment variables used during setup

* Avoid Linux Musl in CIBuildWheel config

* Update GitHub Workflow for publishing a release
* Bump dangoslen/changelog-enforcer from 2 to 3

Bumps [dangoslen/changelog-enforcer](https://github.com/dangoslen/changelog-enforcer) from 2 to 3.
- [Release notes](https://github.com/dangoslen/changelog-enforcer/releases)
- [Changelog](https://github.com/dangoslen/changelog-enforcer/blob/master/CHANGELOG.md)
- [Commits](dangoslen/changelog-enforcer@v2...v3)

---
updated-dependencies:
- dependency-name: dangoslen/changelog-enforcer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update CHANGELOG

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nguyen Damien <ngn.damien@gmail.com>
- For now without automatic upload of binaries to PyPi
Merge master into develop branch
* Update pre-commit hook versions

* Fix linter/formatter warnings

* Fix issues with CentOS build on the CI
* Add support for dynamic backends for IonQ

Using the backends endpoint, add available backends to the list.

* Review comments

* Formatting fixes

* changelog

* Remove unnecessary element in docstring

Co-authored-by: Nguyen Damien <ngn.damien@gmail.com>
@github-actions github-actions bot requested a review from Takishima April 11, 2022 09:22
Takishima
Takishima previously approved these changes Apr 11, 2022
Takishima
Takishima previously approved these changes Apr 11, 2022
@coveralls
Copy link

coveralls commented Apr 11, 2022

Pull Request Test Coverage Report for Build 2147898828

  • 68 of 69 (98.55%) changed or added relevant lines in 22 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.01%) to 99.986%

Changes Missing Coverage Covered Lines Changed/Added Lines %
projectq/setups/ionq.py 4 5 80.0%
Totals Coverage Status
Change from base Build 1677504285: -0.01%
Covered Lines: 7000
Relevant Lines: 7001

💛 - Coveralls

@Takishima Takishima merged commit 7a3b95b into master Apr 11, 2022
@Takishima Takishima deleted the release/v0.7.2 branch April 11, 2022 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants