diff --git a/CHANGES.rst b/CHANGES.rst index 7a388096c72..710b3730d4d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Change log ========== +v2022.4.19 +---------- +* Fix for discharged and charged entries in conversion battery. (@peikai)`pylint` in `.pre-commit-config.yaml`. +* Allow skipping of structure reduction in StructureMatcher.group_structures (@lan496) +* Return NotImplemented for composition comparison methods. (@janosh) +* BSPlotter bug fixes (@fraricci) +* Misc bug fixes and deprecation fixes. + v2022.3.29 ---------- * Major update to CP2K module, PR #2475 from @nwinner diff --git a/requirements-optional.txt b/requirements-optional.txt index f76f4fbf035..e5ae989cb6e 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -1,12 +1,12 @@ -ase==3.22.0 +ase==3.22.1 chemview==0.6 netCDF4==1.5.8 fdint==2.0.2 phonopy==2.4.2 h5py==3.6.0 -BoltzTraP2==22.3.1 +BoltzTraP2==22.3.2 f90nml==1.1.2 # hiphive==0.6 seekpath==1.9.4 jarvis-tools==2020.7.14 -galore==0.6.1 +galore==0.6.1 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 3fbfbb969ee..5ff32f0f638 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.22.3 sympy==1.10.1 -requests==2.26.0 +requests==2.27.1 monty==2022.3.12 ruamel.yaml==0.17.21 scipy==1.7.3 @@ -10,9 +10,9 @@ palettable==3.3.0 spglib==1.16.3 pandas==1.4.1 networkx==2.7.1 -plotly==5.4.0 +plotly==5.6.0 beautifulsoup4==4.10.0 uncertainties==3.1.6 Cython==0.29.26 pybtex==0.24.0 -tqdm==4.63.0 +tqdm==4.64.0 \ No newline at end of file