Commit 67c842e
authored
Split minimizer settings from fit-result outputs (#181)
* Propose minimizer input/output split ADR
* Address review 1 findings on minimizer input/output split
* Address review 2: demote credible intervals; clarify context table
* Address review 3: fix context list for credible-interval fields
* Reply to review 4: all findings already addressed in earlier replies
* Reply to review 5: both findings already addressed
* Reply to review 6: single finding already addressed in reply 3
* Reply to review 7: clean signoff, no findings
* Draft minimizer input/output split implementation plan
* Address plan review 1: reset paths, defaults, imports, factory
* Address plan review 2: migration map, reset hooks, CIF ordering
* Address plan review 3: lead P1.11 with no-reordering rule
* Rename FitResult to FitResultBase, add reset hooks
* Add LeastSquaresFitResult class
* Add BayesianFitResult class
* Register fit-result family classes with factory
* Declare paired _fit_result_class on minimizer bases
* Wire fit_result swap and reset paths to paired class
* Route LSQ result writers to fit_result
* Route Bayesian result writers to fit_result
* Remove LSQ output descriptors from minimizer base
* Remove Bayesian output descriptors from minimizer base
* Serialize fit outputs to _fit_result.* tags
* Confirm fit_result paired instance flows through serializer
* Add settings-used block to fit.results display
* Amend affected ADRs for minimizer input/output split
* Update tutorials to read outputs from fit_result
* Remove essdiffraction dependency
* Promote minimizer-input-output-split ADR
* Complete Phase 1 minimizer split review gate
* Propose IUCr CIF tag alignment for fit outputs
* Add review 4 of input/output split post-Phase 1
* Reply to minimizer input-output review 4
* Complete minimizer input-output Phase 2
* Reply to minimizer input-output review 5
* Reply to minimizer input-output review 6
* Reply to minimizer input-output review 7
* Drop minimizer-input-output-split review/reply files1 parent 973214a commit 67c842e
45 files changed
Lines changed: 2542 additions & 2010 deletions
File tree
- docs
- dev
- adrs
- accepted
- suggestions
- issues
- package-structure
- plans
- docs/tutorials
- src/easydiffraction
- analysis
- calculators
- categories
- fit_result
- minimizer
- core
- display
- io/cif
- project
- tests
- integration/scipp-analysis/dream
- unit/easydiffraction
- analysis/categories
- fit_result
- minimizer
- io
- project
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | 107 | | |
110 | 108 | | |
111 | 109 | | |
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
116 | | - | |
117 | | - | |
| 114 | + | |
118 | 115 | | |
119 | 116 | | |
120 | 117 | | |
| |||
123 | 120 | | |
124 | 121 | | |
125 | 122 | | |
126 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
| |||
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
177 | 176 | | |
178 | 177 | | |
179 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
203 | 209 | | |
204 | 210 | | |
205 | 211 | | |
| |||
Lines changed: 23 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | | - | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
73 | | - | |
74 | | - | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
388 | 391 | | |
389 | 392 | | |
390 | 393 | | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
395 | 399 | | |
396 | 400 | | |
397 | 401 | | |
| |||
461 | 465 | | |
462 | 466 | | |
463 | 467 | | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
0 commit comments