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: amitdev/lru-dict
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: amitdev/lru-dict
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 18 commits
  • 11 files changed
  • 6 contributors

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    ec701a3 View commit details
    Browse the repository at this point in the history
  2. Add python stub

    RF-Tar-Railt committed May 27, 2023
    Configuration menu
    Copy the full SHA
    bb27fbd View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. ✏️ fix module name

    RF-Tar-Railt authored May 30, 2023
    Configuration menu
    Copy the full SHA
    f4a7bd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Merge pull request #49 from RF-Tar-Railt/feat/stub

    Feat: Add python stub
    amitdev authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    affaa8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb630f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #52 from amitdev/revert-49-feat/stub

    Revert "Feat: Add python stub"
    amitdev authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    09ec066 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. ✨ Apple Silicon (arm64) support, fixes #36

    Note that we (cross) compile for both arm64 and the universal2.
    This may feel redundant, it can still be interesting to have both.
    While universal2 is more convenient arm64 is lighter.
    
    Also drop Python 3.7 (end-of-life 2023-06-27).
    Add Python 3.12 and pypy-3.10 support.
    
    Bump CI actions versions as well.
    AndreMiras committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    863c94e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Merge pull request #54 from AndreMiras/feature/version_bump_and_apple…

    …_arm64_support
    
    ✨ Apple Silicon (arm64) support, fixes #36
    amitdev authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1487017 View commit details
    Browse the repository at this point in the history
  2. 🐛 Fix workflow file regression

    It seems like we can't use env in stragegy.matrix, refs:
    - https://github.com/orgs/community/discussions/56787
    - #54 (comment)
    AndreMiras committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    82fefbb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Merge pull request #55 from AndreMiras/feature/fix_tests_workflow_file

    🐛 Fix workflow file regression
    amitdev authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e68d991 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Feat: Add python stub

    RF-Tar-Railt committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    0e4341f View commit details
    Browse the repository at this point in the history
  2. drop python 3.7

    RF-Tar-Railt committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    997a844 View commit details
    Browse the repository at this point in the history
  3. drop python 3.7

    RF-Tar-Railt committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    10273f2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #58 from RF-Tar-Railt/feat/stubs

    Feat: Add Python Stubs
    amitdev authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    c7a35a6 View commit details
    Browse the repository at this point in the history
  5. lru.c: adding keywords

    Marius Isken authored and miili committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    87cc788 View commit details
    Browse the repository at this point in the history
  6. adding py.typed file

    miili committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    d9d1f1f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #51 from miili/feature/keywords

    lru.c: adding keywords
    amitdev authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    0e588a2 View commit details
    Browse the repository at this point in the history
  8. Update pyproject.toml

    Bump version
    amitdev authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    51c2761 View commit details
    Browse the repository at this point in the history
Loading