Skip to content

Commit

Permalink
v2.10.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Sep 7, 2014
1 parent 6acdccd commit f361464
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,14 @@
Change log
==========

v2.10.6
-------
* Bug fix for np1.9 incompatibility. Now works.
* Use wheel for pymatgen deployments.
* matgenie.py is now renamed to pmg for faster CLI usage.
* Improvements to KPOINTS automatic generation.
* Simpler and faster Structure.get_all_neighbors

v2.10.5
-------
* DiffusionAnalyzer now has non-smoothed option.
Expand Down
10 changes: 8 additions & 2 deletions docs/change_log.rst
@@ -1,6 +1,14 @@
Change log
==========

v2.10.6
-------
* Bug fix for np1.9 incompatibility. Now works.
* Use wheel for pymatgen deployments.
* matgenie.py is now renamed to pmg for faster CLI usage.
* Improvements to KPOINTS automatic generation.
* Simpler and faster Structure.get_all_neighbors

v2.10.5
-------
* DiffusionAnalyzer now has non-smoothed option.
Expand Down Expand Up @@ -478,7 +486,6 @@ v2.2.0

v2.1.2
------

* Brand new CompoundPD class that allows the plotting of phase diagrams that
do not have elements as their terminal points.
* Spglib is now completely integrated as part of the setup.py installation.
Expand All @@ -495,7 +502,6 @@ v2.1.2

v2.0.0
------

* Brand new module (pymatgen.matproj.rest) for interfacing with the
MaterialsProject REST interface.
* Useful aliases for commonly used Objects, similar in style to numpy.
Expand Down
4 changes: 2 additions & 2 deletions pymatgen/__init__.py
Expand Up @@ -3,8 +3,8 @@
"Sai Jayaraman", "Michael Kocher", "Dan Gunter",
"Shreyas Cholia", "Vincent L Chevrier",
"Rickard Armiento"])
__date__ = "Sep 2 2014"
__version__ = "2.10.5"
__date__ = "Sep 7 2014"
__version__ = "2.10.6"

#Useful aliases for commonly used objects and modules.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="2.10.5",
version="2.10.6",
install_requires=["numpy>=1.8", "pyhull>=1.4.6", "PyCifRW==3.6.2",
"requests>=2.3.0", "pybtex>=0.18", "pyyaml>=3.11",
"monty>=0.3.6"],
Expand Down

0 comments on commit f361464

Please sign in to comment.