From c08827768d7dc37b1c29e3d8e44f80a4e935d6d6 Mon Sep 17 00:00:00 2001 From: Martin Petr Date: Thu, 5 Dec 2024 12:34:53 +0100 Subject: [PATCH] Update NEWS --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 7dca31bc..42802323 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # slendr (development version) +- `schedule_sampling()` now checks that all sampled populations are actually present in the compiled model ([#97abf75](https://github.com/bodkan/slendr/commit/97abf75)) + # slendr 1.0.0 - **A massive update introducing the possibility of simulating non-neutral _slendr_ models with `slim()` has been introduced. This update is too big to describe in the changelog -- for more information and motivation, see the [description in the associated PR](https://github.com/bodkan/slendr/pull/155), or [the new extensive vignette](https://www.slendr.net/articles/vignette-11-extensions.html) on the topic. ([PR #155](https://github.com/bodkan/slendr/pull/155))**