3.1.0
Version 3.0.0 – 2019-03-14
Added:
- Support for Python 3.7, 3.6, 3.5 in addition to 2.7.
Changed:
- Always use lower-case imports from
diffpy.structure. - Use numeric-value sort to order variables in
PrintFitHook.
Deprecated:
- Variable
__gitsha__in theversionmodule renamed to__git_commit__.
Removed:
- Optional upper and lower-bound arguments in
Parameter.setValue.
The bounds can be set withParameter.boundRangeinstead. - Unused classes
ListOperator,SetOperator.
Fixed:
- Metadata retrieval from
PDFContributionhierarchy. - Refresh
PDFGeneratorwhen itsrgridis changed in-place. - Zero division in the
nppdfsas.pyexample. - Crash in
ellipsoidsas.pyexample because of bug inParameter.setValue. - Pickling of
ProfileGeneratorobjects and of bound class methods. - Invalid escape sequences in string values.