Skip to content

Commit

Permalink
v3.2.3 release
Browse files Browse the repository at this point in the history
Former-commit-id: 8347401e451d26bb16377bc0199f95dea6aeffa8 [formerly d9c318b]
Former-commit-id: 5f0ae360fe71205962941b8b14ee9749a179967c
  • Loading branch information
shyuep committed Oct 2, 2015
1 parent b816f88 commit ba3d677
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change log
==========

v3.2.2
------
* Massive update to abinit support. Note that pymatgen.io.abinitio has
been refactored to pymatgen.io.abinit. (Matteo, Setten)
* NwOutput now supports parsing of Hessian Matrics (contributed by Xin
Chen)
* Gaussian support now has the ability to read potential energy surface
and electronic transitions computed with TD-DFT (Germain Salvato
Vallverdu)
* Bug fixes for CifWriter with symmetry.
* Bug fixes for surface generation and reactions.
* Monty requirement increased.

v3.2.1
------
* Fix wrong U value for Ce and Eu.
Expand Down
13 changes: 13 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change log
==========

v3.2.2
------
* Massive update to abinit support. Note that pymatgen.io.abinitio has
been refactored to pymatgen.io.abinit. (Matteo, Setten)
* NwOutput now supports parsing of Hessian Matrics (contributed by Xin
Chen)
* Gaussian support now has the ability to read potential energy surface
and electronic transitions computed with TD-DFT (Germain Salvato
Vallverdu)
* Bug fixes for CifWriter with symmetry.
* Bug fixes for surface generation and reactions.
* Monty requirement increased.

v3.2.1
------
* Fix wrong U value for Ce and Eu.
Expand Down
16 changes: 11 additions & 5 deletions docs/latest_changes.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Change log
==========

v3.2.1
v3.2.2
------
* Fix wrong U value for Ce and Eu.
* Properly handle empty multiline strings in Cif
* Add ability to get specific data in MPRester.get_entries. Make all get_entry
methods consistent in kwargs.
* Massive update to abinit support. Note that pymatgen.io.abinitio has
been refactored to pymatgen.io.abinit. (Matteo, Setten)
* NwOutput now supports parsing of Hessian Matrics (contributed by Xin
Chen)
* Gaussian support now has the ability to read potential energy surface
and electronic transitions computed with TD-DFT (Germain Salvato
Vallverdu)
* Bug fixes for CifWriter with symmetry.
* Bug fixes for surface generation and reactions.
* Monty requirement increased.
2 changes: 1 addition & 1 deletion docs/pymatgen.io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Subpackages

.. toctree::

pymatgen.io.abinitio
pymatgen.io.abinit
pymatgen.io.feff
pymatgen.io.vasp
pymatgen.io.vaspio
Expand Down
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__ = "Sep 18 2015"
__version__ = "3.2.1"
__date__ = "Oct 2 2015"
__version__ = "3.2.3"


# 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.2.1",
version="3.2.3",
install_requires=["numpy>=1.8", "pyhull>=1.5.3", "six", "prettytable",
"atomicfile", "requests", "pybtex", "pyyaml",
"monty>=0.6.6", "scipy>=0.10"],
Expand Down

0 comments on commit ba3d677

Please sign in to comment.