Skip to content

Commit 5748038

Browse files
committed
DOC: add human-readable CHANGELOG
1 parent 036e96d commit 5748038

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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.

0 commit comments

Comments
 (0)