We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cef9b1 commit 34c9c7bCopy full SHA for 34c9c7b
news/changlog.rst
@@ -4,21 +4,22 @@
4
5
**Changed:**
6
7
-* All docstrings style updated to numpydoc.
+* Removed support for Python 2
8
+* This version only supporting Python 3.10, 3.11, 3.12
9
+* All docstrings style updated to numpydoc
10
11
**Deprecated:**
12
13
* Deprecated the `diffpy.structure.applications` module. Use
- `diffpy.structure.apps` instead.
14
+ `diffpy.structure.apps` instead
15
16
**Removed:**
17
-* Removed all `six` compatibility code. The package is now going to
- Python > 3.10.
18
+* Removed all `six` compatibility code
19
20
**Fixed:**
21
-* Repo structure modified to the new diffpy standard.
22
+* Repo structure modified to the new diffpy standard
23
24
**Security:**
25
0 commit comments