Skip to content

Commit

Permalink
Release 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Mar 8, 2024
1 parent 64d4c6c commit 4bb3471
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4bb3471

Please sign in to comment.