Skip to content

Commit 0547acb

Browse files
authored
Merge pull request #10 from vincefn/master
Version 2017.2.3
2 parents e7284e0 + 8a4f67a commit 0547acb

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## Version 2017.2.3 - 2020-06-15
4+
5+
### Added
6+
- Move SpaceGroupExplorer in a separate class for non-GUI access.
7+
Allow keeping or not the tested spacegroup, or the best solution.
8+
Sort solutions by the GoF multiplied by the ratio of the number
9+
of non-extinct reflections in the spacegoup relative to P1.
10+
- MonteCarloObj: add public access to AutoLSQ option
11+
- OptimizationObj: add access to Options by number or name
12+
- RefinableObj: provide access to options by name
13+
- Add STL-type methods (begin, end, size) for ObjRegistry and Molecule objects
14+
- Add Crystal.GetFormula(). Use formula to automatically name Crystal and
15+
DiffractionDataSingleCrystal when imported from CIF and no name is given
16+
17+
### Changed
18+
- Better format for ObjRegistry::Print()
19+
- sync with upstream-objcryst v2017.2-52-gd5e3585
20+
21+
### Fixed
22+
- Correct EstimateCellVolume estimation for orthorombic F
23+
324
## Version 2017.2.2 – 2019-05-14
425

526
### Changed

site_scons/fallback_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
Update FALLBACK_VERSION when tagging a new release.
88
'''
99

10-
FALLBACK_VERSION = '2017.2.2.post0'
10+
FALLBACK_VERSION = '2017.2.3.post0'

0 commit comments

Comments
 (0)