CHANGELOG and version number updated

This commit is contained in:
Nicolas Mounet 2025-07-24 16:16:01 +02:00
parent e0088c49ec
commit f15fa1c0fd
3 changed files with 18 additions and 2 deletions

View file

@ -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) # 4.17.8 (March 13, 2025)
## Bug Fixes ## Bug Fixes

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "caimira" name = "caimira"
version = "4.17.8" version = "4.18.0"
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment" description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
readme = "README.md" readme = "README.md"
license = { text = "Apache-2.0" } license = { text = "Apache-2.0" }

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "cern-caimira" name = "cern-caimira"
version = "4.17.8" version = "4.18.0"
description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment" description = "CAiMIRA - CERN Airborne Model for Indoor Risk Assessment"
license = { text = "Apache-2.0" } license = { text = "Apache-2.0" }
authors = [ authors = [