Tags give the ability to mark specific points in history as being important
-
v1.4.1
7369a5a5 · ·v1.4.1 - feature: add `mc_parameters` field to determine wich normalized parameters will be used to produce Monte-Carlo samples. It works with names of parameters from the storage, not their covariance uncertainties aliases. - **warning**: group of parameters `nominal_thermal_power` must be skipped in analysis, their variation do not have influence on the final observation. Model uses just their central values.
-
v1.3.2
6ced7227 · ·v1.3.2 - hotfix: `full.covmat.chi2cnp` was removed to avoid confusions. `full.covmat.chi2cnp_alt` wes renamed to `full.covmat.chi2cnp`, it is defined as (18)-(19) equations from the [arXiv: 1903.07185](https://arxiv.org/pdf/1903.07185). Only `v1a` and `v1a_distorted` were updated.
-
v1.3.0
d75b5974 · ·Version 1.3.0 - feature: add `v1a_distorted` to study extreme spectral distortions. - feature: add `covariance_groups` parameter to control passed nuisance parameters to covarince matrix, works only with `strict=False`. Supported for `v1a` and `v1a_distorted`. - feature: add `pull_groups` parameter to control passed nuisance parameters to `nuisance.pull_extra`. Supported for `v1a` and `v1a_distorted`. - feature: add `is_absolute_efficiency_fixed` parameter to switch between fixed/variable absolute correlated detector efficiency. Supported for `v1a` and `v1a_distorted`. - feature: prepare code for reading variable periods of reactor data. - tests: optimize creation of models, ordering of tests.
-
v1.2.0
37408c05 · ·Version 1.2.0 - first build with gitlab CI/CD - feature: add `detector_selected` index to select detectors for the χ² construction. - feature: Add `switch_data` method. It can switch model output between real data (`real`) and Asimov (`asimov`). - feature: Support all the inputs via `uproot` (`ROOT` is supported just as before). - update: auto detection of source type skip `parameters` directory natively. Docstring was added.