Skip to content

Commit f15fa1c

Browse files
committed
CHANGELOG and version number updated
1 parent e0088c4 commit f15fa1c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

caimira/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "caimira"
7-
version = "4.17.8"
7+
version = "4.18.0"
88
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

cern_caimira/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cern-caimira"
7-
version = "4.17.8"
7+
version = "4.18.0"
88
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
99
license = { text = "Apache-2.0" }
1010
authors = [

0 commit comments

Comments
 (0)