From 95894f7a0533a2ff36f0ca1bb3c2354512c76656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Pe=C3=B1a=20Tapia?= <57907331+ElePT@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:21:55 +0100 Subject: [PATCH] Prepare 0.7 Release (#709) * Move renos, add prelude * Fix spelling --- .pylintdict | 1 + .../0.7/0.7-prelude-da0a365f75662bb6.yaml | 18 ++++++++++++++++++ ...add-python311-support-5b71a67a07606405.yaml | 0 ...d-qnn-circuit-to-qnns-2e0edc76f4893fdd.yaml | 0 ...eural-network-circuit-f2e593c13f3e37d5.yaml | 0 ...ty-statevector-kernel-6d9c927d16c1cb35.yaml | 0 .../drop-python-3.7-a1786b34d557b34e.yaml | 0 .../fix-complex-kernel-99b0c19dbf1a4717.yaml | 0 .../fix-rawfeaturevector-742a68224ddb1b9d.yaml | 0 ...ctor-type-conversions-fade90fc7c6f9d7c.yaml | 0 .../migrate-algorithms-d96866989800aa91.yaml | 0 .../remove-deprecated-3c8493dd0b92c4a3.yaml | 0 .../remove-qgan-runtime-aa74bec5d95ffa00.yaml | 0 13 files changed, 19 insertions(+) create mode 100644 releasenotes/notes/0.7/0.7-prelude-da0a365f75662bb6.yaml rename releasenotes/notes/{ => 0.7}/add-python311-support-5b71a67a07606405.yaml (100%) rename releasenotes/notes/{ => 0.7}/add-qnn-circuit-to-qnns-2e0edc76f4893fdd.yaml (100%) rename releasenotes/notes/{ => 0.7}/add-quantum-neural-network-circuit-f2e593c13f3e37d5.yaml (100%) rename releasenotes/notes/{ => 0.7}/add-trainable-fidelity-statevector-kernel-6d9c927d16c1cb35.yaml (100%) rename releasenotes/notes/{ => 0.7}/drop-python-3.7-a1786b34d557b34e.yaml (100%) rename releasenotes/notes/{ => 0.7}/fix-complex-kernel-99b0c19dbf1a4717.yaml (100%) rename releasenotes/notes/{ => 0.7}/fix-rawfeaturevector-742a68224ddb1b9d.yaml (100%) rename releasenotes/notes/{ => 0.7}/fix-torch-connector-type-conversions-fade90fc7c6f9d7c.yaml (100%) rename releasenotes/notes/{ => 0.7}/migrate-algorithms-d96866989800aa91.yaml (100%) rename releasenotes/notes/{ => 0.7}/remove-deprecated-3c8493dd0b92c4a3.yaml (100%) rename releasenotes/notes/{ => 0.7}/remove-qgan-runtime-aa74bec5d95ffa00.yaml (100%) diff --git a/.pylintdict b/.pylintdict index c86aed7c8..cf55f403f 100644 --- a/.pylintdict +++ b/.pylintdict @@ -153,6 +153,7 @@ nxd nxm observables olson +onboarding opflow optim optimizer's diff --git a/releasenotes/notes/0.7/0.7-prelude-da0a365f75662bb6.yaml b/releasenotes/notes/0.7/0.7-prelude-da0a365f75662bb6.yaml new file mode 100644 index 000000000..dd9e06cbb --- /dev/null +++ b/releasenotes/notes/0.7/0.7-prelude-da0a365f75662bb6.yaml @@ -0,0 +1,18 @@ +--- +prelude: > + Qiskit Machine Learning has been migrated to the `qiskit-community Github organization + `_ to further emphasize that it is a community-driven project. + + To reflect this change, and because we are onboarding additional code-owners and maintainers, + with this version (0.7) we have decided to *remove all deprecated* code, regardless of the time of its deprecation. + This ensures that the new members of the development team do not have a large bulk of legacy code to maintain. + + This can mean one of two things for you as the end-user: + + #. Nothing, if you already migrated your code and no longer rely on any deprecated features. + #. Otherwise, you should make sure that your workflow doesn't rely on deprecated classes. If you cannot do that, + or want to continue using some of the features that were removed, you should pin your version of + Qiskit Machine Learning to 0.6. + + For more context on the changes around Qiskit Machine Learning and the other application projects as well as the + Algorithms library in Qiskit, be sure to read this `blog post `_. diff --git a/releasenotes/notes/add-python311-support-5b71a67a07606405.yaml b/releasenotes/notes/0.7/add-python311-support-5b71a67a07606405.yaml similarity index 100% rename from releasenotes/notes/add-python311-support-5b71a67a07606405.yaml rename to releasenotes/notes/0.7/add-python311-support-5b71a67a07606405.yaml diff --git a/releasenotes/notes/add-qnn-circuit-to-qnns-2e0edc76f4893fdd.yaml b/releasenotes/notes/0.7/add-qnn-circuit-to-qnns-2e0edc76f4893fdd.yaml similarity index 100% rename from releasenotes/notes/add-qnn-circuit-to-qnns-2e0edc76f4893fdd.yaml rename to releasenotes/notes/0.7/add-qnn-circuit-to-qnns-2e0edc76f4893fdd.yaml diff --git a/releasenotes/notes/add-quantum-neural-network-circuit-f2e593c13f3e37d5.yaml b/releasenotes/notes/0.7/add-quantum-neural-network-circuit-f2e593c13f3e37d5.yaml similarity index 100% rename from releasenotes/notes/add-quantum-neural-network-circuit-f2e593c13f3e37d5.yaml rename to releasenotes/notes/0.7/add-quantum-neural-network-circuit-f2e593c13f3e37d5.yaml diff --git a/releasenotes/notes/add-trainable-fidelity-statevector-kernel-6d9c927d16c1cb35.yaml b/releasenotes/notes/0.7/add-trainable-fidelity-statevector-kernel-6d9c927d16c1cb35.yaml similarity index 100% rename from releasenotes/notes/add-trainable-fidelity-statevector-kernel-6d9c927d16c1cb35.yaml rename to releasenotes/notes/0.7/add-trainable-fidelity-statevector-kernel-6d9c927d16c1cb35.yaml diff --git a/releasenotes/notes/drop-python-3.7-a1786b34d557b34e.yaml b/releasenotes/notes/0.7/drop-python-3.7-a1786b34d557b34e.yaml similarity index 100% rename from releasenotes/notes/drop-python-3.7-a1786b34d557b34e.yaml rename to releasenotes/notes/0.7/drop-python-3.7-a1786b34d557b34e.yaml diff --git a/releasenotes/notes/fix-complex-kernel-99b0c19dbf1a4717.yaml b/releasenotes/notes/0.7/fix-complex-kernel-99b0c19dbf1a4717.yaml similarity index 100% rename from releasenotes/notes/fix-complex-kernel-99b0c19dbf1a4717.yaml rename to releasenotes/notes/0.7/fix-complex-kernel-99b0c19dbf1a4717.yaml diff --git a/releasenotes/notes/fix-rawfeaturevector-742a68224ddb1b9d.yaml b/releasenotes/notes/0.7/fix-rawfeaturevector-742a68224ddb1b9d.yaml similarity index 100% rename from releasenotes/notes/fix-rawfeaturevector-742a68224ddb1b9d.yaml rename to releasenotes/notes/0.7/fix-rawfeaturevector-742a68224ddb1b9d.yaml diff --git a/releasenotes/notes/fix-torch-connector-type-conversions-fade90fc7c6f9d7c.yaml b/releasenotes/notes/0.7/fix-torch-connector-type-conversions-fade90fc7c6f9d7c.yaml similarity index 100% rename from releasenotes/notes/fix-torch-connector-type-conversions-fade90fc7c6f9d7c.yaml rename to releasenotes/notes/0.7/fix-torch-connector-type-conversions-fade90fc7c6f9d7c.yaml diff --git a/releasenotes/notes/migrate-algorithms-d96866989800aa91.yaml b/releasenotes/notes/0.7/migrate-algorithms-d96866989800aa91.yaml similarity index 100% rename from releasenotes/notes/migrate-algorithms-d96866989800aa91.yaml rename to releasenotes/notes/0.7/migrate-algorithms-d96866989800aa91.yaml diff --git a/releasenotes/notes/remove-deprecated-3c8493dd0b92c4a3.yaml b/releasenotes/notes/0.7/remove-deprecated-3c8493dd0b92c4a3.yaml similarity index 100% rename from releasenotes/notes/remove-deprecated-3c8493dd0b92c4a3.yaml rename to releasenotes/notes/0.7/remove-deprecated-3c8493dd0b92c4a3.yaml diff --git a/releasenotes/notes/remove-qgan-runtime-aa74bec5d95ffa00.yaml b/releasenotes/notes/0.7/remove-qgan-runtime-aa74bec5d95ffa00.yaml similarity index 100% rename from releasenotes/notes/remove-qgan-runtime-aa74bec5d95ffa00.yaml rename to releasenotes/notes/0.7/remove-qgan-runtime-aa74bec5d95ffa00.yaml