ci: bump actions/checkout from 4 to 7 - #1
Conversation
Prepares the JOSS submission on a branch. Not merged to master; nothing is submitted by this commit. - paper.md: 819-word software paper, single author (Kuan-Ta Wu, ORCID 0009-0006-0529-8709). Describes the software only; research results of the three methodology preprints are cited, not restated. - paper.bib: six references, every field taken verbatim from the resolved DOI record (DataCite for the figshare preprints, Crossref for the rest). - README: adds Statement of need, API overview and Community guidelines -- the three items the JOSS review checklist checks in the docs separately from the paper. - .github/workflows/draft-pdf.yml: Open Journals preview build (artifact only, contacts nothing). No package code touched; numerical behavior unchanged.
pit-release-gate --badge runs the demo unchanged and then appends a markdown badge snippet plus a comment carrying each signal's frozen rho_hat, so a user who pastes the badge has something to point it at. The badge reads 'screened with' -- it records that the screen was RUN and explicitly disclaims any pass/fail reading. No certification language. No numerical behavior changed: badge_snippet() is pure formatting over the dict run_demo() already returns, and test_badge_flag_does_not_change_demo_output asserts the demo output is byte-identical with and without the flag. tests/test_reproduces_paper.py is untouched. 14 passed (11 existing + 3 new).
Documentation only. No package behavior changed: the only edit under src/ is the __version__ string, tests/test_reproduces_paper.py is untouched, and the demo reproduces the same numbers as 0.1.0 (11 passed). - paper.md / paper.bib for the JOSS submission - README: Statement of need, API overview, Community guidelines - .github/workflows/draft-pdf.yml: Open Journals preview build
Adds an offline export of the screen result: per-signal summary statistics (periods screened and flagged, mean and max rho_hat, assigned completeness, verdict) plus the five settings that produced those verdicts. The format is documented as a standalone versioned interchange spec in docs/results-schema.md and is free for other tools to adopt. No change to package behavior: tests/test_reproduces_paper.py is untouched and the demo reproduces the same numbers as 0.1.1. controller.MIN_ENTITIES names an existing literal; the value is unchanged. No telemetry, enforced structurally rather than by policy: no module in the package imports a transport, and a test walks every module and fails if one ever does. The submission half of this work is parked on the submit-cli branch until a receiving endpoint exists.
Combines the two additive CLI flags: --badge prints a README snippet recording that the screen was run, --export writes the pit-screen-results record. Both are pure formatting or serialization over an existing run_demo result; neither performs estimation. No change to numerical behavior: gate, store, reweight, monitor and tests/test_reproduces_paper.py are untouched relative to 0.1.1.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
6532042 to
d47be84
Compare
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps actions/checkout from 4 to 7.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)