Skip to content

Commit

Permalink
v3.7.1 release
Browse files Browse the repository at this point in the history
Former-commit-id: 284afc460af376e61f23a8a3d24a21d9f4ceaeba [formerly 7ddc0f9]
Former-commit-id: 7ef489e29db737970cb76f84777a2fc84ff50647
  • Loading branch information
shyuep committed Jun 20, 2016
1 parent 206f56f commit bd8a3c7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change log
==========

v3.7.1
------
* Fix deprecation bug.

v3.7.0
------
* Last version before pymatgen 4.0, where deprecated modules will be removed!
Expand Down
7 changes: 2 additions & 5 deletions docs/latest_changes.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Change log
==========

v3.7.0
v3.7.1
------
* Last version before pymatgen 4.0, where deprecated modules will be removed!
* Massive update to LAMMPS (Kiran Matthews).
* New input sets with a different interface that replaces old input sets.
* Massive update to elastic properties.
* Fix deprecation bug.
8 changes: 8 additions & 0 deletions docs/pymatgen.io.lammps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ pymatgen.io.lammps.topology module
:undoc-members:
:show-inheritance:

pymatgen.io.lammps.utils module
-------------------------------

.. automodule:: pymatgen.io.lammps.utils
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
setup(
name="pymatgen",
packages=find_packages(),
version="3.7.0",
version="3.7.1",
install_requires=["numpy>=1.9", "six", "atomicfile", "requests",
"pybtex", "pyyaml", "monty>=0.7.0", "scipy>=0.14",
"tabulate", "enum34", "spglib"],
Expand Down

0 comments on commit bd8a3c7

Please sign in to comment.