Release Notes

main

Feb. 20, 2024 don la dieu (nega at icecube.umd.edu)

IceTray Release v1.9.2

  • Delete mailinglist files (#3357)

  • Fix extension for various files (#3330)

  • add ruff rule PLW0602 global-variable-not-assigned (#3331)

  • Remove all tab characters used for indentation from python files (#3300)

Dec. 14, 2023 don la dieu (nega at icecube.umd.edu)

IceTray Release v1.9.0

  • Remove Uber Header (I3.h) (#3151)

  • fix E711 none-comparison (#3267)

  • pass ints to randint()

June 22, 2023 don la dieu (nega at icecube.umd.edu)

IceTray Release v1.7.0

  • Make I3Tray.I3Tray and icecube.icetray.I3Tray the same thing. (#3102)

  • Remove all references to load_pybindings (#3086)

Dec. 12, 2022 don la dieu (nega AT icecube.umd.edu)

IceTray Release v1.5.0

  • Lower memory charge sampling in DOMLauncher (#2986)

Jul. 29, 2022 don la dieu (nega AT icecube.umd.edu)

IceTray Release v1.4.0

  • Drop support for Python 2

Feb. 21, 2022 don la dieu (nega AT icecube.umd.edu)

IceTray release v1.3.0

  • Reorder tests to handle older GCDs

  • Rearrange the logic of SimulateNewDOMs slightly to address #2583.

  • Remove the multiPMT option: it was never used for anything and the extra function it called was completely empty.

  • Handle NaNs for relative DOM efficiency (common in older GCDs) by setting them explicitly equal to 1. The choice is safe enough, since the RDE value is only used for differentiation of IceCube vs DeepCore when scaling noise values which isn’t a common procedure.

Feb. 5, 2020 Alex Olivas (aolivas@umd.edu)

Combo Release V00-00-01

Dec. 20, 2019 Alex Olivas (aolivas@umd.edu)

Combo Release V00-00-00

  • Add in a pythonic module to handle multi-pmt simulation using pre-generated GEANT4 noise. It’s slow enough that it can only be a temporary solution, but it should work in pinch.

June 22, 2018 Juan Carlos Diaz-Velez (juancarlso@icecube.wisc.edu)

V01-01-02

  • Removed noise parameter injector in tray segment that was overriding GCD parameters.

  • Switched out the inice and icetop options for a new OMTypes option. This takes a list of OMTypes from I3OMGeo in order to grant some more freedom for the future. By default, this will be IceCube, mDOM, pDOM, and dEgg. I’ll add parameters files for these other pmt types later.

  • Add in the framework for multi-pmt noise simulation

June 22, 2018 Juan Carlos Diaz-Velez (juancarlso@icecube.wisc.edu)

V01-01-01

  • Minor cleanup of import statements

Nov 3, 2017 Juan Carlos Diaz-Velez (juancarlso@icecube.wisc.edu)

V01-01-00

  • Preserve parent information for compressed MCPEs.

April 24, 2017 Juan Carlos Diaz-Velez (juancarlso@icecube.wisc.edu)

V01-00-08

  • Updates to tests and docs

March 24, 2017 Juan Carlos Diaz-Velez (juancarlso@icecube.wisc.edu)

V01-00-07

  • Removed dependence on I3MCEventHeaderGenerator

July 22, 2015 Michael Larson (mjlarson@nbi.ku.dk)

  • Apparently forgot to change the default values for each of the noise parameters. These only affect PINGU/HEX DOMs and DOMs that are missing a good calibration record. The default values are now set to the median values as measured by IC86 good-fit DOMs.

July 3, 2015 Michael Larson (mjlarson@nbi.ku.dk)

  • Added support for the short-timescale noise that wasn’t supported previously in Vuvuzela. To this end, a new option was added to enable/disable the low-dt distribution. New noise parameters were added in the resources/data/ directory and those will be used by default for the tray segment.

  • Removed the “ForceRelativeToZero” option, which was unused.

  • Small change from log_warn to log_info in the Finish() method

November 24, 2014 Alex Olivas (olivas@icecube.umd.edu)

Release V01-00-05

  • Updated gcd_test to exclude IceTop DOMs.

July 11, 2014 Alex Olivas (olivas@icecube.umd.edu)

Going to get serious about release notes for individual projects.

June 12, 2014 Michael Larson (mjlarson@nbi.ku.dk)

Fixed a feature in Vuvuzela where DOMs lacking a good calibration record were not being simulated by the tray segment. While this was intentional at the time to avoid spending time simulating bad DOMs, it caused problems for PINGU simulation using the tray segment. The fix was to switch the segment to run all DOMs by default, producing good DOMs, bad DOMs, and “new” DOMs for all events. This has been tested with both PINGU and IceCube simulation and both work as expected.

Also noted was that the default values for each of the five parameters were set using an old version of the Vuvuzela fits. These default values have been updated to use the median fit value for each parameter. These parameters are only used for DOMs lacking a good calibration record and should not affect any IceCube or DeepCore simulation.

April 14, 2014 Michael Larson (mjlarson@nbi.ku.dk)

Added an option for the Supernova guys so that they can produce using absolute times for hits measured from the I3EventHeader instead of times relative to t=0 (which is how normal IceCube simulation is done). This shouldn’t affect anyone else.