-
Notifications
You must be signed in to change notification settings - Fork 4
/
HISTORY
156 lines (135 loc) · 6.11 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
GAMBIT Revision History
=======================
Full details can be found in the git log. Only a summary of the
changes in each new version is given here.
v1.5.3
Bugfix release
- Updated Pythia url and checksum
v1.5.2
Bugfix release
- Fixed incorrect treatment of CMB temperature in Planck likelihoods
- Fixed incorrect prior parameter names for Gaussian priors on Planck nuisance parameters
- Fixed issues related to DarkSUSY 6 (NaN-results and unexpected behaviour of dependency resolution)
- Improved detection of python modules by the cmake system
- Improved build steps of alterbbn, classy, darkages, and montepythonlike, and applied minor bugfixes
- Dropped usage of cmake's "GIT_..." commands when downloading backends
v1.5.1
Bugfix release
- Fixed faulty patch files for versions 2.9.3 and 2.9.4 of the classy backend
- Fixed bug in Planck 2018 lowl TTEE (Does not affect results of CosmoBit papers)
- Support for DarkSUSY 6.1.1 and 6.2.2
v1.5.0
Feature release
- Added CosmoBit module
- Added some simple cmake help in CMAKE_FLAGS.md
- Added new "None" printer
- Added log-normal prior to ScannerBit
- Added ability to use scientific notation and environment variables in yaml files
- Added ability to explicitly ditch pybind11 (and thus all support for Python backends)
- Added frontends for SPheno 4.0.3, DDCalc 2.1.0, 2.2.0, gamLike 1.0.1, nulike 1.0.8
- Improved support for parallel backend builds
- Redesign of ColliderBit + many new analyses
- Removed support for ditching of models
v1.4.5
Bugfix release
- Fixed BOSS problem with parsing template brackets.
- Small fix to the cmake system for the Pythia 8.212 backend (c++14 vs c++17 issue).
v1.4.4
Bugfix release
- Corrected frontend of DDCalc 2.0 such that SD couplings are passed correctly.
v1.4.3
Bugfix release
- Further corrected auto-detection of static LAPACK libraries (for OSX this time)
v1.4.2
Bugfix release
- Corrected auto-detection of static LAPACK libraries
v1.4.1
Bugfix release
- Updated model-dependence declarations for some older module
functions to work more correctly with new neutrino models
- Dropped ROOT 5 support
v1.4.0
Feature release
- Added NeutrinoBit module (with routines for right-handed neutrinos).
v1.3.1
Bugfix release
- corrected error in axion model translation routines
v1.3.0
Feature release
- Added routines for axions and ALPs.
- Improved support for backend and scanner downloads in situations
where external website certificates have expired
- some minor bugfixes for standalones and pippi support
v1.2.1
External support update
- Support for MultiNest 3.11
- Support for nulike 1.0.7
- Support for newer versions of axel download accelerator
- made building with RestFrames support the default when ROOT is found
- fixed bug associated with harvesting of BACKEND_REQ_FROM_GROUP declarations
v1.2.0
Feature release.
- Support for Python backends
- Support for Python3
- Support for fermionic and vector Higgs Portal dark matter models
- Support for SUSY parameterisations in terms of mA and mu
- Support for Polychord scanner
- Support for DDCalc 2.0.0
- Support for Simplified Likelihoods (official covariance matrices) from CMS
- Support for RestFrames (ATLAS recursive jigsaw)
- Added many 13TeV analyses to ColliderBit
- Added ability to output likelihoods for individual analyses from ColliderBit
- Added dynamic Monte Carlo convergence test to ColliderBit
- Improved stau_1 and chargino_1 decays for compressed spectra
- Dropped Delphes support
- made all symbols hidden by default
- added invisible Z width likelihood
- upgrade yaml-cpp to 0.6.2
- major upgrade of postprocessor
v1.1.3
Bugfix release
- Made Mathematica backends automatically ditch when Mathematica is missing
- Updated DarkSUSY 5.1.3 URL to match new SU hosting location
- Updated HiggsSignals 1.4.0 patch to match (non-versioned!) official increment of HiggsSignals
v1.1.2
Bugfix release
- Made DecayTable output SLHA1 and SLHA2 format decay tables
- Added ability to ditch Mathematica support
- Adjusted checksum and patch for dark update (no version number increment; very bad practice)
made by authors of HiggsSignals 1.4.0
v1.1.1
Bugfix release.
- Fixed cmake bug preventing compilation on systems with Mathematica installed but without libuuid.
- Fixed issue caused when Mathematica license server is missing/faulty.
- Updated ColliderBit_standalone to use nulike 1.0.5.
v1.1.0
Feature release.
- Added support for Mathematica backends
- Added support for DDCalc 1.1.0 (featuring XENON-1T and PICO-60 2017)
- Renamed some SpecBit module functions
- Rearranged precision mass and precision spectrum module function dependency structure
- Updated PrecisionBit likelihoods to use PDG 2017 values
- Updated DecayBit decay data to use PDG 2017 values
- Added option for turning on loop corrections to direct detection cross-sections computed with DarkSUSY
- Made MicrOmegas use decays from GAMBIT as default
- Additional sanity checks in cmake compiler selection
- Fixed bug preventing proper operation of hdf5 combination with T-walk
- Improved dependency resolver suggestions for new yaml rules
- Improved printer errors in case of corrupted old hdf5 files
v1.0.1 - June 2017
Bugfix release.
- Improved treatment of version numbers to avoid the case where someone downloads a tarball from GitHub and cannot build
- Fixed hdf5 printer compilation problem with gcc 7.1
- Added C++11 flags in gm2calc BOSS files to fix compatibility with gcc 7.1
- Fixed warning due to passing of both C++14 and C++11 flags to overall build
- Fixed duplicate ditch notifications at cmake time when ditch commands overlap
- Fixed race condition leading parallel builds of BOSSed backends to fail
- Hardened all(!) backends against issues caused when building them in parallel
- Incorporated pull requests from Joshua Ellis (polish MultiNest and python cmake treatments)
- Added --developer switch for turning off error raised when capability or model database is incomplete
- Removed leftover FlexibleSUSY linking debug output in cmake system
- Added interface to nulike 1.0.5
v1.0.0 - May 2017
Initial release in combination with first 9 papers.
v0.0.0 - Oct 2012
Csaba said "I think we should take over the world." It sounded like a good idea at the time.