Skip to content

Commit 906f553

Browse files
authored
Configure reno for C API (#14105)
* Configure reno for C and remove legacy algorithm mentions * add deprecations_c, keep algo sections
1 parent 6ce7788 commit 906f553

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

releasenotes/config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ unreleased_version_title: Unreleased Notes Preview
77
sections:
88
- [features, New Features]
99
- [features_algorithms, Algorithms Features]
10+
- [features_c, C API Features]
1011
- [features_circuits, Circuits Features]
1112
- [features_primitives, Primitives Features]
1213
- [features_providers, Providers Features]
@@ -22,6 +23,7 @@ sections:
2223
- [upgrade, Upgrade Notes]
2324
- [upgrade_algorithms, Algorithms Upgrade Notes]
2425
- [upgrade_circuits, Circuits Upgrade Notes]
26+
- [upgrade_c, C API Upgrade Notes]
2527
- [upgrade_primitives, Primitives Upgrade Notes]
2628
- [upgrade_providers, Providers Upgrade Notes]
2729
- [upgrade_pulse, Pulse Upgrade Notes]
@@ -34,6 +36,7 @@ sections:
3436
- [upgrade_misc, Misc. Upgrade Notes]
3537
- [deprecations, Deprecation Notes]
3638
- [deprecations_algorithms, Algorithms Deprecations]
39+
- [deprecations_c, C API Deprecations]
3740
- [deprecations_circuits, Circuits Deprecations]
3841
- [deprecations_primitives, Primitives Deprecations]
3942
- [deprecations_providers, Providers Deprecations]
@@ -67,6 +70,9 @@ template: |
6770
available in another section, such as the prelude. This may mean repeating
6871
some details. If the feature note is contained within one of the modules
6972
listed below you should use the appropriate subsection instead.
73+
features_c:
74+
- |
75+
New features related to the C API.
7076
features_circuits:
7177
- |
7278
New features related to the qiskit.circuit module.
@@ -116,6 +122,9 @@ template: |
116122
available in another section, such as the prelude. This may mean repeating
117123
some details. If the upgrade note is contained within one of the modules
118124
listed below you should use the appropriate subsection instead.
125+
upgrade_c:
126+
- |
127+
Notes with upgrade impact related to the C API.
119128
upgrade_circuits:
120129
- |
121130
Notes with upgrade impact related to the qiskit.circuit module.
@@ -158,6 +167,9 @@ template: |
158167
the text needs to be worded so that it does not depend on any information
159168
only available in another section, such as the prelude. This may mean
160169
repeating some details.
170+
deprecations_c:
171+
- |
172+
Deprecations related to the C API.
161173
deprecations_circuits:
162174
- |
163175
Deprecations related to the qiskit.circuit module.

0 commit comments

Comments
 (0)