Skip to content

Commit acd19ec

Browse files
committed
Version 2.2.5
1 parent d47650b commit acd19ec

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Release notes
22

3+
## Version 2.2.5
4+
5+
### Changes
6+
7+
- Raise an exception if alpha, beta or gamma are not within ]0;pi[ when
8+
changing lattice angles
9+
- Add UnitCell.ChangeSpaceGroup()
10+
11+
### Fixes
12+
13+
- Avoid duplication of plots when using ipympl (aka %matplotlib widget)
14+
- Correct powder pattern tests to avoid warnings
15+
16+
### Deprecated
17+
18+
- loadCrystal - use create_crystal_from_cif() instead
19+
320
## Version 2.2.4
421

522
### Changes

conda-recipe/conda_build_config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ zip_keys:
2323
- boost
2424

2525
libobjcryst:
26-
- 2022.1
26+
- 2022.1.4
2727

2828
c_compiler: # [win]
2929
- vs2019 # [win]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Use this version when git data are not available as in a git zip archive.
2222
# Update when tagging a new release.
23-
FALLBACK_VERSION = '2.2.4'
23+
FALLBACK_VERSION = '2.2.5'
2424

2525
# define extension arguments here
2626
ext_kws = {

0 commit comments

Comments
 (0)