Skip to content

Commit 4052d4c

Browse files
committed
Merge branch 'master' of https://github.com/diffpy/pyobjcryst
* 'master' of https://github.com/diffpy/pyobjcryst: MNT: update CHANGELOG.md BLD: update FALLBACK_VERSION = '2.2.0.post0' Revert "BLD: update FALLBACK_VERSION = '2021.1.1.post0'" BLD: update FALLBACK_VERSION = '2021.1.1.post0'
2 parents 765559e + 335af6c commit 4052d4c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release notes
22

3+
## Version 2.2.0 -- 2021-06-08
4+
5+
Notable differences from version 2.1.0.
6+
7+
- Add access to Radiation class & functions to change RadiationType, wavelength in PowderPattern and ScatteringData (and hence DiffractionDataSingleCrystal) classes.
8+
9+
- Fix the custodian_ward when creating a PowderPatternDiffraction: PowderPatternDiffraction must persist while PowderPattern exists, and Crystal must persist while PowderPatternDiffraction exists.
10+
11+
- Add 3D Crystal viewer `pyobjcryst.crystal.Crystal.widget_3d`.
12+
313
## Version 2.1.0 -- 2019-03-11
414

515
Notable differences from version 2.0.1.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Use this version when git data are not available as in a git zip archive.
2020
# Update when tagging a new release.
21-
FALLBACK_VERSION = '2.1.0.post0'
21+
FALLBACK_VERSION = '2.2.0.post0'
2222

2323
# define extension arguments here
2424
ext_kws = {

0 commit comments

Comments
 (0)