Releases: icecube/skyllh
SkyLLH v24.1.0 | Extended Improved PS Analysis
Code release for the 2023_Extended_Improved_PS_Analysis
.
Analysis wiki: https://wiki.icecube.wisc.edu/index.php/2023_Extended_Improved_PS_Analysis
What's Changed
- Allow pathfilename to contain only the filename by @tomaskontrimas in #202
- Fix #206 by @juanma-cano-vila in #207
- Add grid definition when fixed parameters by @elenamanao in #208
- Fall back to
evaluate_simple
in case thesearch_centers
call fails. by @tomaskontrimas in #204 - Add
update_detsigyield_service=False
option tochange_source()
. by @tomaskontrimas in #209 - Add
IrregularParameterGrid
class by @tomaskontrimas in #210 - fix #213 issue by @juanma-cano-vila in #214
- Implement fall back to ParameterGrid if no objects were specified and sequence/instance check. by @tomaskontrimas in #216
- Prefer 'livetime' field from GRL for the total livetime calculation. by @tomaskontrimas in #217
New Contributors
- @juanma-cano-vila made their first contribution in #207
- @elenamanao made their first contribution in #208
Full Changelog: v23.2.1...v24.1.0
SkyLLH v23.2.1
This is a point release with following improvements.
What's Changed
- Fix163 by @martwo in #164
- Download datasets by @martwo in #162
- Fix165 by @martwo in #166
- Redefine eventdata shape from (N_events,V) to (V,N_events) for a minor performance increase by @martwo in #172
- Introduce class core.random.RandomChoice for faster background and signal event generation from MC by @martwo in #173
- Fix174 by @martwo in #175
- Fix176 by @martwo in #177
- Fix caching algorithm by @martwo in #178
- Fastphotospline by @martwo in #179
- Fix168 by @martwo in #182
- Updated the docs by @martwo in #183
- Allow to specify tool version requirements by @martwo in #184
- Rotations by @martwo in #185
- Add add_aux_data method by @martwo in #188
- Correct for rounding errors by @martwo in #189
- Move
get_tdm_field_func_psi
to core by @tomaskontrimas in #190 - i3skyllh fix110 by @martwo in #192
- Fix191 by @martwo in #195
- I3skyllh fix114 by @martwo in #196
- Fix199: Add background generation method CompositeMCDataSamplingBkgGenMethod by @martwo in #200
- Fix198 by @martwo in #201
Full Changelog: v23.2.0...v23.2.1
Release Candidate 1 for 23.2.1
This is the release candidate 1 for version 23.2.1.
What's Changed
- Fix163 by @martwo in #164
- Download datasets by @martwo in #162
- Fix165 by @martwo in #166
- Redefine eventdata shape from (N_events,V) to (V,N_events) for a minor performance increase by @martwo in #172
- Introduce class core.random.RandomChoice for faster background and signal event generation from MC by @martwo in #173
- Fix174 by @martwo in #175
- Fix176 by @martwo in #177
- Fix caching algorithm by @martwo in #178
- Fastphotospline by @martwo in #179
- Fix168 by @martwo in #182
- Updated the docs by @martwo in #183
- Allow to specify tool version requirements by @martwo in #184
- Rotations by @martwo in #185
- Add add_aux_data method by @martwo in #188
- Correct for rounding errors by @martwo in #189
- Move
get_tdm_field_func_psi
to core by @tomaskontrimas in #190 - i3skyllh fix110 by @martwo in #192
- Fix191 by @martwo in #195
- I3skyllh fix114 by @martwo in #196
Full Changelog: v23.2.0...v23.2.1.rc1
SkyLLH v23.2.0
This release introduces new framework interfaces to support multiple sources intrinsically within the SkyLLH framework. Among other things it also overhauls the parameter definition and handing and their mapping to sources. See CHANGELOG.txt and the documentation of SkyLLH for more information.
What's Changed
- Pull master into parameter_handling by @martwo in #148
- Parameter handling by @martwo in #149
- Map param by @martwo in #153
- Fix147 by @martwo in #154
- Merge local_config branch by @martwo in #157
- Merge branch Fix156 by @martwo in #158
- Merge datafield_stages branch by @martwo in #159
Full Changelog: v23.1.1...v23.2.0
SkyLLH Vienas
Point release with minor bugfixes. See CHANGELOG.txt for details.
Note:
This release is the last one before a major overhaul of SkyLLH.
Support for 10-year IceCube public point-source data
What's Changed
-
Adds support for time-integrated point source analyses with the 10-year public data release from the IceCube Collaboration.
- A tutorial describing how to work with the public 10-year IceCube point-source data is available here: https://icecube.github.io/skyllh/master/html/tutorials/publicdata_ps.html
-
Initial support for time-dependent analyses was added using expectation-maximization method.
New Contributors
Full Changelog: v22_04_28...v23.1.0
Testing PyPI integration
A test release for testing PyPI integration.
Seyfert Galaxies Analysis
Updated code release for 2022_Seyfert_Galaxies_Analysis
analysis unblinding.
In addition to the previous v22_04_28 release, this release contains calculate_pval_from_trials_mixed
function.
Seyfert Galaxies Analysis
Code release for 2022_Seyfert_Galaxies_Analysis
analysis unblinding.
Variable flat radio AGN unblinding
Code release for 2021_variable_radioAGN
analysis unblinding.
Contains a bug affecting gradient calculation for stacking analysis: #87