diff --git a/CHANGES.rst b/CHANGES.rst index 30cf0104ad9..f958448fa92 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,16 +1,26 @@ Change log ========== +v2022.0.4 / v2021.3.9 +--------------------- +* Element now has `ionization_energies`, `ionization_energy` and + `electron_affinity` properties. +* Extensive documentation has been added on pymatgen compatibility and the + new namespace architecture! We have also released a + `template repo `_ + to help new developers write add-ons for pymatgen! Check out our + :doc:`contributing page` for details. + v2022.0.3 --------- * Another bug fix release! Now SETTINGS have been moved to pymatgen.core. -v2022.0.2 ---------- +v2022.0.2 (Yanked) +------------------ * Bug fix release for missing package data files in v2022.0.1 -v2022.0.1 ---------- +v2022.0.1 (Yanked) +------------------ * `pymatgen`, `pymatgen.ext`, `pymatgen.io` and `pymatgen.analysis` are now namespace packages. Note that this does not affect normal usage of pymatgen from v2022.0.0. All imports remain the same. However, it does allow developers @@ -18,8 +28,8 @@ v2022.0.1 and templates is in the works to guide developers on how to write these packages. -v2022.0.0 ---------- +v2022.0.0 (Yanked) +------------------ * This is the new version of pymatgen going forward. Root-level imports have been removed. Please see https://pymatgen.org/compatibility.html on how to update your code for compatibility with v2022. @@ -29,8 +39,8 @@ v2021.3.5 released. Future critical bug fixes will be backported to v2021.x.x, but the main line of development will occur on v2022.0.0 onwards. -v2021.3.4 ---------- +v2021.3.4 (Yanked) +------------------ * **Backwards incompatible**: Pymatgen root imports have been removed from v2021.3.4 in preparation for a change to a more modular, extensible architecture that will allow more developers to contribute. diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 557ec5e0013..8c98e837cfc 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '2022.0.3', + VERSION: '2022.0.4', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/addons.html b/docs/addons.html index 9516808b4e6..eb83f1c6d05 100644 --- a/docs/addons.html +++ b/docs/addons.html @@ -7,7 +7,7 @@ - Pymatgen Add-ons — pymatgen 2022.0.3 documentation + Pymatgen Add-ons — pymatgen 2022.0.4 documentation @@ -68,7 +68,7 @@
- 2022.0.3 + 2022.0.4
diff --git a/docs/change_log.html b/docs/change_log.html index e6ee8838f11..bb2cc697c7e 100644 --- a/docs/change_log.html +++ b/docs/change_log.html @@ -7,7 +7,7 @@ - Change log — pymatgen 2022.0.3 documentation + Change log — pymatgen 2022.0.4 documentation @@ -70,7 +70,7 @@
- 2022.0.3 + 2022.0.4
@@ -99,12 +99,13 @@
  • Introduction
  • Installation
  • Change log