diff --git a/CHANGELOG.md b/CHANGELOG.md index 75040c8..4fa6268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Release notes +## Version 2.2.5 + +### Changes + +- Raise an exception if alpha, beta or gamma are not within ]0;pi[ when + changing lattice angles +- Add UnitCell.ChangeSpaceGroup() + +### Fixes + +- Avoid duplication of plots when using ipympl (aka %matplotlib widget) +- Correct powder pattern tests to avoid warnings + +### Deprecated + +- loadCrystal - use create_crystal_from_cif() instead + ## Version 2.2.4 ### Changes diff --git a/conda-recipe/conda_build_config.yaml b/conda-recipe/conda_build_config.yaml index 25025b0..bef96a0 100644 --- a/conda-recipe/conda_build_config.yaml +++ b/conda-recipe/conda_build_config.yaml @@ -23,7 +23,7 @@ zip_keys: - boost libobjcryst: - - 2022.1 + - 2022.1.4 c_compiler: # [win] - vs2019 # [win] diff --git a/setup.py b/setup.py index b016079..38afdfa 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ # Use this version when git data are not available as in a git zip archive. # Update when tagging a new release. -FALLBACK_VERSION = '2.2.4' +FALLBACK_VERSION = '2.2.5' # define extension arguments here ext_kws = {