Skip to content

Releases: XENONnT/alea

v0.2.0

01 Sep 18:46
7abcf8e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

11 Aug 15:38
454eacb
Compare
Choose a tag to compare

What's Changed

  • Unify and clean code style and docstring by @dachengx in #68
  • First runner manipulating statistical model by @dachengx in #50
  • Set best_fit_args to confidence_interval_args if None by @kdund in #76
  • Livetime scaling by @kdund in #73

Full Changelog: v0.0.0...v0.1.0

v0.0.0

28 Jul 21:58
Compare
Choose a tag to compare

What's Changed

  • readme update with pointer to previous work in lieu of commit history by @kdund in #8
  • Adds a statistical model base class (under construction by @kdund in #7
  • change folder/module name by @kdund in #9
  • Move submission_script.py also from binference to here by @dachengx in #10
  • Add simple gaussian model by @hammannr in #12
  • Parameter class by @hammannr in #19
  • Confidence intervals by @kdund in #27
  • Update README.md by @kdund in #29
  • Init code style checking, pytest, and coverage by @dachengx in #31
  • Add templates for wimp example by @hoetzsch in #30
  • Removes all hash for parameters not used for each source, and for all… by @kdund in #37
  • First implementation of an nT-like likelihood by @hammannr in #32
  • Check if some parameter is not set as guess when fitting by @kdund in #44
  • Fix likelihood_names check in statistical_model.store_data to handle unnamed likelihoods by @kdund in #45
  • Create pull_request_template.md by @dachengx in #46
  • Codes style cleaning by @dachengx in #49
  • First runner manipulating statistical model by @dachengx in #47
  • Run test on main not master by @dachengx in #55
  • Simplify file structure by @dachengx in #51
  • Move blueice_extended_model to models by @dachengx in #56
  • Change data format to only use structured arrays by @kdund in #42
  • Another fitting test by @kdund in #59
  • Add first tests module and file indexing system by @dachengx in #54
  • Shape parameters by @hammannr in #58
  • Recover examples folder, update file indexing, add notebooks folder, remove legacies by @dachengx in #61
  • Remove pdf_cache folder before pytest by @dachengx in #65
  • Make 0.0.0, initialize documentation structure based on readthedocs, add badges to README by @dachengx in #66

New Contributors

Full Changelog: https://github.com/XENONnT/alea/commits/v0.0.0