Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Replace] Minor copyright fixes and news update #160

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading