Differences from version 1.3.
- Support for Python 3.7, 3.6, 3.5 in addition to 2.7.
- Always use lower-case imports from
diffpy.structure
. - Use numeric-value sort to order variables in
PrintFitHook
.
- Variable
__gitsha__
in theversion
module renamed to__git_commit__
.
- Optional upper and lower-bound arguments in
Parameter.setValue
. The bounds can be set withParameter.boundRange
instead. - Unused classes
ListOperator
,SetOperator
.
- Metadata retrieval from
PDFContribution
hierarchy. - Refresh
PDFGenerator
when itsrgrid
is changed in-place. - Zero division in the
nppdfsas.py
example. - Crash in
ellipsoidsas.py
example because of bug inParameter.setValue
. - Pickling of
ProfileGenerator
objects and of bound class methods. - Invalid escape sequences in string values.