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: onceking/opencv-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.x
Choose a base ref
...
head repository: opencv/opencv-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 11 files changed
  • 6 contributors

Commits on Dec 12, 2024

  1. Update pyproject.toml

    Attempting to get building on 3.12
    SaikWolf authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    d23e796 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. fix: add CMake as a build requirement only if required

    The PyPI distribution of CMake shall not be listed as an unconditional build requirement.
    It shall only be added as a build requirement if not installed or too low a version.
    
    This helps building from sources on platforms where no wheels are available for CMake but the system already provides a recent enough CMake version.
    
    In case of error checking the version, the backend falls back to using the PyPI distribution of CMake.
    mayeut committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    ef9443d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

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

Commits on Jan 13, 2025

  1. Configuration menu
    Copy the full SHA
    5da0b6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request opencv#1073 from asmorkalov:as/nasm_windows

    Add NASM assembler to Windows build for jpeg-turbo.
    asmorkalov authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    4a0d4ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request opencv#1000 from zhanwenchen:patch-1

    Fix Python Source RelPath for PY_LIMITED_API=OFF
    asmorkalov authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    9def6a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Merge pull request opencv#1061 from SaikWolf:4.x

    3.12 functionality
    asmorkalov authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    cee4e80 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opencv#1031 from mayeut:system-cmake

    fix: add CMake as a build requirement only if required
    asmorkalov authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    e4618a3 View commit details
    Browse the repository at this point in the history
  3. Switched to tag 4.11.0

    asmorkalov committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    58257dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request opencv#1071 from asmorkalov:as/opencv_4.11_tags

    Switched to tag 4.11.0
    asmorkalov authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    764c325 View commit details
    Browse the repository at this point in the history
  5. Python 3.13 support.

    asmorkalov committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    ca68df5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request opencv#1074 from asmorkalov:as/python3.13

    Python 3.13 suport
    asmorkalov authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    26c8b4e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Configuration menu
    Copy the full SHA
    2817208 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opencv#1076 from asmorkalov:as/github_checkout_again

    Reverted back to Github actions checkout as self-made command does not handle releases
    asmorkalov authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    255564a View commit details
    Browse the repository at this point in the history
Loading