Releases: mapillary/mapillary_tools
Releases · mapillary/mapillary_tools
v0.13.0
🚀 Features
- Extract IMU data from GoPro videos. #692
- Support GPS timestamps. #695
- Sync GPX with the first available GPS timestamp. #706
- Fallback to system SSL certificates when
certifi
fails. #698 - Added file sizes. #703
🐛 Bug Fixes
- Interpolate invalid GPS timestamps. #696
- Fix missing
make/model
metadata when geotagging with GPX. #705 - Fix PyInstaller runtime SSL hooks. #707
🔧 Improvements & Refactors
- Refactored MP4 module. #652
- Refactored CAMM module. #693
- Increased sequence limit to 1000 images. #699
- Removed deprecated code and unused scripts. #689 #701
- Removed SSL hooks in PyInstaller. #702
🛠️ Chores & CI
- Replaced
flake8/black
withruff
for linting. #691 - Removed
Pillow
from development dependencies. #697 - Added support for Python 3.13. #700
Full Changelog: v0.12.1...v0.13.0
v0.12.1
Full Changelog: v0.12.0...v0.12.1
v0.12.0
Features
Improvement
- Improve stack consumption in sample_video by @rnissl in #673
- Support DNG image by @ptpt in #679
- Update macOS version in release.yml by @nickplesha in #680
- Update Pillow to latest version by @nickplesha in #683
New Contributors
Full Changelog: v0.11.2...v0.12.0
v0.11.2
What's Changed
- chore: fix black formatting by @ptpt in #667
- fix: missing samples due to out-of-sync indices by @ptpt in #666
- Fix: Fallback to exif datetime if GPS says 1970-01-01 by @malconsei in #669
- CI: support Python3.12 by @ptpt in #668
- Skip ffmpeg in the CI for the latest macOS by @ptpt in #676
- Mention libexpat as dependency for Termux by @kuba-orlik in #675
New Contributors
- @kuba-orlik made their first contribution in #675
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- fix: Fix specifying multiple images together with --video-geotag-source by @malconsei in #664
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- chore: Drop support for python 3.7 by @malconsei in #655
- feature: Restructure video processing and add gpx, nmea and exiftool runtime support by @malconsei in #654
- feature: Add support for coordinates in Adobe format in XMP tags by @malconsei in #653
Full Changelog: v0.10.6...v0.11.0
v0.11.0b4
What's Changed
- fix: Assume exiftool path could contain whitespaces by @malconsei in #660
Full Changelog: v0.11.0b3...v0.11.0b4
v0.11.0b3
Full Changelog: v0.11.0b2...v0.11.0b3
v0.11.0b2
What's Changed
- feat - Restructure video processing and add gpx, nmea and exiftool runtime support by @malconsei in #654
- fix: support for coordinates in Adobe format in XMP tags by @malconsei in #653
- chore: Drop support for python 3.7 by @malconsei in #655
Full Changelog: v0.10.6...v0.11.0b2
v0.10.6
What's Changed
- fix: Interpolate sub-second timestamps before cutting sub-sequences... by @malconsei in #649
- Fix pipeline platform by @malconsei in #651
Full Changelog: v0.10.5...v0.10.6