File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ # 4.18.0 (July 24, 2025)
2+
3+ ## Feature Added
4+ - Dynamic occupancy: groups of exposed + infected may now be defined.
5+ Model and calculator updated, and tests added. Documentation still to
6+ be updated. User interface mostly unchanged (the new feature is not
7+ visible there).
8+
9+ ## Bug Fixes
10+ - Fix in profiler to adapt to a non back-compatible change in pyinstrument
11+ package.
12+ - Type ignored in the expert app.
13+
14+ ## Other
15+ - Update of mypy, pytest-mypy and pyinstrument dependencies (version).
16+
117# 4.17.8 (March 13, 2025)
218
319## Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " caimira"
7- version = " 4.17.8 "
7+ version = " 4.18.0 "
88description = " CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " cern-caimira"
7- version = " 4.17.8 "
7+ version = " 4.18.0 "
88description = " CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
99license = { text = " Apache-2.0" }
1010authors = [
You can’t perform that action at this time.
0 commit comments