Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jan 25, 2014
1 parent 893860d commit 07401cd
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 20 deletions.
18 changes: 18 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,24 @@
Change log
==========

v2.8.10
-------
1. Refactoring of qchemio module (by Xiaohui Qu).

v2.8.9
------
1. qchemio module (by Xiaohui Qu).

v2.8.8
------
1. Minor bug fix release for Structure species substitution methods.

v2.8.7
------
1. Massive update to pymatgen.io.abinitio package (by Matteo Giantomassi).
2. Bug fixes for StructureMatcher's group_structure.
3. Misc bug fixes and cleanup.

v2.8.6
------
1. Bug fix for VASP io set introduced by the default to sorting of structure
Expand Down
24 changes: 8 additions & 16 deletions docs/index.rst
Expand Up @@ -72,23 +72,15 @@ several advantages over other codes out there:
Latest Change Log
=================

v2.8.10
-------
1. Refactoring of qchemio module (by Xiaohui Qu).

v2.8.9
------
1. qchemio module (by Xiaohui Qu).

v2.8.8
------
1. Minor bug fix release for Structure species substitution methods.

v2.8.7
v2.9.0
------
1. Massive update to pymatgen.io.abinitio package (by Matteo Giantomassi).
2. Bug fixes for StructureMatcher's group_structure.
3. Misc bug fixes and cleanup.
1. Updates to support ABINIT 7.6.1 (by Matteo Giantomassi).
2. Vastly improved docs.
3. Refactoring to move commonly used Python utility functions to `Monty
package <https://pypi.python.org/pypi/monty>`_, which is now a depedency
for pymatgen.
4. Minor fixes and improvements to DiffusionAnalyzer.
5. Many bug fixes and improvements.

:doc:`Older versions </changelog>`

Expand Down
2 changes: 1 addition & 1 deletion pymatgen/__init__.py
Expand Up @@ -4,7 +4,7 @@
"Shreyas Cholia", "Vincent L Chevrier",
"Rickard Armiento"])
__date__ = "Dec 18 2013"
__version__ = "2.8.10"
__version__ = "2.9.0"

#Useful aliases for commonly used objects and modules.

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -5,4 +5,4 @@ requests>=1.0
pybtex>=0.16
matplotlib>1.1
pydispatcher>=2.0
monty>=0.1.0
monty>=0.1.1
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -44,10 +44,10 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="2.8.10",
version="2.9.0",
install_requires=["numpy>=1.5", "pyhull>=1.4.3", "PyCifRW>=3.3",
"requests>=1.0", "pybtex>=0.16", "pyyaml>=3.0",
"monty>=0.1.0"],
"monty>=0.1.1"],
extras_require={"electronic_structure": ["scipy>=0.10"],
"plotting": ["matplotlib>=1.1"],
"ase_adaptor": ["ase>=3.3"],
Expand Down

0 comments on commit 07401cd

Please sign in to comment.