Skip to content

Commit

Permalink
v3.1.7 release
Browse files Browse the repository at this point in the history
Former-commit-id: fa2381b3d787b29aa00735a9ff20e80d783a1f6d [formerly e347248]
Former-commit-id: fb396702f536e3ba4df24d8a0194dc9949a0543f
  • Loading branch information
shyuep committed Aug 24, 2015
1 parent 2c5b962 commit 4688961
Show file tree
Hide file tree
Showing 15 changed files with 126 additions and 148 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
==========

v3.1.7
------
* Bug fixes for MPRester.
* Ensure correct monty version requirement in setup.py.

v3.1.6
------
* Rudimentary PWSCF output reading.
Expand Down
25 changes: 11 additions & 14 deletions docs/_static/Basic functionality.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

25 changes: 11 additions & 14 deletions docs/_static/Calculating XRD patterns.html

Large diffs are not rendered by default.

25 changes: 11 additions & 14 deletions docs/_static/Explanation of Corrections.html

Large diffs are not rendered by default.

25 changes: 11 additions & 14 deletions docs/_static/Molecule.html

Large diffs are not rendered by default.

25 changes: 11 additions & 14 deletions docs/_static/Ordering Disordered Structures.html

Large diffs are not rendered by default.

25 changes: 11 additions & 14 deletions docs/_static/Plotting a Pourbaix Diagram.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

25 changes: 11 additions & 14 deletions docs/_static/Plotting the electronic structure of Fe.html

Large diffs are not rendered by default.

25 changes: 11 additions & 14 deletions docs/_static/Units.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
==========

v3.1.7
------
* Bug fixes for MPRester.
* Ensure correct monty version requirement in setup.py.

v3.1.6
------
* Rudimentary PWSCF output reading.
Expand Down
8 changes: 3 additions & 5 deletions docs/latest_changes.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
Change log
==========

v3.1.6
v3.1.7
------
* Rudimentary PWSCF output reading.
* Fix ASE support.
* Support for WAVEDERF and reading multiple dielectricfunctions in vasprun.xml.
(Miguel Dias Costa)
* Bug fixes for MPRester.
* Ensure correct monty version requirement in setup.py.
4 changes: 2 additions & 2 deletions pymatgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"Sai Jayaraman", "Michael Kocher", "Dan Gunter",
"Shreyas Cholia", "Vincent L Chevrier",
"Rickard Armiento"])
__date__ = "Aug 5 2015"
__version__ = "3.1.6"
__date__ = "Aug 24 2015"
__version__ = "3.1.7"


# Useful aliases for commonly used objects and modules.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="3.1.6",
version="3.1.7",
install_requires=["numpy>=1.8", "pyhull>=1.5.3", "six", "prettytable",
"atomicfile", "requests", "pybtex", "pyyaml",
"monty>=0.6.5", "scipy>=0.10"],
Expand Down

0 comments on commit 4688961

Please sign in to comment.