Skip to content

Commit

Permalink
Writing releasenote qiskit-community#1268
Browse files Browse the repository at this point in the history
  • Loading branch information
Musa-Sina-Ertugrul committed Apr 25, 2024
1 parent d0e597c commit bb9aba5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions releasenotes/notes/upgrade-bootstrapping-d784f7f381e1c6be.yaml
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".

0 comments on commit bb9aba5

Please sign in to comment.