Releases: jim-easterbrook/python-gphoto2
Releases · jim-easterbrook/python-gphoto2
Release list
v1.7.0
1/ Include function documentation in Python interface. 2/ Add gp_widget_get_children and gp_widget_get_choices functions that return Python iterators.
v1.6.0
1/ Include interfaces for more versions of libgphoto2.
v1.5.1
1/ Added gp_camera_get_single_config(), gp_camera_set_single_config() and gp_camera_list_config() functions, if used with libgphoto2 v2.5.10+. 2/ Changed version related compilation flags.
v1.5.0
1/ API change! The gp_file_open function now allocates and returns a new CameraFile object. 2/ Compile without -Werror by default. Use PYTHON_GPHOTO2_STRICT to over-ride. 3/ Improved compatibility with old SWIG versions.
v1.4.1
1/ Fix issue #16 (MacOS install problem).
v1.4.0
1/ Allow user data to be passed to gp_log_add_func (and then to user callback function).
2/ Add some member methods to GPPortInfo.
v1.3.4
v1.3.3
1/ Fix bug in gp_camera_get_storageinfo when camera has more than one…
v1.3.2
1/ Further changes to Python interface to logging callback functions.
v1.3.1: 1/ Reworked Python interface to logging callback functions.
2/ Renamed submodules and revised build process. 3/ Hid xxx_ref, xxx_unref & xxx_free functions from Python. 4/ Fixed some bugs in error handling.