Skip to content

Commit

Permalink
Version updating
Browse files Browse the repository at this point in the history
  • Loading branch information
lmhale99 committed Sep 14, 2021
1 parent 7f53fdb commit bb72071
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions UPDATES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Updates
=======

Version 1.4.1
-------------

- **atomman.lammps.Log** bug fix relating to capturing the performance data.

- **atomman.dump.pymatgen_Structure** updated for new pymatgen versions.

- **atomman.defect.DifferentialDisplacement** bug fix related to handling
the atomcolor and atomcmap parameters.

- **atomman.tools** now imports aslist, iaslist, screen_input, uber_open_rmode,
and atomic_info from potentials to remove duplicate code.

- **atomman.library** various updates related to keeping record handling
consistent with updates in potentials version 0.3.1.

Version 1.4.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion atomman/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ matplotlib
cython
requests
toolz
potentials==0.3.0
potentials==0.3.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def getreadme():
'cython',
'requests',
'toolz',
'potentials==0.3.0'
'potentials==0.3.1'
],
include_package_data = True,
zip_safe = False)

0 comments on commit bb72071

Please sign in to comment.