File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Release notes
2+
3+ ## unreleased - Version 3.0.0
4+
5+ Differences from version 1.3.
6+
7+ ### Added
8+
9+ - Support for Python 3.7, 3.6, 3.5 in addition to 2.7.
10+
11+ ### Changed
12+
13+ - Always use lower-case imports from ` diffpy.structure ` .
14+ - Use numeric-value sort to order variables in ` PrintFitHook ` .
15+
16+ ### Deprecated
17+
18+ - Variable ` __gitsha__ ` in the ` version ` module renamed to ` __git_commit__ ` .
19+
20+ ### Removed
21+
22+ - Optional upper and lower-bound arguments in ` Parameter.setValue ` .
23+ The bounds can be set with ` Parameter.boundRange ` instead.
24+ - Unused classes ` ListOperator ` , ` SetOperator ` .
25+
26+ ### Fixed
27+
28+ - Metadata retrieval from ` PDFContribution ` hierarchy.
29+ - Refresh ` PDFGenerator ` when its ` rgrid ` is changed in-place.
30+ - Zero division in the ` nppdfsas.py ` example.
31+ - Crash in ` ellipsoidsas.py ` example because of bug in ` Parameter.setValue ` .
32+ - Pickling of ` ProfileGenerator ` objects and of bound class methods.
33+ - Invalid escape sequences in string values.
You can’t perform that action at this time.
0 commit comments