Skip to content

Commit

Permalink
Replace Caden's PR (diffpy#160)
Browse files Browse the repository at this point in the history
Minor copyright fixes and news update
  • Loading branch information
Tieqiong authored Aug 15, 2024
1 parent 897f683 commit 0652110
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ help menu and follow the tutorial instructions. A detailed description
is available in the doc/Farrow-jpcm-2007.pdf paper.


REQUIREMENTS
Requirements
------------------------------------------------------------------------

PDFgui requires Python 3.8+ or 2.7 and several third-party
Expand Down
23 changes: 23 additions & 0 deletions news/cookiecutter.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* Package reformatted to comply with new Billinge Group package structure

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
2 changes: 1 addition & 1 deletion requirements/run.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.26
numpy < 2.0.0 # Need to fix deprecations before 2.0.0 compat
wxpython
diffpy.pdffit2
diffpy.utils
Expand Down
2 changes: 1 addition & 1 deletion src/diffpy/pdfgui/gui/wxextensions/textctrlutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# wxextensions by DANSE Diffraction group
# Simon J. L. Billinge
# (c) 2009 trustees of Columbia University in the City of
# (c) 2009-2024 trustees of Columbia University in the City of
# New York.
# All rights reserved.
#
Expand Down
15 changes: 8 additions & 7 deletions src/diffpy/pdfgui/tests/debug.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
#!/usr/bin/env python
##############################################################################
#
# diffpy.pdfgui Complex Modeling Initiative
# (c) 2016 Brookhaven Science Associates,
# Brookhaven National Laboratory.
# All rights reserved.
# (c) 2016 Brookhaven Science Associates, Brookhaven National Laboratory.
# (c) 2024 The Trustees of Columbia University in the City of New York.
# All rights reserved.
#
# File coded by: Pavol Juhas
# File coded by: Billinge Group members and community contributors.
#
# See AUTHORS.txt for a list of people who contributed.
# See LICENSE.txt for license information.
# See GitHub contributions for a more detailed list of contributors.
# https://github.com/diffpy/diffpy.pdfgui/graphs/contributors
#
# See LICENSE.rst for license information.
#
##############################################################################

Expand Down
14 changes: 7 additions & 7 deletions src/diffpy/pdfgui/tests/run.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/usr/bin/env python
##############################################################################
#
# diffpy.pdfgui by DANSE Diffraction group
# Simon J. L. Billinge
# (c) 2012-2024 Trustees of the Columbia University
# in the City of New York. All rights reserved.
# (c) 2012-2024 The Trustees of Columbia University in the City of New York.
# All rights reserved.
#
# File coded by: Pavol Juhas
# File coded by: Billinge Group members and community contributors.
#
# See AUTHORS.txt for a list of people who contributed.
# See LICENSE.txt for license information.
# See GitHub contributions for a more detailed list of contributors.
# https://github.com/diffpy/diffpy.pdfgui/graphs/contributors
#
# See LICENSE.rst for license information.
#
##############################################################################

Expand Down

0 comments on commit 0652110

Please sign in to comment.