Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/gammasim/simtools into add-…
Browse files Browse the repository at this point in the history
…UC-08-derive-simulation-production-configuration-parameters
  • Loading branch information
tobiaskleiner committed Nov 26, 2024
2 parents 680ecca + 84c97fe commit 305a3d4
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 13 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,39 @@ This changelog is generated using [Towncrier](https://towncrier.readthedocs.io/)

<!-- towncrier release notes start -->

## [v0.8.0](https://github.com/gammasim/simtools/tree/v0.8.0) - 2024-11-26

### API Changes

- Improve primary particle API and validate consistency of user input. ([#1127](https://github.com/gammasim/simtools/pull/1127))
- Refactor old style configuration of ray-tracing tools. ([#1142](https://github.com/gammasim/simtools/pull/1142))

### Bugfixes

- Fix triggering of telescopes in light emission package. ([#1128](https://github.com/gammasim/simtools/pull/1128))

### Documentation

- Add missing API documentation for several applications. ([#1194](https://github.com/gammasim/simtools/pull/1194))
- Add Towncrier for CHANGELOG generation for each release. ([#1236](https://github.com/gammasim/simtools/pull/1236))

### New Features

- Added application `submit_model_parameter_from_external.py to submit and validate a new model parameter to SimPipe. ([#1224](https://github.com/gammasim/simtools/pull/1224))
- Add simulation production configuration tool. ([#1244](https://github.com/gammasim/simtools/pull/1244))

### Maintenance

- Update build command for CORSIKA/sim\_telarray to prod6-sc. ([#1235](https://github.com/gammasim/simtools/pull/1235))
- Refactoring of integration test routines into `simtools.testing` modules. ([#1238](https://github.com/gammasim/simtools/pull/1238))

### Simulation model

- Move to strictly using semantic versions for models (remove e.g., 'prod5', 'prod6', 'Latest', 'Released'). ([#1123](https://github.com/gammasim/simtools/pull/1123))
- Add schema for correction of NSB spectrum to the telescope altitude. ([#1171](https://github.com/gammasim/simtools/pull/1171))
- Allow for class Telescope in model parameters. ([#1173](https://github.com/gammasim/simtools/pull/1173))


## [0.7.0](https://github.com/gammasim/simtools/tree/0.7.0) - 2024-11-12

### New Features
Expand Down
1 change: 0 additions & 1 deletion docs/changes/1123.model.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/1127.api.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/1128.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/1142.api.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/1171.model.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/1173.model.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/1194.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/1224.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/1235.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/1236.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/1238.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/1244.feature.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ name = "New Features"
showcontent = true

[tool.towncrier.fragment.bugfix]
name = "Bug Fixes"
name = "Bugfixes"
showcontent = true

[tool.towncrier.fragment.api]
Expand Down

0 comments on commit 305a3d4

Please sign in to comment.