From 4bb34715f0a831cfb3c709322ddc2254527aea46 Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Fri, 8 Mar 2024 13:56:56 +0000 Subject: [PATCH] Release 0.1.14 --- DESCRIPTION | 2 +- NEWS.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 824a4d4..27aaa95 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: individual Title: Framework for Specifying and Simulating Individual Based Models -Version: 0.1.13 +Version: 0.1.14 Authors@R: c( person( given = "Giovanni", diff --git a/NEWS.md b/NEWS.md index d2a985a..f01b153 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# individual 0.1.14 + + * Added a flag to the Event constructor to tweak the restore semantics. + * Replaced the Bitset R6 class with named lists, making them faster to instantiate. + * Replaced the bitset sampling implementation with a faster algorithm. + * Various other performance improvements, mostly avoiding copies of vectors. + # individual 0.1.13 * Fixed the website generation.