Skip to content

Tags: jim-easterbrook/python-exiv2

Tags

0.18.0

Toggle 0.18.0's commit message
python-exiv2-0.18.0

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

0.17.5

Toggle 0.17.5's commit message
python-exiv2-0.17.5

1/ Binary wheels incorporate libexiv2 v0.28.7.

0.17.3

Toggle 0.17.3's commit message
python-exiv2-0.17.3

1/ Binary wheels incorporate libexiv2 v0.28.5.

0.17.2

Toggle 0.17.2's commit message
python-exiv2-0.17.2

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

0.17.1

Toggle 0.17.1's commit message
python-exiv2-0.17.1

1/ Fix crash when using localised exceptions on Windows.

0.17.0

Toggle 0.17.0's commit message
python-exiv2-0.17.0

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.

0.16.3

Toggle 0.16.3's commit message
python-exiv2-0.16.3

1/ Binary wheels incorporate libexiv2 v0.28.2.

0.16.2

Toggle 0.16.2's commit message
python-exiv2-0.16.2

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.

0.16.1

Toggle 0.16.1's commit message
python-exiv2-0.16.1

1/ Binary wheels incorporate libexiv2 v0.27.7.

0.16.0

Toggle 0.16.0's commit message
python-exiv2-0.16.0

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.