Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.13.2 #2031

Merged
merged 12 commits into from
Jan 17, 2024
Merged

Release 0.13.2 #2031

merged 12 commits into from
Jan 17, 2024

Conversation

doichanj
Copy link
Collaborator

@doichanj doichanj commented Jan 16, 2024

Summary

This PR is for fix release 0.13.2

Details and comments

This release includes:
#2023
#2026
#1971
#2016
#2014
#2008
#2006
#2012
#2013
#2022
#2024
#2018

doichanj and others added 4 commits January 16, 2024 17:40
The module has been pending deprecation since Qiskit 0.45.
It is deprecated for 0.46 and removed in 1.0.

This removal concerns the import location of ``UnitaryGate`` and the
usage of the ``ExtensionError``. The first is easily fixed, whereas for
the latter I tried using ``ValueError`` or ``TypeError``, which seemed
to cover the error meanings. Technically, this is a breaking change and
we could introduce an intermediary class that inherits from the deprecated
``ExtensionError`` and the new choice of error. However, since we will
soon be changing to 1.0 and we also skipped this in Qiskit Terra (as we
thought it highly unlikely that users are actually relying on this error
type) it might be fine to just change the error type.
* Fix GPU batched execution

* format
The unistd.h API that had been used for both Linux and macOS is not
always available in macOS environments, for example when building with
upstream clang rather than AppleClang.

Closes Qiskit#1923
@jakelishman
Copy link
Member

Could we try pulling #2022 in?

doichanj and others added 3 commits January 16, 2024 17:44
* remove qiskit.test from test/common.py

* fix format, add releasenote

---------

Co-authored-by: Hiroshi Horii <hhorii@users.noreply.github.com>
Co-authored-by: Hiroshi Horii <hhorii@users.noreply.github.com>
…kit#2006)

* deprecate_func "since" parameter should be a str, not a float

* black
@doichanj
Copy link
Collaborator Author

@hhorii said if we include #2022, we have to release 0.14 not 0.13.2. but I think we can release 0.14 instead of 0.13.2, which is better?

* avoid accessing GPUs when using CPU only

* remove unused import/parameter
* reduce warning meesages

* format

* fix Windows

* uint -> uint_t

* fix Thrust seg fault

* format
@jakelishman
Copy link
Member

We can release Python 3.12 support without a new major version, I think (so in Are 0.13.2) - we did it for Python 3.11 support in Aer 0.11.2 last year. There's no feature changes in the code, just the build process.

* Add support for running with Python 3.12

Python 3.12.0 was released on 10-02-2023, this commit marks the start
of support for Python 3.12 in qiskit-aer. It adds the supported Python
version in the package metadata and updates the CI configuration to run
test jobs on Python 3.12 and build Python 3.12 wheels on release.

* Remove numpy constraints

* Uncap six

* Fix i686 build steps

* Use python 3.12.0 in tests to work around unittest breakage in 3.12.1

* Use 3.12.0 for all test jobs

---------

Co-authored-by: Jun Doi <doichan@jp.ibm.com>
@doichanj doichanj requested a review from hhorii January 17, 2024 01:35
hhorii and others added 2 commits January 17, 2024 10:38
Co-authored-by: Jun Doi <doichan@jp.ibm.com>
Co-authored-by: Jun Doi <doichan@jp.ibm.com>
Copy link
Collaborator

@hhorii hhorii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@doichanj doichanj merged commit 5c33837 into Qiskit:stable/0.13 Jan 17, 2024
35 checks passed
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.

8 participants