Skip to content

Commit 0d7b397

Browse files
authored
prepare release v0.2.1 (#48)
1 parent cc12a42 commit 0d7b397

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.2.1
2+
3+
### Bug fixes
4+
* fix for accurate step reporting in min.csv file [11bd2e5c7b3a03a1b1f2b0387a4e76ad64b0f1ef](https://github.com/peteboyd/lammps_interface/commit/11bd2e5c7b3a03a1b1f2b0387a4e76ad64b0f1ef)
5+
* The dihedral force constant was underestimated for UFF and UFF4MOF #44 [e9349627e60481c98b3ac15da0e06183e06d2192](https://github.com/peteboyd/lammps_interface/commit/e9349627e60481c98b3ac15da0e06183e06d2192)
6+
* Fix UFF4MOF bug where it can't find the correct metal ff type #46 [2b53caab48ca3610cc05cd5cf444df6b2c79579c](https://github.com/peteboyd/lammps_interface/commit/2b53caab48ca3610cc05cd5cf444df6b2c79579c)
7+
* 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)
8+
19
## v0.2.0
210

311
### Bug fixes
@@ -23,11 +31,11 @@
2331

2432
### Improvements
2533

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

2836
### Bug fixes
2937

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

3240
## v0.1.1
3341

lammps_interface/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Lammps interface.
33
"""
4-
__version__ = "0.2.0"
4+
__version__ = "0.2.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Programming Language :: Python :: 3.7",
1818
"Programming Language :: Python :: 3.8",
1919
],
20-
version="0.2.0",
20+
version="0.2.1",
2121
license="MIT",
2222
url="https://github.com/peteboyd/lammps_interface",
2323
description="Automatic generation of LAMMPS input files for molecular dynamics simulations of MOFs",

0 commit comments

Comments
 (0)