forked from materialsproject/pymatgen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
33 additions
and
22 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+808 Bytes
(100%)
.../pymatgen.analysis.chemenv.coordination_environments.coordination_geometry_finder.doctree
Binary file not shown.
Binary file modified
BIN
+1.74 KB
(100%)
...ctrees/pymatgen.analysis.chemenv.coordination_environments.structure_environments.doctree
Binary file not shown.
Binary file modified
BIN
+2.58 KB
(110%)
docs/doctrees/pymatgen.analysis.chemenv.coordination_environments.voronoi.doctree
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
Change log | ||
========== | ||
|
||
v2017.12.16 | ||
v2017.12.30 | ||
----------- | ||
* Add optical absorption coefficient method | ||
* Improve plot_element_profile | ||
* Added detailed Shannon radii information and method. | ||
* Magoms for lanthanides (Weike Ye) | ||
* Chemenv improvements (David Waroquiers) | ||
* Ewald summation improvements (Logan Ward) | ||
* Update to ABINIT support (G Matteo) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
__email__ ="[email protected]" | ||
__maintainer__ = "Shyue Ping Ong" | ||
__maintainer_email__ ="[email protected]" | ||
__version__ = "2017.12.16" | ||
__version__ = "2017.12.30" | ||
|
||
|
||
SETTINGS_FILE = os.path.join(os.path.expanduser("~"), ".pmgrc.yaml") | ||
|
@@ -84,4 +84,4 @@ def get_structure_from_mp(formula): | |
if sys.version_info < (3, 5): | ||
warnings.warn(""" | ||
Pymatgen will drop Py2k support from v2019.1.1. Pls consult the documentation | ||
at https://www.pymatgen.org for more details.""") | ||
at https://www.pymatgen.org for more details.""") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters