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: python-lz4/python-lz4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.3
Choose a base ref
...
head repository: python-lz4/python-lz4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.0
Choose a head ref
  • 7 commits
  • 4 files changed
  • 4 contributors

Commits on Jan 7, 2024

  1. fix(doc): Install command missing a parameter

    The `--no-binary` option needs a parameter, as indicated in the pip documentation here https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-no-binary
    pfeerick authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    a71746a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Oct 16, 2024

  1. Merge pull request #276 from pfeerick/patch-1

    fix(doc): Install command missing a parameter
    jonathanunderwood authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8c3e924 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #279 from aabadie/patch-1

    docs/lz4.block.rst: fix typo
    jonathanunderwood authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f8d7077 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Update CI

    - Updates all GH Actions to their latest versions
    - Removes Python 3.8 (EOL)
    - Adds Python 3.13
    - Stops fail-fast to avoid wasting builds for a single failure
    jmg-duarte committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d224898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb19af View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Merge pull request #285 from jmg-duarte/ci-update

    Update CI to newest actions and Python 3.13
    jonathanunderwood authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    546d6d5 View commit details
    Browse the repository at this point in the history
Loading