Releases: jim-easterbrook/python-gphoto2
Releases · jim-easterbrook/python-gphoto2
Release list
v2.3.4
1/ Update libgphoto2 to v2.5.30. 2/ Include localisation files in Python package.
v2.3.3
v2.3.2
1/ Fix "undefined symbol: static_assert" error with Linux binary wheels.
v2.3.1
1/ Add MacOS "binary wheels". These have not been thoroughly tested. 2/ Update libgphoto2 to v2.5.28.
v2.3.0
1/ Python 2 is no longer supported. 2/ "Binary wheels" are available to simplify installation on some computers.
v2.2.4
1/ Built with SWIG version 4.0.2 to provide Python 3.8 compatibility.
v2.2.3
1/ Minor improvement in setup.py script. 2/ Minor improvements in example scripts.
v2.2.2
1/ Added Camera.autodetect alternative to gp_camera_autodetect. 2/ Added some deprecation warnings. Use 'python -Wd' to see them when running software under development. 3/ Added gphoto2_version.py example program.
v2.2.1
1/ Reinstated Context.camera_autodetect method removed in 2.2.0.
v2.2.0
1/ COMPATIBILITY CHANGE: Removed Context.camera_autodetect method. 2/ COMPATIBILITY CHANGE: Removed deprecated widget get/set functions. 3/ Python3 log messages are now str instead of bytes. 4/ Documentation improvements.