Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scientific-python/cookie
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2025.11.10
Choose a base ref
...
head repository: scientific-python/cookie
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2025.11.21
Choose a head ref
  • 20 commits
  • 36 files changed
  • 10 contributors

Commits on Nov 10, 2025

  1. docs: bump webapp for 2025.11.10 (#685)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    853b0f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. fix: if show-fixes is set in config, count that (#686)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    0c9eda1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. docs: imporve the coverage page (#687)

    * docs: improve the coverage page
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * style: pre-commit fixes
    
    * Apply suggestions from code review
    
    Co-authored-by: Copilot <[email protected]>
    
    * style: pre-commit fixes
    
    * Fix coverage_file assignment in nox tests
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Copilot <[email protected]>
    3 people authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    64fe619 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Adding zensical note, and aligning order of docs between sphinx and m… (

    #688)
    
    * Adding zensical note, and aligning order of docs between sphinx and mkdocs
    
    * style: pre-commit fixes
    
    * Update docs/pages/guides/docs.md
    
    Co-authored-by: Henry Schreiner <[email protected]>
    
    * style: pre-commit fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Henry Schreiner <[email protected]>
    3 people authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    1f1910b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Configuration menu
    Copy the full SHA
    52b3bca View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. fix: accept build.jobs as valid ReadTheDocs configuration in RTD104 (#…

    …691)
    
    * Initial plan
    
    * Add support for build.jobs in RTD103 and RTD104 checks
    
    Co-authored-by: henryiii <[email protected]>
    
    * Reorder pattern matching to prioritize build.jobs over build.commands
    
    Co-authored-by: henryiii <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: henryiii <[email protected]>
    Copilot and henryiii authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    c64d08f View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/checkout from 5 to 6 in the actions group (#…

    …692)
    
    Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 5 to 6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    8194baa View commit details
    Browse the repository at this point in the history
  3. fix: skip readthedocs if no readthedocs file present (#693)

    * fix: skip readthedocs if no readthedocs file present
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * style: pre-commit fixes
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    henryiii and pre-commit-ci[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    040c5c0 View commit details
    Browse the repository at this point in the history
  4. fix(sp-ruff-checks): base indendation on max size (#694)

    * fix(sp-ruff-checks): base indendation on max size
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * style: pre-commit fixes
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    henryiii and pre-commit-ci[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    f0fe886 View commit details
    Browse the repository at this point in the history
  5. fix: support named tab groups for independent tab switching (#698)

    * Initial plan
    
    * Implement named tab groups for independent tab functionality
    
    Co-authored-by: henryiii <[email protected]>
    
    * Remove vendor and .bundle from git, add to .gitignore
    
    Co-authored-by: henryiii <[email protected]>
    
    * style: pre-commit fixes
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: henryiii <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    86eba41 View commit details
    Browse the repository at this point in the history
  6. docs: mention prek (#696)

    * docs: mention prek
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * chore: support running with prek
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * fix: also mention prek in the CONTRIBUTING.md
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * chore: move noxfiles to using prek
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    b5c95d4 View commit details
    Browse the repository at this point in the history
  7. feat: add more pre-commit ci checks (#695)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    e4567f5 View commit details
    Browse the repository at this point in the history
  8. ci: only compare generation on Linux (faster) (#699)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    9029aaf View commit details
    Browse the repository at this point in the history
  9. fix(action): correct output formatting and select/ignore (#700)

    * fix(action): correct output formatting and select/ignore
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * ci: faster, check action.yml too
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    a10d869 View commit details
    Browse the repository at this point in the history
  10. fix: drop old log level from check (#701)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    c3e0a87 View commit details
    Browse the repository at this point in the history
  11. fix: hide pre-commit checks if lefthook is used (#702)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    c0dce7f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b417ca0 View commit details
    Browse the repository at this point in the history
  13. chore: enable ruff ALL (#705)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    ecb380a View commit details
    Browse the repository at this point in the history
  14. chore: bump schema store in webapp

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    8952905 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2025

  1. refactor: readthedocs rename (#706)

    * refactor: rename docs -> rtd for check family
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * fix: note when checks might be hidden
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * Apply suggestions from code review
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 22, 2025
    Configuration menu
    Copy the full SHA
    61489a7 View commit details
    Browse the repository at this point in the history
Loading