deps: update setuptools requirement from >=77 to >=84.0.0 - #8
Closed
dependabot[bot] wants to merge 16 commits into
Closed
deps: update setuptools requirement from >=77 to >=84.0.0#8dependabot[bot] wants to merge 16 commits into
dependabot[bot] wants to merge 16 commits into
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.
… and project-urls
…mparison table; chart generator
… --csv CLI path Removes the main adoption barrier: using the screen on real data no longer requires constructing AsOfDataStore objects by hand. Columns are read by duck typing, so pandas, polars, pyarrow and plain dicts all work and no dataframe library is imported. The CLI gains --csv/--value so a panel can be screened without writing Python at all. Same frozen protocol as the published audits (fit on prior completed periods, freeze, apply forward), returning a pit-screen-results v1.0 record. The verdict convention and its sampling-noise floor are documented rather than left implicit. No change to package behavior: tests/test_reproduces_paper.py untouched, 62 tests green.
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v77.0.0...v84.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
MaxWellApexLab
force-pushed
the
master
branch
from
September 7, 2026 18:29
6532042 to
d47be84
Compare
Author
|
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. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates the requirements on setuptools to permit the latest version.
Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
72e919aMerge pull request #5293 from pypa/bugfix/integration-pip-flit-backend1b29701Select the top-level pyproject.toml when reading build requirementsbb1b381Bump version: 83.0.0 → 84.0.0ee6fdd7Sync with distutils @ e8eb87855 (#5292)2a4a9e4Merge remote-tracking branch 'origin/main' into distutils-e8eb87855cbd1195Merge https://github.com/jaraco/skeletonbd3594eMerge pull request #5287 from Avasam/Configuring-lint.flake8-comprehensions.a...f02e90aConfigure C408 to allow dict(a=1) rather than disabling itc55f52bConfiguring lint.flake8-comprehensions.allow-dict-calls-with-keyword-argument...e9904b0Match the distutils sdist base type for the user_options overrideDependabot 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)