Skip to content

Commit

Permalink
update news, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Sep 1, 2023
1 parent 77f4296 commit 17f20ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Molly.jl release notes

## v0.18.0 - Sep 2023

### Breaking changes
- Molar units are made more consistent throughout the package. If force and energy units are molar then the atomic masses should have a molar dimension, e.g. `u"g/mol"` rather than `u"u"`. The default Boltzmann constant `k` is chosen based on the `energy_units` given to a `System`.

### New features
- A constructor for `System` is added to convert from an AtomsBase.jl `AbstractSystem`.
- During `System` setup, checks are made for a consistent unit system and appropriate errors are thrown.
- Calculation of the hydrodynamic radius is added as `hydrodynamic_radius`.
- The `charges` function is added to give the partial charges of the atoms in a system.

### Bug fixes
- Issues with AtomsBase.jl integration are fixed.

## v0.17.0 - Jul 2023

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Molly"
uuid = "aa0f7f06-fcc0-5ec4-a7f3-a573f33f9c4c"
authors = ["Joe G Greener <[email protected]>"]
version = "0.17.0"
version = "0.18.0"

[deps]
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
Expand Down

2 comments on commit 17f20ed

@jgreener64
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/90643

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.18.0 -m "<description of version>" 17f20ed3abd0a87862fa645b9ef00fded3812e37
git push origin v0.18.0

Please sign in to comment.