Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ This changelog is effective from the 2025 releases.
* `view` function uses stdin mode for AMSview, reducing overhead for image creation
* `vasp_output_to_ams` now reads the MD time step from `POTIM` in the OUTCAR and labels molecular-dynamics runs (`IBRION = 0`) as such, instead of using a fixed default time step

### Fixed
* Xvfb backend for `view` function with 0 display value

## 2026.104

### Fixed
* Loading job `.dill` files where the molecule contains a `pathlib.Path` (e.g. `Molecule.properties.source`)
* Possible recursion errors when pickling a molecule on Windows relating to `_as_array`
* Xvfb backend for `view` function with 0 display value

## 2026.102

Expand Down
Loading