Skip to content

Commit c2ad54c

Browse files
committed
update news, bump version
1 parent 5e99781 commit c2ad54c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

NEWS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Molly.jl release notes
22

3+
## v0.22.2 - Jun 2025
4+
5+
### New features
6+
- `write_structure` is added to allow a system to be written to a file.
7+
- `TrajectoryWriter` now writes out better PDB files. `StructureWriter` is now an alias for `TrajectoryWriter` with the PDB format and will be removed in a future breaking release. It is recommended to replace instances of `StructureWriter` with `TrajectoryWriter`.
8+
- The `excluded_res` and `write_boundary` keyword arguments can now be given to `TrajectoryWriter`. The `atom_inds` keyword argument can now be given to `StructureWriter`.
9+
- `AtomData`can now store `chain_id` and `hetero_atom`, allowing better file writing.
10+
- The Urey-Bradley potential is added as `UreyBradley`.
11+
- The mixing functions `waldman_hagler_σ_mixing`, `waldman_hagler_ϵ_mixing` and `fender_halsey_ϵ_mixing` are added.
12+
- Additional keyword arguments can now be provided to the `System` constructor taking in an AtomsBase system.
13+
14+
### Bug fixes
15+
- A bug when initialising forces in `LangevinSplitting` is fixed.
16+
- A bug when converting from an AtomsBase system without velocities is fixed.
17+
- A bug when setting up a system with infinite boundaries from a file is fixed.
18+
319
## v0.22.1 - Mar 2025
420

521
### New features

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Molly"
22
uuid = "aa0f7f06-fcc0-5ec4-a7f3-a573f33f9c4c"
33
authors = ["Joe G Greener <jgreener@hotmail.co.uk>"]
4-
version = "0.22.1"
4+
version = "0.22.2"
55

66
[deps]
77
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"

0 commit comments

Comments
 (0)