Skip to content

Commit 0652110

Browse files
authored
Replace Caden's PR (#160)
Minor copyright fixes and news update
1 parent 897f683 commit 0652110

File tree

6 files changed

+41
-17
lines changed

6 files changed

+41
-17
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ help menu and follow the tutorial instructions. A detailed description
4747
is available in the doc/Farrow-jpcm-2007.pdf paper.
4848

4949

50-
REQUIREMENTS
50+
Requirements
5151
------------------------------------------------------------------------
5252

5353
PDFgui requires Python 3.8+ or 2.7 and several third-party

news/cookiecutter.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* Package reformatted to comply with new Billinge Group package structure
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>

requirements/run.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==1.26
1+
numpy < 2.0.0 # Need to fix deprecations before 2.0.0 compat
22
wxpython
33
diffpy.pdffit2
44
diffpy.utils

src/diffpy/pdfgui/gui/wxextensions/textctrlutils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# wxextensions by DANSE Diffraction group
66
# Simon J. L. Billinge
7-
# (c) 2009 trustees of Columbia University in the City of
7+
# (c) 2009-2024 trustees of Columbia University in the City of
88
# New York.
99
# All rights reserved.
1010
#

src/diffpy/pdfgui/tests/debug.py

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# diffpy.pdfgui Complex Modeling Initiative
5-
# (c) 2016 Brookhaven Science Associates,
6-
# Brookhaven National Laboratory.
7-
# All rights reserved.
4+
# (c) 2016 Brookhaven Science Associates, Brookhaven National Laboratory.
5+
# (c) 2024 The Trustees of Columbia University in the City of New York.
6+
# All rights reserved.
87
#
9-
# File coded by: Pavol Juhas
8+
# File coded by: Billinge Group members and community contributors.
109
#
11-
# See AUTHORS.txt for a list of people who contributed.
12-
# See LICENSE.txt for license information.
10+
# See GitHub contributions for a more detailed list of contributors.
11+
# https://github.com/diffpy/diffpy.pdfgui/graphs/contributors
12+
#
13+
# See LICENSE.rst for license information.
1314
#
1415
##############################################################################
1516

src/diffpy/pdfgui/tests/run.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/usr/bin/env python
22
##############################################################################
33
#
4-
# diffpy.pdfgui by DANSE Diffraction group
5-
# Simon J. L. Billinge
6-
# (c) 2012-2024 Trustees of the Columbia University
7-
# in the City of New York. All rights reserved.
4+
# (c) 2012-2024 The Trustees of Columbia University in the City of New York.
5+
# All rights reserved.
86
#
9-
# File coded by: Pavol Juhas
7+
# File coded by: Billinge Group members and community contributors.
108
#
11-
# See AUTHORS.txt for a list of people who contributed.
12-
# See LICENSE.txt for license information.
9+
# See GitHub contributions for a more detailed list of contributors.
10+
# https://github.com/diffpy/diffpy.pdfgui/graphs/contributors
11+
#
12+
# See LICENSE.rst for license information.
1313
#
1414
##############################################################################
1515

0 commit comments

Comments
 (0)