Releases: XENONnT/alea
Releases · XENONnT/alea
v0.2.1
What's Changed
- Add optional argument
degree_of_freedom
forasymptotic_critical_value
by @dachengx in #86 - Update readthedocs configurations by @dachengx in #88
- Update tutorials by @hammannr in #89
- Add column to toyMC results with minuit convergence flag by @kdund in #91
- Debug a typo at docstring of fittable parameter by @dachengx in #95
- Improve documentation by @hammannr in #101
- Update Neyman threshold when changing runner_args by @hammannr in #100
- Allow submitter to skip the already succeeded files by @dachengx in #94
- Print time usage of
Runner.run
by @dachengx in #104 - Get expectation values per likelihood term by @hammannr in #106
- Prevent arguments to submission variations being changed by deepcopy-ing them. by @dachengx in #107
- Make error message more explicit that an excecutable is not found and… by @kdund in #109
- Read poi and expectation directly from
output_filename
to accelerateNeymanConstructor
by @dachengx in #108 - Direct call of used parameters of model by @dachengx in #112
- Add function to get all sources names from all likelihoods by @dachengx in #111
- Make sure values of parameters that need re-initialization are not changed by @hammannr in #110
- Allow all computation names by @kdund in #116
- Debug for the missing argument in
_read_poi
by @dachengx in #118 - Remove unnecessary warning given new ptype constraints by @dachengx in #119
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Proposal to use pre-commit for continuous integration by @dachengx in #78
- Example notebooks by @hammannr in #75
- Simplify TemplateSource, CombinedSource and SpectrumTemplateSource by @dachengx in #69
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #80
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #82
- Add Submitter and NeymanConstructor by @dachengx in #79
New Contributors
- @pre-commit-ci made their first contribution in #80
Full Changelog: v0.1.0...v0.2.0
v0.1.0
v0.0.0
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
tomodels
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
- @kdund made their first contribution in #8
- @dachengx made their first contribution in #10
- @hammannr made their first contribution in #12
- @hoetzsch made their first contribution in #30
Full Changelog: https://github.com/XENONnT/alea/commits/v0.0.0