forked from qiskit-community/qiskit-experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Writing releasenote qiskit-community#1268
- Loading branch information
1 parent
d0e597c
commit bb9aba5
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
releasenotes/notes/upgrade-bootstrapping-d784f7f381e1c6be.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
upgrade_expdata: | ||
- | | ||
"add_data" method on ExperimenData class hass been upgraded (Refactored).It | ||
bootstraps missing experiment_data instances and fills their inside with | ||
parent experiment_data instance data. | ||
ExperimentData class decomposes its own data by itself, | ||
"_decompose_component_data" handles that. | ||
upgrade_companalysis: | ||
- | | ||
"_run_analysis" method on CompositeAnalysis class does not need bootstrapping | ||
methods after ExperimentData class refactoring. Therefore, some methods has been | ||
deprecated and "_run_analysis" method has been refactored according to that. | ||
This refactoring has been reduced coupling. | ||
deprecations: | ||
- | | ||
After refactoring ExperimenData class there are no need for | ||
"run", "_component_experiment_data", "_marginalized_component_data", | ||
"_format_memory", "_add_child_data", "_initialize_component_experiment_data". |