-
Notifications
You must be signed in to change notification settings - Fork 876
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: 261023787fad33334de1f722043546e0e32abf60 [formerly 92d4281] Former-commit-id: ed8034b049654f67f1062fc0203ee16676ec5aba
- Loading branch information
Showing
10 changed files
with
318 additions
and
72 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,10 +1,24 @@ | ||
Change log | ||
========== | ||
|
||
v2.10.6 | ||
------- | ||
* Bug fix for np1.9 incompatibility. Now works. | ||
* Use wheel for pymatgen deployments. | ||
* matgenie.py is now renamed to pmg for faster CLI usage. | ||
* Improvements to KPOINTS automatic generation. | ||
* Simpler and faster Structure.get_all_neighbors | ||
v3.0.0 | ||
------ | ||
* Pymatgen is now completely Python 2.7 and Python 3.x compatible! | ||
* Spglib and pyhull have been updated to support Python 3.x. | ||
* Completely rewritten pure python cifio module (courtesy of William Davidson | ||
Richards) removed dependency on PyCIFRW, which has been causing many issues | ||
with installation. | ||
* Structure and Molecule now supports a very convenient to() and from_str and | ||
from_file functionality. Instead of trying to load the appropriate parser, | ||
you can output and read from the appropriate formats directly. See example | ||
usage. | ||
* ~50% speedup to LinearAssignment code. | ||
* Continuous integration and contribution guidelines now include Python 3. | ||
* **Backwards incompatible changes** | ||
* matgenie.py has now been renamed simply "pmg" for brevity. | ||
* All deprecated methods in pymatgen 2.x have been removed. E.g., | ||
pymatgen.core.structure_modifier is no longer available. | ||
* Pymatgen classes now uses the as_dict() method protocol implemented in the | ||
Monty package. The to_dict property is now deprecated and will be removed | ||
in pymatgen v3.1. | ||
* Update main docs page examples with the new Structure to, from formats. |
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
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