From bf0584cf440832a37cdaf10437ca94efc8865e33 Mon Sep 17 00:00:00 2001 From: Matthew L Fidler <matthew.fidler@gmail.com> Date: Thu, 24 Oct 2024 00:56:31 -0500 Subject: [PATCH] Add to news --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 7a1b655..36e0cc2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# PopED development verson + +* Make parallelization work with `babelmixr2` models on windows (#79) + # PopED 0.7.0 * `create.poped.database()` now uses a better method of identifying the total number of parameters of each type (bpop, d, sigma, etc.) in a user defined model parameter function (the `ff_fun` argument in `create.poped.database()`) (#73).