Skip to content

Commit cd9415b

Browse files
committed
CHANGELOG
1 parent a7fd98e commit cd9415b

File tree

2 files changed

+34
-33
lines changed

2 files changed

+34
-33
lines changed

Diff for: CHANGELOG.md

-33
This file was deleted.

Diff for: CHANGELOG.rst

+34
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,37 @@ Release Notes
33
=============
44

55
.. 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.

0 commit comments

Comments
 (0)