Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.6.1

    bc50cacd · hotfix: update tests ·
    v1.6.1
    
    - bugfix: rename package, update README, MWE, and others.
  • v1.6.0

    v1.6.0
    
    - feature: rename model package to `dayabay-model`. Previous name of package is deprecated.
  • v1.4.1

    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.4.0

    v.1.4.0
    
    - feature: changed official data from fission fractions granularity to information about total netrino rate.
    - Some tests and scripts that are related to reactor data where
      commented. They will be fixed in the nearest future.
  • v1.3.2

    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.1

    Version v1.3.1
    
    - hotfix: add `absolute_efficiency` gruop for covariance matrix and pull terms. Works with model `v1a`, and `v1a_distorted`.
  • v1.3.0

    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.1

    - feature: validate the data version from `data_information.yaml` and
    use it to determine the `source_type` (data format).
    - feature: check that overridden indices exist.
    - fix: apply `Abs` transformation to scaled fission fractions.
    - chore: minor fixes and updates.
  • v1.2.0

    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.
  • v1.1.1

    - feature: enable uproot only operation (no ROOT required).
    - chore: antineutrino spectrum parametrization edges are stored in a
    text file instead of python.
  • v1.1.0

    6c79107f · chore: docs [skip ci] ·
    - [feat] example scripts.
    - [chore] automatic data type detection.
    - [chore] clean data format.
  • v1.0.0

    0d4d1301 · chore: step version ·
    - First public PYPI version. The model is based on v1 from
    [dgm-dayabay-dev](https://github.com/dagflow-team/dgm-dayabay-dev).