Skip to content

Commit 512fc44

Browse files
edoaltamurawoodsp-ibmOkuyanBoga
authored
Prepare for 0.8 release (#828)
* Prepare for release * Prepare docs for release * Update Slack channel link * Fix 0.8 numbering * Update releasenotes/notes/0.8-prelude-3057999fac96bf43.yaml Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> * Update releasenotes/notes/0.8-prelude-3057999fac96bf43.yaml Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> * Remark Qiskit 1.0+ requirement and move renos * Move V2 renos and update prelude --------- Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> Co-authored-by: M. Emre Sahin <40424147+OkuyanBoga@users.noreply.github.com>
1 parent 2d2a249 commit 512fc44

13 files changed

+28
-17
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Kernels and Quantum Neural Networks, used in various applications including clas
1717
and regression.
1818

1919
This library is part of the Qiskit Community ecosystem, a collection of high-level codes that are based
20-
on the Qiskit software development kit. As of version `0.7.0`, Qiskit Machine Learning is co-maintained
21-
by IBM and the Hartree Center, part of the UK Science and Technologies Facilities Council (STFC).
20+
on the Qiskit software development kit. As of version `0.7`, Qiskit Machine Learning is co-maintained
21+
by IBM and the [Hartree Center](https://www.hartree.stfc.ac.uk/), part of the UK Science and
22+
Technologies Facilities Council (STFC).
2223

2324
The Qiskit Machine Learning framework aims to be:
2425

@@ -97,7 +98,7 @@ For more details on how to do so and much more, follow the instructions in the
9798
## Migration to Qiskit 1.x
9899
> [!NOTE]
99100
> Qiskit Machine Learning depends on Qiskit, which will be automatically installed as a
100-
> dependency when you install Qiskit Machine Learning. From version `0.8.0` of Qiskit Machine
101+
> dependency when you install Qiskit Machine Learning. From version `0.8` of Qiskit Machine
101102
> Learning, Qiskit `1.0` or above will be required. If you have a pre-`1.0` version of Qiskit
102103
> installed in your environment (however it was installed), you should upgrade to `1.x` to
103104
> continue using the latest features. You may refer to the
@@ -174,8 +175,10 @@ By participating, you are expected to uphold this code.
174175

175176
We use [GitHub issues](https://github.com/qiskit-community/qiskit-machine-learning/issues) for tracking requests and bugs. Please
176177
[join the Qiskit Slack community](https://qisk.it/join-slack)
177-
and for discussion and simple questions.
178-
For questions that are more suited for a forum, we use the **Qiskit** tag in [Stack Overflow](https://stackoverflow.com/questions/tagged/qiskit).
178+
and use the [`#qiskit-machine-learning`](https://qiskit.enterprise.slack.com/archives/C07JE3V55C1)
179+
channel for discussions and short questions.
180+
For questions that are more suited for a forum, you can use the **Qiskit** tag in [Stack Overflow]
181+
(https://stackoverflow.com/questions/tagged/qiskit).
179182

180183
## Humans behind Qiskit Machine Learning
181184

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Migration to Qiskit 1.x
110110
.. note::
111111

112112
Qiskit Machine Learning depends on Qiskit, which will be automatically installed as a
113-
dependency when you install Qiskit Machine Learning. From version ``0.8.0`` of Qiskit Machine
113+
dependency when you install Qiskit Machine Learning. From version ``0.8`` of Qiskit Machine
114114
Learning, Qiskit ``1.0`` or above will be required. If you have a pre-``1.0`` version of Qiskit
115115
installed in your environment (however it was installed), you should upgrade to ``1.x`` to
116116
continue using the latest features. You may refer to the

docs/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Kernels and Quantum Neural Networks, used in various applications including clas
1010
and regression.
1111

1212
This library is part of the Qiskit Community ecosystem, a collection of high-level codes that are based
13-
on the Qiskit software development kit. As of version ``0.7.0``, Qiskit Machine Learning is co-maintained
14-
by IBM and the Hartree Center, part of the UK Science and Technologies Facilities Council (STFC).
13+
on the Qiskit software development kit. As of version ``0.7``, Qiskit Machine Learning is co-maintained
14+
by IBM and the `Hartree Center <https://www.hartree.stfc.ac.uk/>`__, part of the UK Science and
15+
Technologies Facilities Council (STFC).
1516

1617
The Qiskit Machine Learning framework aims to be:
1718

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
prelude: >
3+
From this release, Qiskit Machine Learning requires Qiskit `1.0` or above, with important
4+
changes and upgrades, such as the introduction of Quantum Bayesian inference and the migration
5+
of a subset of Qiskit Algorithms features to Qiskit Machine Learning. These changes are
6+
part of the process to build full compatibility with the version-2 (V2) Qiskit primitives
7+
available from version `0.8` of Qiskit Machine Learning. V1 primitives are deprecated and
8+
will be removed from version `0.9` (please find more information below).

releasenotes/notes/qiskit-algorithms-incorporated-421554a4ff547d0d.yaml renamed to releasenotes/notes/0.8/qiskit-algorithms-incorporated-421554a4ff547d0d.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
---
2-
prelude: >
3-
This release includes the migration of a subset of Qiskit Algorithms features to Qiskit Machine
4-
Learning. This ensures continued enhancement of essential features for Qiskit Machine
5-
Learning following the end of official support for Qiskit Algorithms. Therefore, Qiskit
6-
Machine Learning will no longer depend on Qiskit Algorithms, possibly introducing breaking
7-
changes in import structures. Some quick-fixes are described below.
8-
92
features:
103
- |
114
Migrated essential Qiskit Algorithms features to Qiskit Machine Learning:
@@ -28,10 +21,16 @@ features:
2821
You may be required to upgrade Qiskit Aer accordingly, depending on your set-up.
2922
3023
upgrade:
24+
- |
25+
From version `0.8.0`, Qiskit Machine Learning requires Qiskit `1.0` or higher.
26+
3127
- |
3228
The merge of some of the features of Qiskit Algorithms into Qiskit Machine Learning might lead
33-
to breaking changes. For this reason, caution is advised when updating to version 0.8 during
34-
critical production stages in a project.
29+
to breaking changes. For this reason, caution is advised when updating to version `0.8` during
30+
critical production stages in a project. This change ensures continued
31+
enhancement and maintenance of essential features for Qiskit Machine
32+
Learning following the end of official support for Qiskit Algorithms. Therefore, Qiskit
33+
Machine Learning will no longer depend on Qiskit Algorithms.
3534
3635
- |
3736
Users must update their imports and code references in code that uses Qiskit Machine Leaning

0 commit comments

Comments
 (0)