Skip to content

Commit 1007eeb

Browse files
authored
Merge pull request #1807 from gammasim/v0.22.0-rc
v0.22.0 release candidate
2 parents 60ce9d2 + 667a365 commit 1007eeb

21 files changed

+36
-20
lines changed

CHANGELOG.md

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

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

10+
## [v0.22.0](https://github.com/gammasim/simtools/releases/tag/v0.22.0) - 2025-09-30
11+
12+
### Bugfixes
13+
14+
- Fix integration tests after introducing the usage of `major.minor` model versions for tests. ([#1777](https://github.com/gammasim/simtools/pull/1777))
15+
- Use correct sign for flasher distance calculation with flasher z coordinate pointing towards camera. ([#1784](https://github.com/gammasim/simtools/pull/1784))
16+
17+
### Documentation
18+
19+
- Improve documentation on DB upload. ([#1775](https://github.com/gammasim/simtools/pull/1775))
20+
21+
### New Features
22+
23+
- Add software version range validation. Introduce software version for updated or new flasher simulation model parameters. ([#1763](https://github.com/gammasim/simtools/pull/1763))
24+
- Implement simulation models production table and model parameter update using the `simtools-maintain-simulation-model-add-production` application. ([#1765](https://github.com/gammasim/simtools/pull/1765))
25+
- Schema for info.yml files used in simulation models. ([#1790](https://github.com/gammasim/simtools/pull/1790))
26+
- Add flat-fielding devices for all telescope types. ([#1798](https://github.com/gammasim/simtools/pull/1798))
27+
- Add new application `simtools-db-upload-model-repository` for simplified upload of repository data to the database. ([#1801](https://github.com/gammasim/simtools/pull/1801))
28+
- Add flasher exponential decay pulse shape parameter. ([#1802](https://github.com/gammasim/simtools/pull/1802))
29+
30+
### Maintenance
31+
32+
- Linked parameter plots to parameter comparison reports. ([#1661](https://github.com/gammasim/simtools/pull/1661))
33+
- Added CLI argument to flexibly change PSF containment percentage as needed. ([#1766](https://github.com/gammasim/simtools/pull/1766))
34+
- Remove 'LATEST' options when setting the `DB_SIMULATION_MODEL_VERSION` configuration option (require explicit setting of the DB version). ([#1785](https://github.com/gammasim/simtools/pull/1785))
35+
- Introduce a simpler naming for the database (CTAO-Simulation-Model instead of CTAO-Simulation-ModelParameters). ([#1787](https://github.com/gammasim/simtools/pull/1787))
36+
- Remove `use_plain_output` option and generalize output direction generation. ([#1792](https://github.com/gammasim/simtools/pull/1792))
37+
- Simplify generation of production image and remove outdated `build-corsika-simtelarray` target. ([#1794](https://github.com/gammasim/simtools/pull/1794))
38+
- Increase robustness for unit and integration tests when cloning remote Git repositories. Add a 3x retry. ([#1796](https://github.com/gammasim/simtools/pull/1796))
39+
- Split CORSIKA/sim_telarray and simtools images into two. ([#1797](https://github.com/gammasim/simtools/pull/1797))
40+
- Change minimum python version requirement to 3.12 (following CTAO recommendation). ([#1799](https://github.com/gammasim/simtools/pull/1799))
41+
- Remove 'instrument:type' and 'instrument:site' in model parameter schema files. ([#1803](https://github.com/gammasim/simtools/pull/1803))
42+
43+
1044
## [v0.21.0](https://github.com/gammasim/simtools/releases/tag/v0.21.0) - 2025-09-23
1145

1246
### Bugfixes

docs/_static/switcher.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
{"version": "v0.17.0", "url": "https://gammasim.github.io/simtools/v0.17.0/"},
55
{"version": "v0.18.0", "url": "https://gammasim.github.io/simtools/v0.18.0/"},
66
{"version": "v0.20.0", "url": "https://gammasim.github.io/simtools/v0.20.0/"},
7-
{"version": "v0.21.0", "url": "https://gammasim.github.io/simtools/v0.21.0/"}
7+
{"version": "v0.21.0", "url": "https://gammasim.github.io/simtools/v0.21.0/"},
8+
{"version": "v0.22.0", "url": "https://gammasim.github.io/simtools/v0.22.0/"}
89
]

docs/changes/1661.maintenance.md

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

docs/changes/1763.feature.md

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

docs/changes/1765.feature.md

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

docs/changes/1766.maintenance.md

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

docs/changes/1775.doc.md

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

docs/changes/1777.bugfix.md

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

docs/changes/1784.bugfix.md

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

docs/changes/1785.maintenance.md

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

0 commit comments

Comments
 (0)