Releases: TjarkMiener/likelihood_combiner
v0.5.3
v0.5.2
Release v0.5.2
Improvements
Bug Fixes and Other Changes
- add jupyter to setup (likelihood_combiner packages wasn't imported in jupyter shell)
v0.5.1
Release v0.5.1
Improvements
- upload docs
- add travis (with test as placeholder)
- improve script handling
- add io function for gLike limits
- add plot function plot_sigmav_CLbands_as_lines_from_hdf5() to compare to gLike
Bug Fixes and Other Changes
- reducer in io washed out negative values
v0.5.0
Release v0.5.0
Improvements
- update LklCom reader class (subclassing different input formats)
- add class for JFactor handling
- add plotting functions
- add io between lklcom and gLike
- add lklcom installation via pypi
- clean and speed ups
Bug Fixes and Other Changes
v0.4.1
Release v0.4.1
Improvements
- Plotting of the CL bands has been improved with np.percentile()
- Update the example plots
- Prepare conda package (recommend users to use python 3.8.X)
Bug Fixes and Other Changes
- Bug fix (running in J fix mode)
v0.4.0
Release v0.4.0
Improvements
- Added mock data for testing
- Added scripts to run LklCom on your local machine and on culsters
- Proper reading of the J-Factor
- Added the Bonnivard J-Factor set (credits V. Poireau)
- Combine data using different angular separation
- Added conda files
Release note
With this release, one can (still) reproduced the results shown in the 36th International Cosmic Ray Conference (PoS(ICRC2019)012) by the Gloryduck project.
Confidence level bands v0.3.0
CL bands Release v0.3.0
Improvements
Release note
With this release, one can (still) reproduced the results shown in the 36th International Cosmic Ray Conference (PoS(ICRC2019)012) by the Gloryduck project.
v0.2.0
GloryDuck Release v0.2.0
Bug fixed
- Correct the bug in the calculation of the upper limits, which caused the discrepancy of the VERITAS limit (#11)
Improvements
- Speed ups due to the erasure of unnecessary calculations
Release note
With this release, one can reproduced the results shown in the 36th International Cosmic Ray Conference (PoS(ICRC2019)012) by the Gloryduck project.
v0.1.0
ICRC Release v0.1.0
The likelihood combiner (lklcom) is able to combine Dark Matter (DM) limits from different experiments, even if the limits are in different DM mass ranges (#3,#4,#10). The input of the lklcom are TS tables in txt format for each channel, source and collaboration. lklcom will read the information from the txt files and store them into one single h5 file (#8,#9). Then it will read from this h5 file and combine the TS values. It is also possible to treat the J-factor as a nuisance parameter (#6). Two pyplot plots are the main output of lklcom. The first plot contains the combined limit with the limits of each source and the second plot contains the combined limit with the limits of each collaboration (#2,#7). However, one can also plot each individual source.
With this release, one can reproduced the results shown in the 36th International Cosmic Ray Conference (PoS(ICRC2019)012) by the Gloryduck project.