Skip to content

Releases: icecube/event-generator

Version 1.0.4

07 Sep 16:57
Compare
Choose a tag to compare

Release Notes:

  • Update setup and CI
  • Added unit tests
  • API changes in dependent packages: ruamel.yaml`
  • Added functionality for support of high-energy cascade simulation

Commits and PRs

  • Fix numpy deprectation warning for builtin dtypes by @mhuen in #17
  • Fix list of requirements (to run EventGeneratorSimulation). Random mi… by @fschlueter in #16
  • Extend simulation.py. Implement features necessary for the simulation of high energy cascades. by @fschlueter in #18
  • Update setup and ci by @mhuen in #23
  • Allow evaluation in eager mode by @mhuen in #26

New Contributors

Full Changelog: v1.0.3...v1.0.4

Version 1.0.3

04 Jun 13:31
Compare
Choose a tag to compare

Release Notes:

  • patch to release 1.0.2

Changes:

  • Update MCMC sampling machinery
  • Add support for MCMC sampling via emcee package
  • Adds Skyscanner module
  • Module to fit sampled points to distributions on the sphere
  • Option to turn off re-scaling of sampled pulse charges in Event-Generator simulation module

Version 1.0.2

07 Dec 22:49
Compare
Choose a tag to compare

Release Notes:

  • patch to release 1.0.1

Changes:

  • Support MCMC sampling from IceCube I3Module
  • Support float64 models
  • Restructured cascade shift_to_maximum which is now available in utils.
  • Add CDF and PPF for negative binomial
  • Documentation: add basic information

Bug fixes:

  • Defined float precision is now properly propagated through to all modules and sub-components

Version 1.0.1

06 Jul 08:10
Compare
Choose a tag to compare

Release Notes:

  • patch to release 1.0.0

Changes:

  • Model version mis-match reduced from warning to info
  • Order of iteration over dicts (for instance for sources of Multi-Source) is now deterministic via prior sorting of keys

Bug fixes:

  • Typo in logger for version mis-match is fixed

Version 1.0.0

02 Jul 11:45
Compare
Choose a tag to compare

Release Notes:

  • Initial release of Event-Generator Framework
  • Support for single cascade up to few cascade models
  • Models with sources > 10 work in principle, but don't scale well at the moment in terms of runtime and memory consumption (will be addressed in future releases)