Skip to content

Commit 18c4685

Browse files
authored
Merge pull request #1639 from gammasim/v0.18.0-rc
Release candidate 0.18.0
2 parents 0bee0b3 + 5a1d58d commit 18c4685

16 files changed

+31
-15
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@ This changelog is generated using [Towncrier](https://towncrier.readthedocs.io/)
77

88
<!-- towncrier release notes start -->
99

10+
## [v0.18.0](https://github.com/gammasim/simtools/tree/v0.18.0) - 2025-07-08
11+
12+
### Bugfixes
13+
14+
- Run documentation generation CI on release to obtain current version of docs. ([#1607](https://github.com/gammasim/simtools/pull/1607))
15+
- Fix authentication errors in script to setup a local mongoDB. ([#1610](https://github.com/gammasim/simtools/pull/1610))
16+
17+
### Documentation
18+
19+
- Reorganisation and improvement of the documentation in the GitHub pages. ([#1611](https://github.com/gammasim/simtools/pull/1611))
20+
21+
### New Features
22+
23+
- Use CTAO telescope names when writing out telescope list in reduced event data tables. ([#1616](https://github.com/gammasim/simtools/pull/1616))
24+
- Allow CORSIKA limits to use layouts defined in simulation models database. ([#1619](https://github.com/gammasim/simtools/pull/1619))
25+
- Add application / API to plot tabulated model parameters using default plotting configurations defined in model parameters schemas. ([#1628](https://github.com/gammasim/simtools/pull/1628))
26+
- Allow to use current prod6 simulations for reduced event data generation. ([#1631](https://github.com/gammasim/simtools/pull/1631))
27+
- Add common array elements ID. Add list with triggered common telescope IDs to reduced event data tables. ([#1637](https://github.com/gammasim/simtools/pull/1637))
28+
29+
### Maintenance
30+
31+
- Removed unused ‘critical’ log level. ([#1604](https://github.com/gammasim/simtools/pull/1604))
32+
- Add JSON checker to pre-commit linter. ([#1615](https://github.com/gammasim/simtools/pull/1615))
33+
- Update test files with proton simulations (simtel output) and add provenance information. ([#1617](https://github.com/gammasim/simtools/pull/1617))
34+
- Improve linter CI to print file containing non-ascii characters. ([#1620](https://github.com/gammasim/simtools/pull/1620))
35+
- Replace file lists `tests/resources/simtel_output_files.txt` used for testing by explicitly listing of files. ([#1629](https://github.com/gammasim/simtools/pull/1629))
36+
- Add default plotting configuration for tabular data. Introduce consistent lower-cases for keys in plotting configuration schema. ([#1635](https://github.com/gammasim/simtools/pull/1635))
37+
38+
1039
## [0.17.0](https://github.com/gammasim/simtools/tree/0.17.0) - 2025-06-10
1140

1241
### Bugfixes

docs/_static/switcher.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
22
{"version": "latest", "url": "https://gammasim.github.io/simtools/", "preferred": true},
3-
{"version": "v0.16.0", "url": "https://gammasim.github.io/simtools/v0.16.0/"}
3+
{"version": "v0.16.0", "url": "https://gammasim.github.io/simtools/v0.16.0/"},
4+
{"version": "v0.17.0", "url": "https://gammasim.github.io/simtools/v0.17.0/"}
45
]

docs/changes/1604.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/1607.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/1610.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/1611.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/1615.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/1616.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/1617.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/1619.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)