File tree Expand file tree Collapse file tree 5 files changed +60
-12
lines changed
Expand file tree Collapse file tree 5 files changed +60
-12
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments