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