Skip to content

Commit

Permalink
v3.2.9 release
Browse files Browse the repository at this point in the history
Former-commit-id: c7c2aeb7b184778c6b04aa3b84616c3a0b5c5bd0 [formerly 0258534]
Former-commit-id: fbf4c334dc5f7a6414e3fe775ed1bf10074b172b
  • Loading branch information
shyuep committed Dec 12, 2015
1 parent 08ffa60 commit ee35203
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
9 changes: 9 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change log
==========

v3.2.9
------
* Major PD stability improvements, especially for very high dim hulls with lots
of entries.
* Improvements to Ewald summation to be close to GULP implementation.
* Deprecate physical constants module in favor of scipy's version.
* Remove many pyhull references to use scipy's ConvexHull implementation.
* Bug fix for sulfide correction.

v3.2.8
------

Expand Down
13 changes: 7 additions & 6 deletions docs/latest_changes.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Change log
==========

v3.2.8
v3.2.9
------
* Make pyhull optional.
* Sulfur correction added to MaterialsProjectCompatibility for more accurate
sulfide formation energies.
* ADF io support. (Xin Chen)
* Bug fixes for spacegroup subgroup testing.
* Major PD stability improvements, especially for very high dim hulls with lots
of entries.
* Improvements to Ewald summation to be close to GULP implementation.
* Deprecate physical constants module in favor of scipy's version.
* Remove many pyhull references to use scipy's ConvexHull implementation.
* Bug fix for sulfide correction.
4 changes: 2 additions & 2 deletions pymatgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
__email__ ="[email protected]"
__maintainer__ = "Shyue Ping Ong"
__maintainer_email__ ="[email protected]"
__date__ = "Dec 6 2015"
__version__ = "3.2.8"
__date__ = "Dec 12 2015"
__version__ = "3.2.9"


# 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 @@ -51,7 +51,7 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="3.2.8",
version="3.2.9",
install_requires=["numpy>=1.9", "six", "atomicfile", "requests",
"pybtex", "pyyaml", "monty>=0.7.0", "scipy>=0.14",
"tabulate"],
Expand Down

0 comments on commit ee35203

Please sign in to comment.