Skip to content

Commit

Permalink
v3.0.6 release
Browse files Browse the repository at this point in the history
Former-commit-id: 28b63dad64d8b01eda3f8a5bbc662a1609162cac [formerly cb997b7]
Former-commit-id: 7ab49334ceae4b7c2b8e7b26b4b76a59165b3804
  • Loading branch information
shyuep committed Oct 6, 2014
1 parent 0c4d1bc commit 25e2f55
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 14 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.0.6
------
* Cost analysis module (Anubhav Jain)
* More Py3k fixes.
* Extensive abinitio updates (Matteo).

v3.0.5
------
* Completely revamped symmetry package. The finder.SymmetryFinder and
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.0.6
------
* Cost analysis module (Anubhav Jain)
* More Py3k fixes.
* Extensive abinitio updates (Matteo).

v3.0.5
------
* Completely revamped symmetry package. The finder.SymmetryFinder and
Expand Down
15 changes: 4 additions & 11 deletions docs/latest_changes.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
Change log
==========

v3.0.5
v3.0.6
------
* Completely revamped symmetry package. The finder.SymmetryFinder and
pointgroup and spacegroup modules are now deprecated. Instead,
all symmetry analysis is in the :module:`pymatgen.symmetry.analyzer`_
module. There is also a completely rewritten support for symmetry groups in
:module:`pymatgen.symmetry.groups`_. Structure now supports a static
constructor to generate a structure from a spacegroup (see examples).
* BatteryAnalyzer class (Anubhav Jain) to provide for some common analysis of
intercalation electrodes.
* Minor bug fixes for structure_matcher, lattice, abinitio.
* MOAB qadapter for abinit. (Liam Damewood)
* Cost analysis module (Anubhav Jain)
* More Py3k fixes.
* Extensive abinitio updates (Matteo).
1 change: 1 addition & 0 deletions docs/pymatgen.analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Subpackages

.. toctree::

pymatgen.analysis.cost
pymatgen.analysis.defects
pymatgen.analysis.diffraction
pymatgen.analysis.pourbaix
Expand Down
8 changes: 8 additions & 0 deletions docs/pymatgen.serializers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ pymatgen.serializers.json_coders module
:undoc-members:
:show-inheritance:

pymatgen.serializers.pickle_coders module
-----------------------------------------

.. automodule:: pymatgen.serializers.pickle_coders
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------
Expand Down
4 changes: 2 additions & 2 deletions pymatgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"Sai Jayaraman", "Michael Kocher", "Dan Gunter",
"Shreyas Cholia", "Vincent L Chevrier",
"Rickard Armiento"])
__date__ = "Oct 2 2014"
__version__ = "3.0.5"
__date__ = "Oct 6 2014"
__version__ = "3.0.6"

#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 @@ -52,7 +52,7 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="3.0.5",
version="3.0.6",
install_requires=["numpy>=1.8", "pyhull>=1.5.3", "six", "prettytable",
"requests", "pybtex", "pyyaml", "monty>=0.5.9"],
extras_require={"electronic_structure": ["scipy>=0.10"],
Expand Down

0 comments on commit 25e2f55

Please sign in to comment.