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
3 changes: 3 additions & 0 deletions .github/workflows/build-wheel-release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
project: diffpy.srxplanar
c_extension: false
maintainer_GITHUB_username: sbillinge
run: |
pip install diffpy.srxconfutils
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
3 changes: 3 additions & 0 deletions .github/workflows/matrix-and-codecov-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ jobs:
project: diffpy.srxplanar
c_extension: false
headless: false
run: |
pip install diffpy.srxconfutils
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/tests-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ jobs:
c_extension: false
headless: false
python_version: 3.13
run: |
pip install diffpy.srxconfutils
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
34 changes: 0 additions & 34 deletions docs/source/api/diffpy.confutils.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/api/diffpy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ diffpy Package

.. toctree::

diffpy.confutils
diffpy.srxplanar
23 changes: 23 additions & 0 deletions news/srxconfutils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* Remove local clone of srxconfutils and replace with package from pypi

**Fixed:**

* <news item>

**Security:**

* <news item>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
maintainers = [
{ name="Simon Billinge", email="sb2896@columbia.edu" },
]
description = "Distance Printer, calculate the inter atomic distances. Part of xPDFsuite"
description = "Srxplanar processes data from 2D detectors before propagating it to PDFgetX3"
keywords = ['diffpy', 'pdf', 'data interpretation']
readme = "README.rst"
requires-python = ">=3.11, <3.14"
Expand Down
1 change: 1 addition & 0 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ scipy
fabio
tifffile
configparser
diffpy.srxconfutils
19 changes: 0 additions & 19 deletions src/diffpy/confutils/__init__.py

This file was deleted.

Loading
Loading