Skip to content

Commit c54e503

Browse files
authored
Merge pull request #82 from Tieqiong/changlog
fix news and changelog
2 parents 63c42d6 + 6ee5bc2 commit c54e503

File tree

2 files changed

+25
-17
lines changed

2 files changed

+25
-17
lines changed

CHANGELOG.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,6 @@ Release Notes
44

55
.. current developments
66
7-
Version 3.2.0 - 2024-7-2
8-
--------------------------
9-
**Added:**
10-
11-
**Changed:**
12-
13-
**Deprecated:**
14-
15-
**Removed:**
16-
17-
**Fixed:**
18-
19-
- Repo structure modified to the new diffpy standard
20-
21-
**Security:**
22-
23-
247
Version 3.1.0 - 2022-12-04
258
--------------------------
269

news/changlog.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* All docstrings style updated to numpydoc.
8+
9+
**Deprecated:**
10+
11+
* Deprecated the `diffpy.structure.applications` module. Use
12+
`diffpy.structure.apps` instead.
13+
14+
**Removed:**
15+
16+
* Removed all `six` compatibility code. The package is now going to
17+
Python > 3.10.
18+
19+
**Fixed:**
20+
21+
* Repo structure modified to the new diffpy standard.
22+
23+
**Security:**
24+
25+
* <news item>

0 commit comments

Comments
 (0)