From dd60d4d67bba38fa8453ce3163facfffc99b7c92 Mon Sep 17 00:00:00 2001 From: Andrew Marx Date: Fri, 5 Jul 2024 14:11:19 -0400 Subject: [PATCH] Update NEWS --- NEWS.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2695152..3ba544b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,21 @@ +# samc 3.3.0 + +## New features + +- New input options for metrics + - cond_passage(samc, init, dest) + - dispersal(samc, origin, dest, time) + - distribution(samc, init, dest, time) + - mortality(samc, init, dest, time) + +## Other + +- Lot's of internal refactoring and consolidation. +- Various small memory and speed optimizations. +- Various small fixes +- License update + + # samc 3.2.1 ## Bug fix