Skip to content

Commit

Permalink
version 1.4.5 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lmhale99 committed Jun 1, 2022
1 parent 72f6fc7 commit 2aa0ce6
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include README.rst
include atomman/VERSION
include UPDATES.rst
include LICENSE.TXT

include atomman/core/*.pyx
include atomman/core/*.pxd
Expand Down
25 changes: 25 additions & 0 deletions UPDATES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Updates
=======

Version 1.4.5
-------------

- **atomman.defect.FreeSurface** now has a unique_shifts() method that uses
crystal symmetry to filter out most symmetrically equivalent termination
planes.

- **atomman.dump.primitive_cell** has been added that uses spglib to take an
atomic system and return a new system corresponding to the identified
primitive unit cell.

- **atomman.dump.phonopy_Atoms** is updated for newer versions of phonopy.

- **strain** methods have been added to **atomman.defect.VolterraDislocation**
and its subclasses to provide the strain associated with the dislocation
solutions. Stress and displacement methods in **atomman.defect.Stroh** have
been adjusted to improve calculation speed.

- **atomman.defect.pn_arctan_disldensity** added and
**atomman.defect.pn_arctan_disregistry** updated for consistency and new
options. These give classic Peierls-Nabarro dislocation width models.

- **load_table** method has been added to **atomman.cluster.BondAngleMap**
allowing for the data generated by save_table to be read back in.

Version 1.4.4
-------------

Expand Down
2 changes: 1 addition & 1 deletion atomman/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.4
1.4.5
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.1
potentials==0.3.4
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.3'
'potentials==0.3.4'
],
include_package_data = True,
zip_safe = False
Expand Down

0 comments on commit 2aa0ce6

Please sign in to comment.