Skip to content

Commit 14f2c19

Browse files
sbillingegithub-actions[bot]
authored andcommitted
update changelog
1 parent 5239628 commit 14f2c19

16 files changed

+30
-347
lines changed

CHANGELOG.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@ Release notes
44

55
.. current developments
66
7+
3.7.0
8+
=====
9+
10+
**Added:**
11+
12+
* Add ``build_deprecation_message`` helper for printing consistent deprecation messages.
13+
* Add ``generate_deprecation_docstring`` for generating a template docstring for deprecated functions.
14+
* Support for Python 3.14
15+
* Add ``@deprecated`` decorator.
16+
* Add documentation for calculation mu.
17+
18+
**Changed:**
19+
20+
* load_data now takes a Path or a string for the file-path
21+
22+
**Deprecated:**
23+
24+
* diffpy.utils.parsers.loaddata.loadData replaced by diffpy.utils.parsers.load_data
25+
26+
**Fixed:**
27+
28+
* Normalize paths before assert in `test_serialization/test_load_multiple` to prevent possible Windows short/long name mismatch.
29+
* All references to ``loadData`` changed to ``load_data`` due to that deprecation
30+
31+
**Removed:**
32+
33+
* Removed API that calculates mu from packing fraction.
34+
* Support for Python 3.11
35+
36+
737
3.6.1
838
=====
939

news/api-docs370.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/dep-msg-helper.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

news/depr-tests.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/deprecated_update.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/deprecator.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/docs-add-data.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/docs-fix.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/docstring-fix.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/ds-bug.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)