-
Notifications
You must be signed in to change notification settings - Fork 9
chore: update package to latest scikit-package version #178
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
Merged
sbillinge
merged 5 commits into
diffpy:john-development
from
john-halloran:package-recut
Jan 31, 2026
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
be4a51f
chore: update to latest version of scikit-package
482d994
chore: restore citation information
c0329dc
fix: restore missing requirements
3ff227f
[pre-commit.ci] auto fixes from pre-commit hooks
pre-commit-ci[bot] 8727ef8
fix: restore historical changelog
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,14 @@ | ||
| coverage: | ||
| status: | ||
| project: # more options at https://docs.codecov.com/docs/commit-status | ||
| project: # more options at https://docs.codecov.com/docs/commit-status | ||
| default: | ||
| target: auto # use the coverage from the base commit, fail if coverage is lower | ||
| threshold: 0% # allow the coverage to drop by | ||
| threshold: 0% # allow the coverage to drop by | ||
|
|
||
| comment: | ||
| layout: " diff, flags, files" | ||
| behavior: default | ||
| require_changes: false | ||
| require_base: false # [true :: must have a base report to post] | ||
| require_head: false # [true :: must have a head report to post] | ||
| require_base: false # [true :: must have a base report to post] | ||
| require_head: false # [true :: must have a head report to post] | ||
| hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,13 @@ | ||
| # As of now, flake8 does not natively support configuration via pyproject.toml | ||
| # https://github.com/microsoft/vscode-flake8/issues/135 | ||
| [flake8] | ||
| exclude = | ||
| .git, | ||
| __pycache__, | ||
| build, | ||
| dist, | ||
| doc/source/conf.py | ||
| max-line-length = 115 | ||
| docs/source/conf.py | ||
| max-line-length = 79 | ||
| # Ignore some style 'errors' produced while formatting by 'black' | ||
| # https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings | ||
| extend-ignore = E203 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| ### What problem does this PR address? | ||
|
|
||
| <!-- Provide a brief overview and link to the issue. Attach outputs, including screenshots (before/after), if helpful for the reviewer. --> | ||
|
|
||
| ### What should the reviewer(s) do? | ||
|
|
||
| <!-- Merge the code, provide feedback, initiate a discussion, etc. --> | ||
|
|
||
| <!-- | ||
| Use the following checklist items when applicable (select only what applies): | ||
| - [ ] This PR introduces a public-facing change (e.g., figures, CLI input/output, API). | ||
| - [ ] Documentation (e.g., tutorials, examples, README) has been updated. | ||
| - [ ] A tracking issue or plan to update documentation exists. | ||
| - [ ] This PR affects internal functionality only (no user-facing change). | ||
| --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| name: Deploy Documentation on Release | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
| docs: | ||
| uses: scikit-package/release-scripts/.github/workflows/_publish-docs-on-release.yml@v0 | ||
| with: | ||
| project: diffpy.snmf | ||
| c_extension: false | ||
| headless: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| [settings] | ||
| line_length = 115 | ||
| # Keep import statement below line_length character limit | ||
| line_length = 79 | ||
| multi_line_output = 3 | ||
| include_trailing_comma = True |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| version: 2 | ||
|
|
||
| build: | ||
| os: "ubuntu-22.04" | ||
| tools: | ||
| python: "latest" | ||
|
|
||
| python: | ||
| install: | ||
| - requirements: requirements/docs.txt | ||
|
|
||
| sphinx: | ||
| configuration: docs/source/conf.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,7 @@ | ||
| ============= | ||
| Release Notes | ||
| Release notes | ||
| ============= | ||
|
|
||
| .. current developments | ||
|
|
||
| 0.1.3 | ||
| ===== | ||
|
|
||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to keep these historical changelog entries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.