Skip to content

Releases: jim-easterbrook/python-exiv2

python-exiv2-0.17.1

19 Sep 08:17
12fda05
Compare
Choose a tag to compare
1/ Fix crash when using localised exceptions on Windows.

python-exiv2-0.17.0

02 Aug 15:27
142b908
Compare
Choose a tag to compare
1/ API change: derived classes of BasicIo are omitted from Python.
2/ Binary wheels incorporate libexiv2 v0.28.3.
3/ enableBMFF() function is deprecated.
4/ Documentation is available on https://python-exiv2.readthedocs.io/
5/ Improved handling of Windows code page character sets.

python-exiv2-0.16.3

14 Feb 16:18
5633976
Compare
Choose a tag to compare
1/ Binary wheels incorporate libexiv2 v0.28.2.

python-exiv2-0.16.2

14 Feb 15:19
f0064ce
Compare
Choose a tag to compare
1/ Removed AnyError alias of Exiv2Error exception.
2/ Metadatum.print() method is no longer renamed to _print.
3/ Improved handling of enums:
  1/ Enum results are returned as Python enum instead of int.
  2/ Passing ints as enum parameters is deprecated.
4/ Added dict-like behaviour to "data" structs.
5/ Log handlers can be set/cleared from Python.
6/ Made docs available on readthedocs.org
7/ SWIG v4.1.0 or later required to run SWIG.
8/ Binary wheels incorporate libexiv2 v0.27.7.

python-exiv2-0.16.1

02 Jan 14:43
Compare
Choose a tag to compare
1/ Binary wheels incorporate libexiv2 v0.27.7.

python-exiv2-0.16.0

02 Jan 14:34
681c3ad
Compare
Choose a tag to compare
1/ Binary wheels incorporate libexiv2 v0.28.1.
2/ Include native language support in Windows binary wheel builds.
3/ API change: DateValue.getDate() returns Python dict.
4/ API change: TimeValue.getTime() returns Python dict.
5/ Deprecated: exiv2.Date and exiv2.Time objects.
6/ Added buffer interface to PreviewImage
7/ Set datum value from Python object directly instead of via string.
8/ Moved Position enum to BasicIo class.
9/ Moved CharsetId enum to CommentValue class.
10/ Moved XmpArrayType and XmpStruct enums to XmpValue class.
11/ Added enums for LogMsg.Level
12/ More exiv2 structs are iterable for easy conversion to Python dict.

python-exiv2-0.15.0

23 Nov 17:00
Compare
Choose a tag to compare
1/ Added __version_tuple__ for easy runtime version testing.
2/ exiv2.testVersion() can be called from Python.
3/ exiv2.DataBuf can be created from Python data.
4/ Most data() methods return a Python memoryview.
5/ exiv2.DataBuf and exiv2.BasicIo have writeable Python buffer interface.

python-exiv2-0.14.1

18 May 07:41
Compare
Choose a tag to compare
1/ Update libexiv2 to 0.27.7 in binary wheels.

python-exiv2-0.14.0

27 Mar 11:05
Compare
Choose a tag to compare
1/ Added enums for XmpStruct and XmpArrayType
2/ Added method for copy-free access to XmpTextValue raw data.

python-exiv2-0.13.2

04 Feb 10:14
Compare
Choose a tag to compare
1/ Fix occasional segfault with Image.io() of in-memory image data.