File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
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
+
3
20
## Version 2.2.4
4
21
5
22
### Changes
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ zip_keys:
23
23
- boost
24
24
25
25
libobjcryst :
26
- - 2022.1
26
+ - 2022.1.4
27
27
28
28
c_compiler : # [win]
29
29
- vs2019 # [win]
Original file line number Diff line number Diff line change 20
20
21
21
# Use this version when git data are not available as in a git zip archive.
22
22
# Update when tagging a new release.
23
- FALLBACK_VERSION = '2.2.4 '
23
+ FALLBACK_VERSION = '2.2.5 '
24
24
25
25
# define extension arguments here
26
26
ext_kws = {
You can’t perform that action at this time.
0 commit comments