File tree 6 files changed +41
-17
lines changed
6 files changed +41
-17
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ help menu and follow the tutorial instructions. A detailed description
47
47
is available in the doc/Farrow-jpcm-2007.pdf paper.
48
48
49
49
50
- REQUIREMENTS
50
+ Requirements
51
51
------------------------------------------------------------------------
52
52
53
53
PDFgui requires Python 3.8+ or 2.7 and several third-party
Original file line number Diff line number Diff line change
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>
Original file line number Diff line number Diff line change 1
- numpy==1.26
1
+ numpy < 2.0.0 # Need to fix deprecations before 2.0.0 compat
2
2
wxpython
3
3
diffpy.pdffit2
4
4
diffpy.utils
Original file line number Diff line number Diff line change 4
4
#
5
5
# wxextensions by DANSE Diffraction group
6
6
# 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
8
8
# New York.
9
9
# All rights reserved.
10
10
#
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
##############################################################################
3
3
#
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.
8
7
#
9
- # File coded by: Pavol Juhas
8
+ # File coded by: Billinge Group members and community contributors.
10
9
#
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.
13
14
#
14
15
##############################################################################
15
16
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
##############################################################################
3
3
#
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.
8
6
#
9
- # File coded by: Pavol Juhas
7
+ # File coded by: Billinge Group members and community contributors.
10
8
#
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.
13
13
#
14
14
##############################################################################
15
15
You can’t perform that action at this time.
0 commit comments