We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c9c7b commit 6ebf1aeCopy full SHA for 6ebf1ae
CHANGELOG.rst
@@ -4,6 +4,30 @@ Release Notes
4
5
.. current developments
6
7
+3.2.0rc0
8
+========
9
+
10
+**Changed:**
11
12
+* Removed support for Python 2
13
+* This version only supporting Python 3.10, 3.11, 3.12
14
+* All docstrings style updated to numpydoc
15
16
+**Deprecated:**
17
18
+* Deprecated the `diffpy.structure.applications` module. Use
19
+ `diffpy.structure.apps` instead
20
21
+**Removed:**
22
23
+* Removed all `six` compatibility code
24
25
+**Fixed:**
26
27
+* Repo structure modified to the new diffpy standard
28
29
30
31
Version 3.1.0 - 2022-12-04
32
--------------------------
33
news/changlog.rst
0 commit comments