File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
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
+
3
24
## Version 2017.2.2 – 2019-05-14
4
25
5
26
### Changed
Original file line number Diff line number Diff line change 7
7
Update FALLBACK_VERSION when tagging a new release.
8
8
'''
9
9
10
- FALLBACK_VERSION = '2017.2.2 .post0'
10
+ FALLBACK_VERSION = '2017.2.3 .post0'
You can’t perform that action at this time.
0 commit comments