CHANGELOG and version number updated
This commit is contained in:
parent
e0088c49ec
commit
f15fa1c0fd
3 changed files with 18 additions and 2 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,3 +1,19 @@
|
|||
# 4.18.0 (July 24, 2025)
|
||||
|
||||
## Feature Added
|
||||
- Dynamic occupancy: groups of exposed + infected may now be defined.
|
||||
Model and calculator updated, and tests added. Documentation still to
|
||||
be updated. User interface mostly unchanged (the new feature is not
|
||||
visible there).
|
||||
|
||||
## Bug Fixes
|
||||
- Fix in profiler to adapt to a non back-compatible change in pyinstrument
|
||||
package.
|
||||
- Type ignored in the expert app.
|
||||
|
||||
## Other
|
||||
- Update of mypy, pytest-mypy and pyinstrument dependencies (version).
|
||||
|
||||
# 4.17.8 (March 13, 2025)
|
||||
|
||||
## Bug Fixes
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "caimira"
|
||||
version = "4.17.8"
|
||||
version = "4.18.0"
|
||||
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
|
||||
readme = "README.md"
|
||||
license = { text = "Apache-2.0" }
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "cern-caimira"
|
||||
version = "4.17.8"
|
||||
version = "4.18.0"
|
||||
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
|
||||
license = { text = "Apache-2.0" }
|
||||
authors = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue