From 4152fe528bca4d45b5b4a4dd3621437be14226ba Mon Sep 17 00:00:00 2001 From: Brady Johnston Date: Mon, 2 Jan 2023 15:25:52 +0800 Subject: [PATCH] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef6c180f..3bab1dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added cutoff field for limiting the interpolation of atoms between frames based on a distance cutoff - Added bonds through MDAnalysis import when a trajectory supports it [#129](https://github.com/BradyAJohnston/MolecularNodes/issues/129) - Added `is_solvent()`, `is_nucleic()` and `is_peptide()` attributes when importing via MDAnalysis +- Added frame-specific attribute `occupancy` which is added to each frame of the trajectory when imported via MDAnalysis. [#128](https://github.com/BradyAJohnston/MolecularNodes/issues/128) ### Fixed - Changed naming of `MOL_style_atoms` to `MOL_style_atoms_cycles` and `MOL_style_ribbon` to `MOL_style_ribbon_protein`