Sourced from opencv-python's releases.
4.10.0.84
Complete OpenCV 4.10.0 chnagelog: https://github.com/opencv/opencv/wiki/ChangeLog
Python:
- NumPy 2.0 support in pre-built OpenCV packages for Python 3.9+
- Added python bindings for Rect2f and Point3i #24919
- Switched to numeric dtype for MatLike instead of generic #25406
- Added path-like objects support wherever file names are expected #24773
4.10.0.82
Complete OpenCV 4.10.0 chnagelog: https://github.com/opencv/opencv/wiki/ChangeLog
Python:
- Experimental NumPy 2.0 support
- Added python bindings for Rect2f and Point3i #24919
- Switched to numeric dtype for MatLike instead of generic #25406
- Added path-like objects support wherever file names are expected #24773
4.9.0.80
Complete OpenCV 4.9.0 chnagelog: https://github.com/opencv/opencv/wiki/ChangeLog
Python: - #24023, #24022, #23910 Added type stub generation for missed types and manually wrapped types. - #24026 Added read-only flag handling for Numpy arrays. - #24028 Fixed exception handling and bindings for in module. - #23958 Improved error messages in Numpy array type handling. - #24468 Fixed constructors documentation in Python. - Mac OS builds migrated to Mac OS 12. It's minimal supported version now.