Skip to content

Commit

Permalink
v3.0.4 release
Browse files Browse the repository at this point in the history
Former-commit-id: c5319d5880963c125e2f3b1a869aae1d8d124dd2 [formerly 099b5af]
Former-commit-id: a7d23ed44ed94a3e156bf7095d53b399381fd71e
  • Loading branch information
shyuep committed Sep 23, 2014
1 parent c037aaf commit f5f9d14
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change log
==========

v3.0.4
------
* Fix missing structures json data.

v3.0.3
------
* Updates to DiffusionAnalyzer for more fine-grained statistics.
Expand Down
4 changes: 4 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change log
==========

v3.0.4
------
* Fix missing structures json data.

v3.0.3
------
* Updates to DiffusionAnalyzer for more fine-grained statistics.
Expand Down
11 changes: 2 additions & 9 deletions docs/latest_changes.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
Change log
==========

v3.0.3
v3.0.4
------
* 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.
* Fix missing structures json data.
2 changes: 1 addition & 1 deletion pymatgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Shreyas Cholia", "Vincent L Chevrier",
"Rickard Armiento"])
__date__ = "Sep 23 2014"
__version__ = "3.0.3"
__version__ = "3.0.4"

#Useful aliases for commonly used objects and modules.

Expand Down
5 changes: 3 additions & 2 deletions 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.3",
version="3.0.4",
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 All @@ -68,7 +68,8 @@ def get_spglib_ext():
"pymatgen.vis": ["ElementColorSchemes.yaml"],
"pymatgen.command_line": ["OxideTersoffPotentials"],
"pymatgen.analysis.defects": ["*.json"],
"pymatgen.analysis.diffraction": ["*.json"]},
"pymatgen.analysis.diffraction": ["*.json"],
"pymatgen.util": ["structures/*.json"]},
author="Shyue Ping Ong, Anubhav Jain, Michael Kocher, Geoffroy Hautier,"
"William Davidson Richards, Stephen Dacek, Dan Gunter, Shreyas Cholia, "
"Matteo Giantomassi, Vincent L Chevrier, Rickard Armiento",
Expand Down

0 comments on commit f5f9d14

Please sign in to comment.