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