Skip to content

Releases: jim-easterbrook/python-exiv2

python-exiv2-0.8.3

16 Dec 13:43
Compare
Choose a tag to compare
1/ Xmp LangAlt values can be accessed like a Python dict.
2/ Binary wheels are built with BMFF file support enabled.

python-exiv2-0.8.2

08 Dec 09:15
Compare
Choose a tag to compare
1/ No longer detect possible iterator invalidation (unreliable).
2/ Restructured macros to give slightly less bloated code.

python-exiv2-0.8.1

16 Nov 14:26
Compare
Choose a tag to compare
1/ Fix some causes of segfaults.
2/ Slightly change output of Metadatum.__str__().

python-exiv2-0.8.0

13 Nov 12:45
Compare
Choose a tag to compare
1/ Data iterators include checks for end of data and changed data so are less
likely to segfault.
2/ Added indexing to data values to access fundamental types such as int.
3/ API change: removed access to value_ container in data values.

python-exiv2-0.7.0

04 Nov 12:59
Compare
Choose a tag to compare
1/ Add a constructor to Value subclasses that downcasts a Value.
2/ Deprecated the Value subclass downCast() static method.
3/ Include enableBMFF function when libexiv2 version >= 0.27.4.

python-exiv2-0.6.0

25 Oct 11:11
Compare
Choose a tag to compare
1/ Add Exiv2::PreviewManager to Python interface.

python-exiv2-0.5.3

23 Oct 11:26
Compare
Choose a tag to compare
1/ Binary wheels use libexiv2 version 0.27.5.

python-exiv2-0.5.2

18 Oct 12:51
Compare
Choose a tag to compare
1/ Fix several memory leaks.
2/ Create binary wheels for MacOS (as well as Linux and Windows).
3/ Fix problems installing on MSYS2 / MinGW.

python-exiv2-0.5.1

07 Oct 11:05
Compare
Choose a tag to compare
1/ Fix undefined symbol problem with Linux binary wheels.
2/ XmpProperties.registeredNamespaces() returns a Python dict.

python-exiv2-0.5.0

23 Sep 08:33
Compare
Choose a tag to compare
1/ API change: data iterators no longer have a "curr" method, as all the
methods of the datum it returned are directly accessible.
2/ The BasicIo class and its subclasses are no longer available from Python.