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: 2023.12.21
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: 2024.01.24
Choose a head ref
  • 13 commits
  • 14 files changed
  • 8 contributors

Commits on Dec 22, 2023

  1. chore: bump webapp

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c07eb4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dbc2a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. chore: update pre-commit hooks (#355)

    * chore: update pre-commit hooks
    
    updates:
    - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
    - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
    
    * style: pre-commit fixes
    
    * chore: fix mypy type for tomli
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    * Apply suggestions from code review
    
    ---------
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
    Co-authored-by: Henry Schreiner <henry.fredrick.schreiner@cern.ch>
    3 people authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    38fb67a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump versions (#354)

    [create-pull-request] automated change
    
    Co-authored-by: henryiii <henryiii@users.noreply.github.com>
    github-actions[bot] and henryiii authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ac8cff3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. fix: include matrix logic & location of errors in GH104 (#356)

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    73768ec View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. chore(deps): bump versions (#357)

    [create-pull-request] automated change
    
    Co-authored-by: henryiii <henryiii@users.noreply.github.com>
    github-actions[bot] and henryiii authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    57fc352 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. docs: assert correct file extension reference for wheels & sdists (#358)

    Update file extensions for SDists and wheels
    
    A minor documentation fix, this section referred to the wheel as a `.tar.gz` file while it isn't – it is fairly known that it is a `.zip` file.
    
    I added the correct file extension for the SDist in the point above it, just for the sake of clarity.
    agriyakhetarpal authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8f36079 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. docs: add missing words (#360)

    * Add missing words?
    
    * style: pre-commit fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    DLu and pre-commit-ci[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b7bdbe3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump versions (#359)

    [create-pull-request] automated change
    
    Co-authored-by: henryiii <henryiii@users.noreply.github.com>
    github-actions[bot] and henryiii authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    176292f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. docs: fix links of PY rules in packaging_simple.md (#362)

    * docs: fix links of PY rules in packaging_simple.md
    
    * style: pre-commit fixes
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    tkoyama010 and pre-commit-ci[bot] authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    84859da View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. chore(deps): bump versions (#363)

    [create-pull-request] automated change
    
    Co-authored-by: henryiii <henryiii@users.noreply.github.com>
    github-actions[bot] and henryiii authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0f33f77 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. chore: add validate-pyproject-schema-store (#364)

    * chore: add validate-pyproject-schema-store
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    * fix: use quotes
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    * fix: fix hatch def error from validate-pyproject-schema-store
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    ---------
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4aaa0c4 View commit details
    Browse the repository at this point in the history
  2. docs: standardize .reathedocs.yml to .readthedocs.yaml (#361)

    * Typo fix from .reathedocs.yml to .readthedocs.yaml
    
    * style: pre-commit fixes
    
    * fix: move remaining readthedocs to yaml ext
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    ---------
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
    3 people authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0bfc28b View commit details
    Browse the repository at this point in the history
Loading