File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ zip_keys:
2323 - boost
2424
2525libobjcryst :
26- - 2022.1
26+ - 2022.1.4
2727
2828c_compiler : # [win]
2929- vs2019 # [win]
Original file line number Diff line number Diff line change 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
2626ext_kws = {
You can’t perform that action at this time.
0 commit comments