8000 Comparing v0.20.2...v0.20.3 · PyO3/pyo3 · GitHub
[go: up one dir, main page]

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: PyO3/pyo3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.2
Choose a base ref
...
head repository: PyO3/pyo3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.3
Choose a head ref
  • 7 commits
  • 37 files changed
  • 2 contributors

Commits on Jan 4, 2024

  1. Merge pull request #3725 from PyO3/release-0.20.2

    release: 0.20.2
    davidhewitt authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4774ded View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Use portable-atomic for targets which lack 64-bit atomics used to che…

    …ck interpreter ID.
    
    I chose to make the dependency mandatory instead of optional as portable-atomic
    itself just forwards to the native atomics when they are available so making
    that choice part of our build system is not really necessary. Personally, I was
    unable to perceive any noticeable compile-time hit from adding it.
    adamreichold authored and davidhewitt committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9d1b11f View commit details
    Browse the repository at this point in the history
  2. add maximum Python version check (#3821)

    * add maximum Python version check
    
    * restore dependency of `pyo3-macros-backend` on `pyo3-build-config`
    
    * fix clippy-all noxfile job
    davidhewitt committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c375c8a View commit details
    Browse the repository at this point in the history
  3. fix either feature conditional compilation, again (#3834)

    * fix `either` feature conditional compilation, again
    
    * test feature powerset in CI
    
    * install `rust-src` for feature powerset tests
    
    * review: adamreichold feedback
    
    * Fix one more case of redundant imports.
    
    * just check feature powerset for now
    
    ---------
    
    Co-authored-by: Adam Reichold <adam.reichold@t-online.de>
    davidhewitt and adamreichold committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    482883a View commit details
    Browse the repository at this point in the history
  4. ci: updates for Rust 1.76

    davidhewitt committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    284d6ee View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    2329862 View commit details
    Browse the repository at this point in the history
  2. release: 0.20.3

    davidhewitt committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    901f54b View commit details
    Browse the repository at this point in the history
Loading
0