Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieqiong committed Jul 2, 2024
1 parent a7fd98e commit cd9415b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 33 deletions.
33 changes: 0 additions & 33 deletions CHANGELOG.md

This file was deleted.

34 changes: 34 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,37 @@ Release Notes
=============

.. current developments
Version 3.0.0 - 2019-03-14
--------------------------

Differences from version 1.3.

**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 the `version` module renamed to `__git_commit__`.

**Removed**

- Optional upper and lower-bound arguments in `Parameter.setValue`.
The bounds can be set with `Parameter.boundRange` instead.
- Unused classes `ListOperator`, `SetOperator`.

**Fixed**

- Metadata retrieval from `PDFContribution` hierarchy.
- Refresh `PDFGenerator` when its `rgrid` is changed in-place.
- Zero division in the `nppdfsas.py` example.
- Crash in `ellipsoidsas.py` example because of bug in `Parameter.setValue`.
- Pickling of `ProfileGenerator` objects and of bound class methods.
- Invalid escape sequences in string values.

0 comments on commit cd9415b

Please sign in to comment.