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: kszucs/koerce
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.3
Choose a base ref
...
head repository: kszucs/koerce
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 18 commits
  • 14 files changed
  • 2 contributors

Commits on Sep 8, 2024

  1. Copy the full SHA
    37cb880 View commit details

Commits on Sep 10, 2024

  1. feat(patterns): support As/Is annotations like Is[int] and As[int]

    The coercion system is also stricter now disallowing lossy coercions
    to str/int/float/bool.
    kszucs committed Sep 10, 2024
    Copy the full SHA
    be2cc9b View commit details
  2. Copy the full SHA
    1867b40 View commit details
  3. Copy the full SHA
    2a846fe View commit details
  4. Copy the full SHA
    c7d5f6f View commit details
  5. Copy the full SHA
    5a24ac9 View commit details

Commits on Sep 11, 2024

  1. Copy the full SHA
    644eb4c View commit details
  2. Copy the full SHA
    9fc7aee View commit details
  3. Copy the full SHA
    16ffcf8 View commit details
  4. Copy the full SHA
    8961fbd View commit details
  5. Copy the full SHA
    37ef82e View commit details
  6. Copy the full SHA
    bca61b7 View commit details

Commits on Oct 4, 2024

  1. ci: clearing ruff check violations (#39)

    * refactor: replace for loop with builtin - SIM110
    
    * ci: noqa imports
    
    * ci: apply fixes for ruff - F811, PLR1714, RUF100
    
    * ci: annotate mutable class attributes - RUF012
    
    * docs: define arg descriptions in docstrings
    IndexSeek authored Oct 4, 2024
    Copy the full SHA
    5bd95a5 View commit details

Commits on Oct 5, 2024

  1. ci: add ruff check build

    Update pylint.yml
    IndexSeek authored and kszucs committed Oct 5, 2024
    Copy the full SHA
    3d9ba4d View commit details
  2. ci: resolve ruff check F821

    IndexSeek authored and kszucs committed Oct 5, 2024
    Copy the full SHA
    a2ce7aa View commit details
  3. ci: resolve ruff check F405

    IndexSeek authored and kszucs committed Oct 5, 2024
    Copy the full SHA
    3a81057 View commit details
  4. ci: resolve ruff check E402

    IndexSeek authored and kszucs committed Oct 5, 2024
    Copy the full SHA
    00159c7 View commit details

Commits on Oct 9, 2024

  1. chore: rename file and swap in ruff workflow (#41)

    * chore: rename benchmarking test file
    
    * ci: swap workflow to use ruff-action
    IndexSeek authored Oct 9, 2024
    Copy the full SHA
    fa3f8dc View commit details
Loading