We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5431c27 commit e8d36acCopy full SHA for e8d36ac
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release notes
2
3
+## Version 2022.1.4, - 2022-12-03
4
+
5
+### Added
6
+- Add UnitCell::ChangeSpaceGroup(), which updates lattice parameter symmetry constraints.
7
8
+### Changed
9
+- Take into account spacegroup clock in UnitCell::GetLatticePar and InitMatrices
10
+- Throw an exception if alpha, beta or gamma are not within ]0;pi[ in UnitCell::Init()
11
12
13
## Version 2022.1.3, - 2022-11-02
14
15
### Changed
site_scons/fallback_version.py
@@ -7,4 +7,4 @@
Update FALLBACK_VERSION when tagging a new release.
'''
-FALLBACK_VERSION = '2022.1.3.post0'
+FALLBACK_VERSION = '2022.1.4.post0'
0 commit comments