You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: DEPRECATION.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Deprecation Policy
2
2
3
-
Starting from the 1.0.0 release, Qiskit follows semantic versioning, with a yearly release cycle for major releases.
3
+
Starting from the 1.0 release, Qiskit follows semantic versioning, with a yearly release cycle for major releases.
4
4
[Full details of the scheduling are hosted with the external public documentation](https://docs.quantum.ibm.com/open-source/qiskit-sdk-version-strategy).
5
5
6
6
This document is primarily intended for developers of Qiskit themselves.
@@ -150,11 +150,11 @@ and add the deprecation to that function's docstring so that it shows up in the
150
150
```python
151
151
from qiskit.utils.deprecation import deprecate_arg, deprecate_func
152
152
153
-
@deprecate_func(since="0.24.0", additional_msg="No replacement is provided.")
153
+
@deprecate_func(since="1.2", additional_msg="No replacement is provided.")
[](https://github.com/Qiskit/qiskit/releases?q=tag%3A0)
5
+
<!--[](https://github.com/Qiskit/qiskit/releases?q=tag%3A0)-->
@@ -22,9 +22,6 @@ For more details on how to use Qiskit, refer to the documentation located here:
22
22
23
23
## Installation
24
24
25
-
> [!WARNING]
26
-
> Do not try to upgrade an existing Qiskit 0.* environment to Qiskit 1.0 in-place. [Read more](https://docs.quantum.ibm.com/migration-guides/qiskit-1.0-installation).
27
-
28
25
We encourage installing Qiskit via ``pip``:
29
26
30
27
```bash
@@ -146,9 +143,9 @@ to the project at different levels. If you use Qiskit, please cite as per the in
146
143
147
144
The changelog for a particular release is dynamically generated and gets
148
145
written to the release page on Github for each release. For example, you can
0 commit comments