Skip to content

Commit

Permalink
Update dev docs
Browse files Browse the repository at this point in the history
Former-commit-id: fe6c492f00b0e2e2b6ba42a3c67e3e987b97e448 [formerly 5c92894]
Former-commit-id: 127421a788ea1964a1a29d2ac8226981d42da5b7
  • Loading branch information
shyuep committed Mar 18, 2016
1 parent 3659a0c commit 30fdd8e
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change log
==========

v3.3.6
------
* Update to use enum.x instead of multienum.x.
* Minor robustness fixes to VaspInputSet serialization.
* Add a reciprocal density parameter to vasp sets.
* Minor bug fixes to Vasprun parsing.

v3.3.5
------
* StructureMatcher can now work with ignored species.
Expand Down
7 changes: 7 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change log
==========

v3.3.6
------
* Update to use enum.x instead of multienum.x.
* Minor robustness fixes to VaspInputSet serialization.
* Add a reciprocal density parameter to vasp sets.
* Minor bug fixes to Vasprun parsing.

v3.3.5
------
* StructureMatcher can now work with ignored species.
Expand Down
16 changes: 5 additions & 11 deletions docs/latest_changes.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
Change log
==========

v3.3.5
v3.3.6
------
* StructureMatcher can now work with ignored species.
* Added interpolation failure warnings and smooth tolerance for
scipy.interpolate.splrep in bandstructures (Tess).
* Added DiffusionAnalyzer.get_framework_rms_plot.
* Complete rewrite of Procar class to use ND array access and zero-based
indexing.
* OrderParameters class for analysis of local structural features
(Nils Zimmermann).
* Bug fixes for Procar, MPRester and SpaceGroup 64.
* Added Github templates for contributing to pymatgen.
* Update to use enum.x instead of multienum.x.
* Minor robustness fixes to VaspInputSet serialization.
* Add a reciprocal density parameter to vasp sets.
* Minor bug fixes to Vasprun parsing.
8 changes: 8 additions & 0 deletions docs/pymatgen.analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ pymatgen.analysis.structure_matcher module
:undoc-members:
:show-inheritance:

pymatgen.analysis.substrate_analyzer module
-------------------------------------------

.. automodule:: pymatgen.analysis.substrate_analyzer
:members:
:undoc-members:
:show-inheritance:

pymatgen.analysis.thermochemistry module
----------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions pymatgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
__email__ ="pymatgen@googlegroups.com"
__maintainer__ = "Shyue Ping Ong"
__maintainer_email__ ="shyuep@gmail.com"
__date__ = "Feb 19 2016"
__version__ = "3.3.5"
__date__ = "Mar 17 2016"
__version__ = "3.3.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 @@ -51,7 +51,7 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="3.3.5",
version="3.3.6",
install_requires=["numpy>=1.9", "six", "atomicfile", "requests",
"pybtex", "pyyaml", "monty>=0.7.0", "scipy>=0.14",
"tabulate", "enum34"],
Expand Down

0 comments on commit 30fdd8e

Please sign in to comment.