From 5f30d60a413f16d23c3d1053f59df54c0fc92733 Mon Sep 17 00:00:00 2001 From: James Parkhurst Date: Mon, 18 Dec 2023 12:24:25 +0000 Subject: [PATCH] Update changes --- CHANGES.rst | 11 +++++++++++ newsfragments/32.feature | 1 - newsfragments/57.feature | 1 - newsfragments/61.feature | 1 - 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 newsfragments/32.feature delete mode 100644 newsfragments/57.feature delete mode 100644 newsfragments/61.feature diff --git a/CHANGES.rst b/CHANGES.rst index 1dd81336..23b1cebb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,14 @@ +Parakeet 0.5.0 (2023-12-18) +=========================== + +Features +-------- + +- Better inelastic models merged (#32) +- Enable add_molecules to be called multiple times. If this is done then no guarantee is made regarding overlapping particles. New particles which overlap old ones will delete the atoms of the old particles. The positions and orientations of all particles will be recorded in the sample.h5 file. (#57) +- Added ability to set objective aperture cutoff frequency (#61) + + Parakeet v0.4.6 (2023-10-20) ============================ diff --git a/newsfragments/32.feature b/newsfragments/32.feature deleted file mode 100644 index dc97ca5a..00000000 --- a/newsfragments/32.feature +++ /dev/null @@ -1 +0,0 @@ -Better inelastic models merged diff --git a/newsfragments/57.feature b/newsfragments/57.feature deleted file mode 100644 index 83ceba2b..00000000 --- a/newsfragments/57.feature +++ /dev/null @@ -1 +0,0 @@ -Enable add_molecules to be called multiple times. If this is done then no guarantee is made regarding overlapping particles. New particles which overlap old ones will delete the atoms of the old particles. The positions and orientations of all particles will be recorded in the sample.h5 file. diff --git a/newsfragments/61.feature b/newsfragments/61.feature deleted file mode 100644 index e2179b5f..00000000 --- a/newsfragments/61.feature +++ /dev/null @@ -1 +0,0 @@ -Added ability to set objective aperture cutoff frequency