Skip to content

Commit

Permalink
v3.0.3 release
Browse files Browse the repository at this point in the history
Former-commit-id: 565c8fb4190a83d51c18fd8594d8bf93ac5e1c87 [formerly 0948e2f]
Former-commit-id: 905b06271e5a3c98e1ba8b9f56f87a0b9d8c139c
  • Loading branch information
shyuep committed Sep 23, 2014
1 parent 01d9540 commit 67b8d59
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 14 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change log
==========

v3.0.3
------
* Updates to DiffusionAnalyzer for more fine-grained statistics.
* Bug fixes and tweaks to linear assignment
* Improved PymatgenTest class which provides a suite of test structures.
* Speedups to Phase Diagram
* Lots of improvements to Gaussian support (Nicolas Dardenne) and Abinit IO
(Matteo).
* Lots of Py3k minor updates.
* Updated doc for Diffusion anaylzer. Invert sq_disp_ions for more intuitive handling.

v3.0.2
------
1. Consistent use of unicode throughout pymatgen.
Expand Down
11 changes: 11 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change log
==========

v3.0.3
------
* Updates to DiffusionAnalyzer for more fine-grained statistics.
* Bug fixes and tweaks to linear assignment
* Improved PymatgenTest class which provides a suite of test structures.
* Speedups to Phase Diagram
* Lots of improvements to Gaussian support (Nicolas Dardenne) and Abinit IO
(Matteo).
* Lots of Py3k minor updates.
* Updated doc for Diffusion anaylzer. Invert sq_disp_ions for more intuitive handling.

v3.0.2
------
1. Consistent use of unicode throughout pymatgen.
Expand Down
4 changes: 1 addition & 3 deletions docs/latest_changes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Change log
==========

v3.0.2
v3.0.3
------
1. Consistent use of unicode throughout pymatgen.
2. Minor bug fixes.
8 changes: 0 additions & 8 deletions docs/pymatgen.util.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ pymatgen.util.coord_utils module
:undoc-members:
:show-inheritance:

pymatgen.util.decorators module
-------------------------------

.. automodule:: pymatgen.util.decorators
:members:
:undoc-members:
:show-inheritance:

pymatgen.util.io_utils module
-----------------------------

Expand Down
6 changes: 6 additions & 0 deletions docs/pymatgen.vis.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
pymatgen.vis package
====================

Subpackages
-----------

.. toctree::


Submodules
----------

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__ = "Sep 15 2014"
__version__ = "3.0.2"
__date__ = "Sep 23 2014"
__version__ = "3.0.3"

#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 @@ -50,7 +50,7 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="3.0.2",
version="3.0.3",
install_requires=["numpy>=1.8", "pyhull>=1.5.3",
"requests>=2.3.0", "pybtex>=0.18", "pyyaml>=3.11",
"monty>=0.5.5", "six>=1.7.3"],
Expand Down

0 comments on commit 67b8d59

Please sign in to comment.