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: lincolnloop/python-qrcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: johnkw/python-qrcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 10, 2023

  1. Only import png if needed.

    j committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    d26b688 View commit details
    Browse the repository at this point in the history
  2. Add "svg-compressed" to create a simple classic QR Code with compress…

    …ed file size.
    j committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    a9833a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Where possible, splice carve-out paths onto existing paths, for furth…

    …er savings by removing M cmds.
    j committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    15d6059 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Speed improvement. Fix issue where the start of a subpath could never…

    … be spliced in.
    j committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    4d202fb View commit details
    Browse the repository at this point in the history
  2. Create a linked-list, with dictionary pointers to splice points, in o…

    …rder to avoid the O(n^2)-ish perf hit for splicing a python list repeatedly. Only store spliceable turns, and assert that we dealt with all of them correctly.
    j committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    ff2c195 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Jun 11, 2024

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

Commits on Sep 28, 2024

  1. merge

    j committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1b2589b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdc5ef8 View commit details
    Browse the repository at this point in the history
  3. Comply with use of "ruff", which unfortunately makes some of the code…

    … less readable, but oh well.
    j committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ca049df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    624c936 View commit details
    Browse the repository at this point in the history
  5. ruff format

    j committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    2603686 View commit details
    Browse the repository at this point in the history
Loading