Skip to content

Commit

Permalink
prepare release v0.2.1 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz authored May 8, 2021
1 parent cc12a42 commit 0d7b397
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.2.1

### Bug fixes
* fix for accurate step reporting in min.csv file [11bd2e5c7b3a03a1b1f2b0387a4e76ad64b0f1ef](https://github.com/peteboyd/lammps_interface/commit/11bd2e5c7b3a03a1b1f2b0387a4e76ad64b0f1ef)
* The dihedral force constant was underestimated for UFF and UFF4MOF #44 [e9349627e60481c98b3ac15da0e06183e06d2192](https://github.com/peteboyd/lammps_interface/commit/e9349627e60481c98b3ac15da0e06183e06d2192)
* Fix UFF4MOF bug where it can't find the correct metal ff type #46 [2b53caab48ca3610cc05cd5cf444df6b2c79579c](https://github.com/peteboyd/lammps_interface/commit/2b53caab48ca3610cc05cd5cf444df6b2c79579c)
* Adjust for undocumented factor of 2 in discovered in the LAMMPS source code leading to too large angle bending constants #47 [cc12a4233f9657a69e9c64a26deca76e5bdd0b42](https://github.com/peteboyd/lammps_interface/commit/cc12a4233f9657a69e9c64a26deca76e5bdd0b42)

## v0.2.0

### Bug fixes
Expand All @@ -23,11 +31,11 @@

### Improvements

* make compatible with networkx 2.4 371d5d93110b349d51b5d7bfb7ef2bcc89752b7b
* make compatible with networkx 2.4 [371d5d93110b349d51b5d7bfb7ef2bcc89752b7b](https://github.com/peteboyd/lammps_interface/commit/371d5d93110b349d51b5d7bfb7ef2bcc89752b7b)

### Bug fixes

* exit on error if atoms overlap in min-img distance check 29086e5c6ed4e8cc013624875d7029f4ec9ae9db
* exit on error if atoms overlap in min-img distance check [29086e5c6ed4e8cc013624875d7029f4ec9ae9db](https://github.com/peteboyd/lammps_interface/commit/371d5d93110b349d51b5d7bfb7ef2bcc89752b7b)

## v0.1.1

Expand Down
2 changes: 1 addition & 1 deletion lammps_interface/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Lammps interface.
"""
__version__ = "0.2.0"
__version__ = "0.2.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
version="0.2.0",
version="0.2.1",
license="MIT",
url="https://github.com/peteboyd/lammps_interface",
description="Automatic generation of LAMMPS input files for molecular dynamics simulations of MOFs",
Expand Down

0 comments on commit 0d7b397

Please sign in to comment.