Version 3.3.3 #1324
cliffckerr
announced in
Announcements
Version 3.3.3
#1324
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Version 3.3.3 (2026-04-15)
ss.parse_age_range()andss.apply_age_range()to parse age range specifications like'[5, 10), [10, 15)'.ss.RandomNet()performance.ss.HouseholdNet.add_births()to assign household IDs exactly once at delivery, rather than using an age-window heuristic tied toupdate_freq. Newborns are now identified by having a parent, age >= 0, and no household ID yet assigned. Moved HouseholdNet'sadd_births()call before theupdate_freqgate so it runs every timestep, ensuring correct behavior with any update frequency or when the network timestep exceeds gestation.starsim_examples/translations. (Thanks to Simon Frost for the Julia conversion.)This discussion was created from the release Version 3.3.3.
All reactions