Skip to content

Commit

Permalink
v2.9.9 release.
Browse files Browse the repository at this point in the history
Former-commit-id: 23de3993662b977ddedabad3b074d7a2cda91608 [formerly e2ecf03]
Former-commit-id: db1f90b34cfda1bdd9c1898fdf76b6f1c82713ea
  • Loading branch information
shyuep committed May 28, 2014
1 parent 529976c commit c7ab248
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ several advantages over other codes out there:
Latest Change Log
=================

v2.9.9
------
1. XRDCalculator now supports disordered structures.
2. Minor speed ups and improvements.

v2.9.8
------
1. Initial beta version of XRD pattern calculator.
Expand Down
2 changes: 1 addition & 1 deletion pymatgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Shreyas Cholia", "Vincent L Chevrier",
"Rickard Armiento"])
__date__ = "May 22 2014"
__version__ = "2.9.8"
__version__ = "2.9.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 @@ -41,7 +41,7 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="2.9.8",
version="2.9.9",
install_requires=["numpy>=1.5", "pyhull>=1.4.3", "PyCifRW>=3.3",
"requests>=1.0", "pybtex>=0.16", "pyyaml>=3.0",
"monty>=0.2.2"],
Expand Down

0 comments on commit c7ab248

Please sign in to comment.