File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ lammps-interface cif_file.cif
4040This 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
4949The publication associated with this code is found here:
Original file line number Diff line number Diff line change 11"""
22Lammps interface.
33"""
4- __version__ = "0.1.2 "
4+ __version__ = "0.1.3 "
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments