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.3
Choose a head ref
  • 14 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

Commits on Nov 14, 2024

  1. revert artifact renaming

    jmg-duarte committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4d9bced View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a46e255 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2024

  1. Merge pull request #294 from jmg-duarte/upstream

    Revert artifact renaming
    jonathanunderwood authored Dec 25, 2024
    Configuration menu
    Copy the full SHA
    5cfe4e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

  1. Configuration menu
    Copy the full SHA
    be4b2a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #297 from python-lz4/jgu/fix-dist

    Fix publishing to PyPi
    jonathanunderwood authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    9e0169a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5e5217 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #298 from python-lz4/jgu/fix-dist

    Disable aarch64 builds due to compiler failure
    jonathanunderwood authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    2de292e View commit details
    Browse the repository at this point in the history
Loading