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

Fix RawFeatureVector #654

Merged

Conversation

adekusar-drl
Copy link
Collaborator

Summary

The changes introduced here Qiskit/qiskit#10183 has broken RawFeatureVector.
Fixes #653.

@woodsp-ibm woodsp-ibm added the stable backport potential The bug might be minimal and/or import enough to be port to stable label Jun 6, 2023
@woodsp-ibm
Copy link
Member

I tagged it as stable backport since I imagine we should do a bug fix release to address compatibility with the latest Qiskit. This will work with the earlier version too right. Will need a release note...

@adekusar-drl
Copy link
Collaborator Author

Added reno.

@adekusar-drl adekusar-drl merged commit d0bcf03 into qiskit-community:main Jun 8, 2023
mergify bot pushed a commit that referenced this pull request Jun 8, 2023
* fix rawfeaturevector

* fix rawfeaturevector

* Update qiskit_machine_learning/circuit/library/raw_feature_vector.py

Co-authored-by: Julien Gacon <[email protected]>

* fix imports

* add reno

* add reno

---------

Co-authored-by: Julien Gacon <[email protected]>
(cherry picked from commit d0bcf03)
adekusar-drl added a commit that referenced this pull request Jun 8, 2023
* fix rawfeaturevector

* fix rawfeaturevector

* Update qiskit_machine_learning/circuit/library/raw_feature_vector.py

Co-authored-by: Julien Gacon <[email protected]>

* fix imports

* add reno

* add reno

---------

Co-authored-by: Julien Gacon <[email protected]>
(cherry picked from commit d0bcf03)

Co-authored-by: Anton Dekusar <[email protected]>
oscar-wallis pushed a commit that referenced this pull request Feb 16, 2024
* fix rawfeaturevector

* fix rawfeaturevector

* Update qiskit_machine_learning/circuit/library/raw_feature_vector.py

Co-authored-by: Julien Gacon <[email protected]>

* fix imports

* add reno

* add reno

---------

Co-authored-by: Julien Gacon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stable backport potential The bug might be minimal and/or import enough to be port to stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RawFeatureVector is broken due to latest changes in Terra
3 participants