Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ on:
- "*" # Trigger on all tags initially, but tag and release privilege are verified in _build-wheel-release-upload.yml

jobs:
release:
build-release:
uses: scikit-package/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0
with:
project: diffpy.srxplanar
c_extension: false
maintainer_github_username: sbillinge

maintainer_GITHUB_username: sbillinge
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
16 changes: 16 additions & 0 deletions .github/workflows/tests-on-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Tests on PR

on:
pull_request:
workflow_dispatch:

jobs:
tests-on-pr:
uses: scikit-package/release-scripts/.github/workflows/_tests-on-pr.yml@v0
with:
project: diffpy.srxplanar
c_extension: false
headless: false
python_version: "3.13"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1 change: 0 additions & 1 deletion AUTHORS.txt

This file was deleted.

33 changes: 0 additions & 33 deletions LICENSE.txt

This file was deleted.

26 changes: 0 additions & 26 deletions LICENSE_tifffiles.txt

This file was deleted.

18 changes: 18 additions & 0 deletions cookiecutter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"maintainer_name": "Simon Billinge",
"maintainer_email": "[email protected]",
"maintainer_github_username": "sbillinge",
"contributors": "Simon Billinge, Billinge Group members",
"license_holders": "The Trustees of Columbia University in the City of New York",
"project_name": "diffpy.srxplanar",
"github_username_or_orgname": "diffpy",
"github_repo_name": "diffpy.srxplanar",
"conda_pypi_package_dist_name": "diffpy.srxplanar",
"package_dir_name": "diffpy.srxplanar",
"project_short_description": "Distance Printer, calculate the inter atomic distances. Part of xPDFsuite",
"project_keywords": "diffpy, pdf, data interpretation",
"minimum_supported_python_version": "3.12",
"maximum_supported_python_version": "3.14",
"project_needs_c_code_compiled": "No",
"project_has_gui_tests": "No"
}
2 changes: 1 addition & 1 deletion src/diffpy/confutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# diffpy.confutils by DANSE Diffraction group
# Simon J. L. Billinge
# (c) 2010 Trustees of the Columbia University
# (c) 2010-2025 Trustees of the Columbia University
# in the City of New York. All rights reserved.
#
# File coded by: Xiaohao Yang
Expand Down
2 changes: 1 addition & 1 deletion src/diffpy/confutils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# diffpy.confutils by DANSE Diffraction group
# Simon J. L. Billinge
# (c) 2012 Trustees of the Columbia University
# (c) 2012-2025 Trustees of the Columbia University
# in the City of New York. All rights reserved.
#
# File coded by: Xiaohao Yang
Expand Down
2 changes: 1 addition & 1 deletion src/diffpy/confutils/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# diffpy.confutils by DANSE Diffraction group
# Simon J. L. Billinge
# (c) 2013 Trustees of the Columbia University
# (c) 2013-2025 Trustees of the Columbia University
# in the City of New York. All rights reserved.
#
# File coded by: Xiaohao Yang
Expand Down
2 changes: 1 addition & 1 deletion src/diffpy/confutils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# diffpy.confutils by DANSE Diffraction group
# Simon J. L. Billinge
# (c) 2013 Trustees of the Columbia University
# (c) 2013-2025 Trustees of the Columbia University
# in the City of New York. All rights reserved.
#
# File coded by: Xiaohao Yang
Expand Down
2 changes: 1 addition & 1 deletion src/diffpy/srxplanar/calculate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# diffpy.srxplanar by DANSE Diffraction group
# Simon J. L. Billinge
# (c) 2010 Trustees of the Columbia University
# (c) 2010-2025 Trustees of the Columbia University
# in the City of New York. All rights reserved.
#
# File coded by: Xiaohao Yang
Expand Down
2 changes: 1 addition & 1 deletion src/diffpy/srxplanar/loadimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# diffpy.srxplanar by DANSE Diffraction group
# Simon J. L. Billinge
# (c) 2010 Trustees of the Columbia University
# (c) 2010-2025 Trustees of the Columbia University
# in the City of New York. All rights reserved.
#
# File coded by: Xiaohao Yang
Expand Down
2 changes: 1 addition & 1 deletion src/diffpy/srxplanar/mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# diffpy.srxplanar by DANSE Diffraction group
# Simon J. L. Billinge
# (c) 2010 Trustees of the Columbia University
# (c) 2010-2025 Trustees of the Columbia University
# in the City of New York. All rights reserved.
#
# File coded by: Xiaohao Yang
Expand Down
2 changes: 1 addition & 1 deletion src/diffpy/srxplanar/saveresults.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# diffpy.srxplanar by DANSE Diffraction group
# Simon J. L. Billinge
# (c) 2010 Trustees of the Columbia University
# (c) 2010-2025 Trustees of the Columbia University
# in the City of New York. All rights reserved.
#
# File coded by: Xiaohao Yang
Expand Down
2 changes: 1 addition & 1 deletion src/diffpy/srxplanar/srxplanar.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# diffpy.srxplanar by DANSE Diffraction group
# Simon J. L. Billinge
# (c) 2010 Trustees of the Columbia University
# (c) 2010-2025 Trustees of the Columbia University
# in the City of New York. All rights reserved.
#
# File coded by: Xiaohao Yang
Expand Down
2 changes: 1 addition & 1 deletion src/diffpy/srxplanar/srxplanarconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# diffpy.srxplanar by DANSE Diffraction group
# Simon J. L. Billinge
# (c) 2010 Trustees of the Columbia University
# (c) 2010-2025 Trustees of the Columbia University
# in the City of New York. All rights reserved.
#
# File coded by: Xiaohao Yang
Expand Down