Skip to content

Releases: jim-easterbrook/python-exiv2

python-exiv2-0.18.0

21 Oct 10:37

Choose a tag to compare

1/ Removed features deprecated in v0.13.0:
Value (and derived types) copy constructors
Single value (such as DateValue) index methods
DataBuf indexing.
2/ Deprecated many BasicIo methods (read, write, seek, etc.) that should not
be needed in Python scripts. Please let me know if this is a problem.
3/ Deprecated copy, write, and read(buffer) methods of Value (and
subclasses) that should not be needed in Python scripts. Please let me
know if this is a problem.
4/ Deprecated copy and write methods of Metadatum (and subclasses) that
should not be needed in Python scripts. Please let me know if this is a
problem.
5/ Deprecated 'buffer interface' to BasicIo, DataBuf, and PreviewImage. They
all have 'data()' to get their contents.
6/ Added binary wheels for Linux on arm64.
7/ Exiv2 struct member names with a trailing underscore have more Pythonic
aliases without the underscore.
8/ Add data() method to exiv2.PreviewImage, deprecate pData() method.
9/ Add data() method to exiv2.Image. This will replace using Image.io().
10/ Add data() method to exiv2.DataValue.
11/ BasicIo.read (& readOrThrow) now extract count from the buffer size.
12/ Invalidate data iterators if data is deleted. (Requires swig >= 4.4)
13/ Deprecated iteration of exiv2 "data" structure types.
14/ API CHANGE: exiv2.LogMsg.pythonHandler is replaced by exiv2.pythonHandler

python-exiv2-0.17.5

01 Sep 11:24

Choose a tag to compare

1/ Binary wheels incorporate libexiv2 v0.28.7.

python-exiv2-0.17.3

22 Feb 10:47
9790df5

Choose a tag to compare

1/ Binary wheels incorporate libexiv2 v0.28.5.

python-exiv2-0.17.2

10 Feb 17:53
4cc875e

Choose a tag to compare

1/ Binary wheels incorporate libexiv2 v0.28.4.
2/ Fix TimeValue test when run with local negative UTC offset.

python-exiv2-0.17.1

19 Sep 08:17
12fda05

Choose a tag to compare

1/ Fix crash when using localised exceptions on Windows.

python-exiv2-0.17.0

02 Aug 15:27
142b908

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

Choose a tag to compare

1/ Binary wheels incorporate libexiv2 v0.28.2.

python-exiv2-0.16.2

14 Feb 15:19
f0064ce

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

Choose a tag to compare

1/ Binary wheels incorporate libexiv2 v0.27.7.

python-exiv2-0.16.0

02 Jan 14:34
681c3ad

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.