From 98800913e43e79be08c3c3424d3afe80a0b7ad4c Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Sat, 15 Jan 2022 21:36:49 +0000 Subject: [PATCH] updated changelog --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index f59490bfb..8bb534010 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -33,6 +33,7 @@ https://keepachangelog.com/en/0.3.0/ * 0.9.3: - Changed the python version requirement to be 3.9+ (using 3.9.9) - Restructured the population grid object by splitting off functions that belong in the same category and storing them in a mixin-class within the population_extensions/ dir. +- Made the Population object available via "from binarycpython import Population" - merged the HPC branch: - added Condor support - added Slurm support -- GitLab