- Fix broken code due to pymatgen and matplotlib deprecated methods.
- Complete migration of pymatgen.analysis.pathfinder over to pymatgen-analysis.diffusion.
- Make MigrationHop MSONAble. (@acrutt)
- Fixed msite calc order (@hmlli)
- Removed magmom (@jmmshn)
- Fix for bad release due to error in MANIFEST.in.
- DiffusionAnalyzer has been migration from pymatgen to pymatgen.analysis.diffusion.analyzer for a more self-contained suite of tools for diffusion analysis.
- pymatgen-diffusion is now released as a namespace package pymatgen-analysis-diffusion on PyPI. It should be imported via pymatgen.analysis.diffusion instead pymatgen_diffusion.
- Py3k cleanup.
- Compatibility with pymatgen v2018+.
- NEB tools, including an implementation of an IDPP solver.