Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jernejaMislej committed Sep 23, 2018
1 parent 26f125a commit d433b0c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@

### Bug fixes
* Fix bug that resulted in sub seconds added twice in case subseconds were written to capture time tag as well as sub second time tag.

## 0.2.0 (2018-09-23)

### Features and improvements
* Additional information and progress bars under verbose in process,
* Partial optimization in DONE file sending,
* Post process command covering process summary, list of image status and options to move image according to status
* Extend support in csv processing
* Adding number of threads and max attempts in upload as command line arguments

### Bug fixes
* Correct the last interpolated direction
2 changes: 1 addition & 1 deletion mapillary_tools/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
process_and_upload
]

VERSION = "0.1.7"
VERSION = "0.2.0"


def add_general_arguments(parser, command):
Expand Down
2 changes: 1 addition & 1 deletion mapillary_tools/process_import_meta_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def finalize_import_properties_process(image,
add_meta_tag(mapillary_description,
"strings",
"mapillary_tools_version",
"0.1.7")
"0.2.0")

if custom_meta_data:
parse_and_add_custom_meta_tags(mapillary_description,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

setup(name='mapillary_tools',
version='0.1.7',
version='0.2.0',
description='Mapillary Image/Video Import Pipeline',
url='https://github.com/mapillary/mapillary_tools',
author='Mapillary',
Expand Down

0 comments on commit d433b0c

Please sign in to comment.