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: Marco-Sulla/python-frozendict
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.9
Choose a base ref
...
head repository: Marco-Sulla/python-frozendict
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.10
Choose a head ref
  • 14 commits
  • 11 files changed
  • 2 contributors

Commits on Nov 20, 2023

  1. added pure py build

    Marco Sulla authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9d25695 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. fix pure py build

    Marco Sulla authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    57ec305 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. pure py does not need debug.py

    Marco Sulla authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    276c75a View commit details
    Browse the repository at this point in the history
  2. update only wheels on artifacts for pure py

    Marco Sulla authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    1c11221 View commit details
    Browse the repository at this point in the history
  3. moved pure py build to secondary wheels

    Marco Sulla committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    fd3741b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. fix conda

    fix failed conda merge request: conda-forge/frozendict-feedstock#48
    Marco Sulla authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6addde9 View commit details
    Browse the repository at this point in the history
  2. relaxing func_3

    Marco Sulla authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    5d1c984 View commit details
    Browse the repository at this point in the history
  3. moved build pure py in primary wheels

    Marco Sulla committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    9f593af View commit details
    Browse the repository at this point in the history
  4. removed pure py tests from c extension builds

    Marco Sulla committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    7271f46 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Fix python implementation pickling (#91)

    * Move python implementation to _frozendictpy
    
    * Fix #87
    
    * Remove module_patch
    
    * whitespace
    
    * whitespace
    
    * Feedback
    apmorton authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    60211ac View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. check if pytest or the C extension are broken

    Marco Sulla authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c1aad3c View commit details
    Browse the repository at this point in the history
  2. version

    Marco Sulla authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9ade8ae View commit details
    Browse the repository at this point in the history
  3. relaxing func_3

    Marco Sulla authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7ab3f44 View commit details
    Browse the repository at this point in the history
  4. added faulthandler to debug.py

    Marco Sulla committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    611cb64 View commit details
    Browse the repository at this point in the history
Loading