* Drop Python 2.6 + Python 3.2 support (remove from Travis CI build) * Module `multimedia.ffmpeg`: Allow to pass input options (encoding)
Fix and enhancements
* Module `multimedia.ffmpeg`: Refresh metadata classes * Class `multimedia.exif.Metadata`: Allow to define path to save EXIF metadata
13.3.5
Not secure
Fix and enhancements
* Module `django`: Django 2.0 compatibility * Module `filesystem`: Windows compatbility * Class `django.models.fields.URLField`: Set max_length to 8000 by default * Class `django.models.fields.\*`: Use `OptionsMixin` on all fields * Add `requests` to requirements
13.3.0
Not secure
Fix and enhancements
* Function `filesystem.file_mime`: Convert to unicode only if required.
Features
* Add module `pandas`
13.2.0
Not secure
Fix and enhancements
* Module `multimedia.exif`: Add Huawei.
Features
* Add function `console.shell`
13.1.3
Not secure
Fix and enhancements
* Module `mutlimedia.exif`: Make classes swappable + importable from exif module. * Module `smpte2022`: Fixed wraparound sequence number calculations for RTP and FEC.
Thanks to \TobbeEdgeware!
13.1.1
Not secure
Minor compatibility breaks
* Function `serialization.object_to_dict`: Rely almost only on schema to produce output structure (hint: use list in schema)
Fix and enhancements
* Function `collections.swap_dict_of_values`: Implement simple key-value swap.