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: sid7678/opencv-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9e45735
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: 2606a60
Choose a head ref
  • 19 commits
  • 13 files changed
  • 8 contributors

Commits on Aug 11, 2024

  1. fix

    fix
    ArtificialZeng authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    f957779 View commit details
    Browse the repository at this point in the history

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 Dec 24, 2024

  1. Configuration menu
    Copy the full SHA
    6b45caa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae90ee7 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. Merge pull request opencv#1065 from asmorkalov:pre_4.11

    Submodules update to 4.11.0-pre
    asmorkalov authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    43c1105 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

Commits on May 19, 2025

  1. Merge pull request opencv#1100 from avdivan:4.x

    * Update build_wheels_windows.yml
    * Update setup.py
    avdivan authored May 19, 2025
    Configuration menu
    Copy the full SHA
    2606a60 View commit details
    Browse the repository at this point in the history
Loading