Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

62 lines (34 loc) · 2.85 KB

CHANGELOG

All notable changes to the simtools project will be documented in this file. Changes for upcoming releases can be found in the docs/changes directory.

This changelog is generated using Towncrier, see the developer documentation for more information.

0.8.2 - 2024-12-03

Maintenance

  • Move simtools package layout to src-layout. (#1264)

v0.8.1 - 2024-11-26

Bugfixes

  • Fix authentication and writing permits for deployment of simtools to pypi. (#1256)

v0.8.0 - 2024-11-26

API Changes

  • Improve primary particle API and validate consistency of user input. (#1127)
  • Refactor old style configuration of ray-tracing tools. (#1142)

Bugfixes

  • Fix triggering of telescopes in light emission package. (#1128)

Documentation

  • Add missing API documentation for several applications. (#1194)
  • Add Towncrier for CHANGELOG generation for each release. (#1236)

New Features

  • Added application `submit_model_parameter_from_external.py to submit and validate a new model parameter to SimPipe. (#1224)
  • Add simulation production configuration tool. (#1244)

Maintenance

  • Update build command for CORSIKA/sim_telarray to prod6-sc. (#1235)
  • Refactoring of integration test routines into simtools.testing modules. (#1238)

Simulation model

  • Move to strictly using semantic versions for models (remove e.g., 'prod5', 'prod6', 'Latest', 'Released'). (#1123)
  • Add schema for correction of NSB spectrum to the telescope altitude. (#1171)
  • Allow for class Telescope in model parameters. (#1173)

0.7.0 - 2024-11-12

New Features

  • Added application calculate_trigger_rate to derive the trigger rate for a given telescope type. (#801)
  • Added application simulate_light_emission to simulate the light emission from an artificial light source. (#802)