Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[smart_holder] git merge master #5325

Merged
merged 2 commits into from
Aug 22, 2024
Merged

Commits on Aug 21, 2024

  1. fix: <ranges> support for py::tuple and py::list (pybind#5314)

    * feat: add `<ranges>` support for `py::tuple` and `py::list`
    
    * fix: format the code
    
    * fix: disable `ranges` in clang < 16
    
    * refactor: move `<ranges>` test macro to `test_pytypes.h`
    
    * refactor: seperate `ranges` test into 3 funcs
    
    * style: compress the if statement
    
    * style: pre-commit fixes
    
    * style: better formatting
    
    ---------
    
    Co-authored-by: Henry Schreiner <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2baf9d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into sh_merge_master

    Ralf W. Grosse-Kunstleve committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    908f662 View commit details
    Browse the repository at this point in the history