-
Notifications
You must be signed in to change notification settings - Fork 18
fix: re-cookie with scikit-package
v0.1.0
#165
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
Closed
Closed
Changes from all commits
Commits
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
;; Please include explanations for each ignored word (lowercase). | ||
;; See https://docs.openverse.org/meta/codespell.html for docs. | ||
|
||
;; abbreviation for "materials" often used in a journal title | ||
mater | ||
|
||
;; alternative use of socioeconomic | ||
socio-economic | ||
|
||
;; Frobenius norm used in np.linalg.norm | ||
fro | ||
|
||
;; library used for Python package release, no longer used | ||
rever | ||
;; Please include explanations for each ignored word (lowercase). | ||
;; See https://docs.openverse.org/meta/codespell.html for docs. | ||
;; abbreviation for "materials" often used in a journal title | ||
mater | ||
;; alternative use of socioeconomic | ||
socio-economic | ||
;; Frobenius norm used in np.linalg.norm | ||
fro | ||
;; library used for Python package release, no longer used | ||
rever | ||
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Check for News | |
on: | ||
pull_request_target: | ||
branches: | ||
- main | ||
- main | ||
|
||
jobs: | ||
check-news-item: | ||
|
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: Billingegroup/release-scripts/.github/workflows/_publish-docs-on-release.yml@v0 | ||
with: | ||
project: diffpy.pdfmorph | ||
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] | ||
# 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
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,70 +1,70 @@ | ||
============= | ||
Release Notes | ||
============= | ||
|
||
.. current developments | ||
|
||
0.1.3 | ||
===== | ||
|
||
**Added:** | ||
|
||
* Add GitHub action to build wheel, release, upload. | ||
* Add issue and bug report templates. | ||
|
||
**Changed:** | ||
|
||
* README file installation instructions updated. | ||
|
||
**Fixed:** | ||
|
||
* Mathematical error in manual | ||
|
||
|
||
0.1.2 | ||
===== | ||
|
||
**Changed:** | ||
|
||
* downgraded matplotlib requirement to matplotlib-base | ||
* updated imports of bg-mpl-stylesheets for latest release of that code | ||
|
||
|
||
|
||
0.1.1 | ||
===== | ||
|
||
|
||
|
||
0.1.1 | ||
===== | ||
|
||
**Fixed:** | ||
|
||
* README title so that it is valid syntax for uploading to PyPi | ||
|
||
|
||
|
||
0.1.0 | ||
===== | ||
|
||
**Added:** | ||
|
||
* Add ability to perform multiple morphs in one call using --multiple. | ||
* A FILE is morphed against every file in a given DIRECTORY. | ||
* Can sort PDFs by some field parameter in the header using --sort-by. | ||
* Can also find the field from some serialized metadata file using --serial-file. | ||
* pdfmorph python function call, which reproduce the application | ||
|
||
**Changed:** | ||
|
||
* Can now use --verbose tag to limit amount of header information | ||
|
||
|
||
|
||
v0.0.1 | ||
==================== | ||
|
||
**Changed:** | ||
|
||
* Fixed rever GH address | ||
============= | ||
Release Notes | ||
============= | ||
.. current developments | ||
0.1.3 | ||
===== | ||
**Added:** | ||
* Add GitHub action to build wheel, release, upload. | ||
* Add issue and bug report templates. | ||
**Changed:** | ||
* README file installation instructions updated. | ||
**Fixed:** | ||
* Mathematical error in manual | ||
0.1.2 | ||
===== | ||
**Changed:** | ||
* downgraded matplotlib requirement to matplotlib-base | ||
* updated imports of bg-mpl-stylesheets for latest release of that code | ||
0.1.1 | ||
===== | ||
0.1.1 | ||
===== | ||
**Fixed:** | ||
* README title so that it is valid syntax for uploading to PyPi | ||
0.1.0 | ||
===== | ||
**Added:** | ||
* Add ability to perform multiple morphs in one call using --multiple. | ||
* A FILE is morphed against every file in a given DIRECTORY. | ||
* Can sort PDFs by some field parameter in the header using --sort-by. | ||
* Can also find the field from some serialized metadata file using --serial-file. | ||
* pdfmorph python function call, which reproduce the application | ||
**Changed:** | ||
* Can now use --verbose tag to limit amount of header information | ||
v0.0.1 | ||
==================== | ||
**Changed:** | ||
* Fixed rever GH address |
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
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.
This is more a question for @bobleesj but why is this here? Presumably we want to remove all references to rever if we are not using it any more, so having codespell flag it is helpful?
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.
@ycexiao Could you try to remove the
rever
keyword and see ifpre-commit
still passes?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.
the point of the linting is to make the code better, so we want it to fail when that allows us to make the code better. Just a general comment.
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.
I removed
rever
andcodespell
raise an errorIn the CHANGELOG.txt 70, there is
I think adding the words ignore here is necessary. It lets
.codespell
check other contents in the CHANGELOG.txt.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.
ok, sounds good.