Skip to content

Commit 67a8781

Browse files
authored
Merge pull request #16 from zmx27/skpkg
skpkg: add news file and update file-level comments
2 parents 4d86135 + 35e524e commit 67a8781

File tree

5 files changed

+60
-12
lines changed

5 files changed

+60
-12
lines changed

news/TEMPLATE.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

news/skpkg.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+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* Support scikit-package Level 5 standard (https://scikit-package.github.io/scikit-package/).
20+
21+
* Port legacy Python 2 code to support Python 3.
22+
23+
**Security:**
24+
25+
* <news item>

src/diffpy/srxconfutils/config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# dpx.confutils by Simon J. L. Billinge group
5-
# (c) 2013 Trustees of the Columbia University
4+
# diffpy.srxconfutils by Simon J. L. Billinge group
5+
# (c) 2013-2025 Trustees of the Columbia University
66
# in the City of New York. All rights reserved.
77
#
88
# File coded by: Xiaohao Yang
99
#
10-
# See AUTHORS.txt for a list of people who contributed.
11-
# See LICENSENOTICE.txt for license information.
10+
# See AUTHORS.rst for a list of people who contributed.
11+
# See LICENSENOTICE.rst for license information.
1212
#
1313
##############################################################################
1414
"""Package for organizing program configurations. It can read/write

src/diffpy/srxconfutils/configtraits.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# dpx.confutils by Simon J. L. Billinge group
5-
# (c) 2013 Trustees of the Columbia University
4+
# diffpy.srxconfutils by Simon J. L. Billinge group
5+
# (c) 2013-2025 Trustees of the Columbia University
66
# in the City of New York. All rights reserved.
77
#
88
# File coded by: Xiaohao Yang
99
#
10-
# See AUTHORS.txt for a list of people who contributed.
11-
# See LICENSENOTICE.txt for license information.
10+
# See AUTHORS.rst for a list of people who contributed.
11+
# See LICENSENOTICE.rst for license information.
1212
#
1313
##############################################################################
1414
"""Package for organizing program configurations. It can read/write

src/diffpy/srxconfutils/tools.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# dpx.confutils by Simon J. L. Billinge group
5-
# (c) 2013 Trustees of the Columbia University
4+
# diffpy.srxconfutils by Simon J. L. Billinge group
5+
# (c) 2013-2025 Trustees of the Columbia University
66
# in the City of New York. All rights reserved.
77
#
88
# File coded by: Xiaohao Yang
99
#
10-
# See AUTHORS.txt for a list of people who contributed.
11-
# See LICENSENOTICE.txt for license information.
10+
# See AUTHORS.rst for a list of people who contributed.
11+
# See LICENSENOTICE.rst for license information.
1212
#
1313
##############################################################################
1414

0 commit comments

Comments
 (0)