Skip to content

Commit

Permalink
v3.2.10 release
Browse files Browse the repository at this point in the history
Former-commit-id: ee4f54beafe27941c089c912ecf0012479403b68 [formerly ff4e687]
Former-commit-id: 10dcfe98ccb9d4e2b3dceb306380fa876b841773
  • Loading branch information
shyuep committed Dec 15, 2015
1 parent abcef0a commit 5f6ffca
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
==========

v3.2.10
-------
* Fix missing scripts
* Improvements to units module.
* Speed up EwaldSummation.

v3.2.9
------
* Major PD stability improvements, especially for very high dim hulls with lots
Expand Down
6 changes: 6 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
==========

v3.2.10
-------
* Fix missing scripts
* Improvements to units module.
* Speed up EwaldSummation.

v3.2.9
------
* Major PD stability improvements, especially for very high dim hulls with lots
Expand Down
13 changes: 5 additions & 8 deletions docs/latest_changes.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
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.10
-------
* Fix missing scripts
* Improvements to units module.
* Speed up EwaldSummation.
8 changes: 8 additions & 0 deletions docs/pymatgen.io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,14 @@ pymatgen.io.vaspio_set module
:undoc-members:
:show-inheritance:

pymatgen.io.xcrysden module
---------------------------

.. automodule:: pymatgen.io.xcrysden
:members:
:undoc-members:
:show-inheritance:

pymatgen.io.xyz module
----------------------

Expand Down
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 12 2015"
__version__ = "3.2.9"
__date__ = "Dec 15 2015"
__version__ = "3.2.10"


# 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.9",
version="3.2.10",
install_requires=["numpy>=1.9", "six", "atomicfile", "requests",
"pybtex", "pyyaml", "monty>=0.7.0", "scipy>=0.14",
"tabulate"],
Expand Down

0 comments on commit 5f6ffca

Please sign in to comment.