Skip to content

Commit 72cab0b

Browse files
authored
prepare 0.1.3 release (#38)
1 parent 80920e4 commit 72cab0b

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.1.3
2+
3+
### Improvements
4+
5+
* Optimize topology information calculation [#27](https://github.com/peteboyd/lammps_interface/pull/27)
6+
7+
### Bug fixes
8+
9+
* fix legacy networkx commands [1065ff310172fad1f2cfb79dda7ea737de2cdab1](https://github.com/peteboyd/lammps_interface/commit/1065ff310172fad1f2cfb79dda7ea737de2cdab1)
10+
* fix install from source [#36](https://github.com/peteboyd/lammps_interface/pull/36)
11+
* fix Windows build [#32](https://github.com/peteboyd/lammps_interface/pull/32)
12+
113
## v0.1.2
214

315
### Improvements

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ lammps-interface cif_file.cif
4040
This will create [Lammps] simulation files with UFF parameters.
4141

4242
### Jupyter notebook
43-
In order to implement module to your project check out Jupyter notebooks provided in this repository in `/notebooks` for usage examples.
43+
In order to integrate lammps-interface into your project, check out the Jupyter notebooks provided in [`/notebooks`](./notebooks) for usage examples.
4444

45-
## Licence
46-
MIT licence (see LICENCE file)
45+
## License
46+
MIT license (see [LICENSE](LICENSE))
4747

4848
## Citation
4949
The publication associated with this code is found here:

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.1.2"
4+
__version__ = "0.1.3"

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.1.2",
20+
version="0.1.3",
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)