Recent Releases of https://github.com/icecube/event-generator

https://github.com/icecube/event-generator - Version 1.0.4

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 https://github.com/icecube/event-generator/pull/17
  • Fix list of requirements (to run EventGeneratorSimulation). Random mi… by @fschlueter in https://github.com/icecube/event-generator/pull/16
  • Extend simulation.py. Implement features necessary for the simulation of high energy cascades. by @fschlueter in https://github.com/icecube/event-generator/pull/18
  • Update setup and ci by @mhuen in https://github.com/icecube/event-generator/pull/23
  • Allow evaluation in eager mode by @mhuen in https://github.com/icecube/event-generator/pull/26

New Contributors

  • @fschlueter made their first contribution in https://github.com/icecube/event-generator/pull/16

Full Changelog: https://github.com/icecube/event-generator/compare/v1.0.3...v1.0.4

- Python
Published by mhuen almost 2 years ago

https://github.com/icecube/event-generator - Version 1.0.3

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

- Python
Published by mhuen about 3 years ago

https://github.com/icecube/event-generator - Version 1.0.2

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

- Python
Published by mhuen over 3 years ago

https://github.com/icecube/event-generator - Version 1.0.1

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

- Python
Published by mhuen about 5 years ago

https://github.com/icecube/event-generator - Version 1.0.0

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)

- Python
Published by mhuen about 5 years ago