We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9628ec commit 4bb5517Copy full SHA for 4bb5517
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Release notes
2
3
+## Version 2021.1.1 - 2021-06-04
4
+
5
+### Added
6
7
+- Add 3D crystal visualization widget using py3Dmol.
8
9
+### Changed
10
11
+- Improve the indexing functions.
12
+- Better access to some global optimisation variables.
13
+- Expose the ZScatterer2Molecule function inside Molecule.h.
14
+- Add a cylindrical absorption correction (Lobanov & Alte da Veiga).
15
16
## Version 2017.2.3 - 2020-06-15
17
18
### Added
site_scons/fallback_version.py
@@ -7,4 +7,4 @@
Update FALLBACK_VERSION when tagging a new release.
'''
-FALLBACK_VERSION = '2017.2.2.post0'
+FALLBACK_VERSION = '2021.1.1.post0'
0 commit comments