You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+19-2
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,29 @@
1
1
# Release notes
2
2
3
+
## Version 2.2.1 -- 2021-11-28
4
+
5
+
- Add quantitative phase analysis with PowderPattern.qpa(), including
6
+
an example notebook using the QPA Round-Robin data.
7
+
- Correct import of urllib.request.urllopen() when loading CIF or z-matrix
8
+
files from http urls.
9
+
- Fix blank line javascript output when updating the Crystal 3D view
10
+
- Add RefinableObj.xml() to directly get the XMLOutput() as a string
11
+
- Add example notebooks to the sphinx-generated html documentation
12
+
- Fix issue when using Crystal.XMLInput() for a non-empty structure.
13
+
Existing scattering power will be re-used when possible, and otherwise
14
+
not deleted anymore (which could lead to crashes).
15
+
3
16
## Version 2.2.0 -- 2021-06-08
4
17
5
18
Notable differences from version 2.1.0.
6
19
7
-
- Add access to Radiation class & functions to change RadiationType, wavelength in PowderPattern and ScatteringData (and hence DiffractionDataSingleCrystal) classes.
20
+
- Add access to Radiation class & functions to change RadiationType,
21
+
wavelength in PowderPattern and ScatteringData (and hence
22
+
DiffractionDataSingleCrystal) classes.
8
23
9
-
- Fix the custodian_ward when creating a PowderPatternDiffraction: PowderPatternDiffraction must persist while PowderPattern exists, and Crystal must persist while PowderPatternDiffraction exists.
24
+
- Fix the custodian_ward when creating a PowderPatternDiffraction:
25
+
PowderPatternDiffraction must persist while PowderPattern exists, and
26
+
Crystal must persist while PowderPatternDiffraction exists.
10
27
11
28
- Add 3D Crystal viewer `pyobjcryst.crystal.Crystal.widget_3d`.
0 commit comments