You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updating to epiworld 0.12.0
* Fixing issue in how to get agents
* Simplify entity_get_agents function
* Correct way to set the agents id
* Applying suggested fixes by copilot (updates to epiworld C++)
* Bringing last set of changes from epiworld C++
Copy file name to clipboardExpand all lines: NEWS.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,20 @@
1
-
# epiworldR 0.11.3.0
1
+
# epiworldR 0.12.0.0
2
2
3
-
* Updates to `epiworld` version 0.11.3, including a patch to the `ModelSEIRMixingQuarantine` model. It was underestimating the outbreak size. This is a similar issue detected in the collection of the measles models.
3
+
## Bug fixes
4
+
5
+
* Updates to `epiworld` version 0.12.0, including a patch to the `ModelSEIRMixingQuarantine` model. It was underestimating the outbreak size. This is a similar issue detected in the collection of the measles models.
4
6
5
7
* The `ModelSEIRMixingQuarantine` gained a couple of extra checks for validating the inputs.
6
8
9
+
## Internal changes
10
+
7
11
* Simplified build configuration to comply with CRAN policies: removed custom
8
12
`configure` script, using R's built-in OpenMP settings
9
13
(`$(SHLIB_OPENMP_CXXFLAGS)`) and specifying C++17 via `CXX_STD` in Makevars
10
14
and `SystemRequirements` in DESCRIPTION.
11
15
16
+
* Changing how `Entities` are managed in the system, moved away from using pointers and instead use `reference_wrapper`.
0 commit comments