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
Copy file name to clipboardExpand all lines: NEWS.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,13 @@
16
16
17
17
## Bug fixes
18
18
19
+
*`sim_pop_data()` and `sim_pop_data_multi()` now produce identical results
20
+
across operating systems. Simulated inter-infection times are now rounded to
21
+
whole days, so the number of random draws consumed no longer depends on
22
+
platform-specific floating-point results of `log()` (which previously
23
+
shifted the random-number stream out of sync and made simulated values, and
24
+
their snapshots, differ between macOS, Windows, and Linux). Simulated
25
+
values change slightly as a result of this fix. (#447)
19
26
* Removed lingering terminology discrepancies
20
27
*`load_noise_params()` and `load_sr_params()` now fail gracefully with informative messages when internet resources are unavailable, complying with CRAN policy (#505)
21
28
* Added Version Crosswalk article to pkgdown website to help users migrate code from v1.3.0 to v1.4.0
0 commit comments