diff --git a/README.md b/README.md index ab023d2a..b81993d3 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Welcome to the devkit of the [nuScenes](https://www.nuscenes.org) dataset. - [Citation](#citation) ## Changelog +- Jul. 7, 2020: Devkit v1.0.9: Misc updates on map and prediction code. +- Apr. 1, 2020: Devkit v1.0.8: Relax pip requirements and reorganize prediction code. - Mar. 24, 2020: Devkit v1.0.7: nuScenes prediction challenge code released. - Feb. 12, 2020: Devkit v1.0.6: CAN bus expansion released. - Dec. 11, 2019: Devkit v1.0.5: Remove weight factor from AMOTA tracking metrics. diff --git a/setup/setup.py b/setup/setup.py index 61399425..9ba8258e 100644 --- a/setup/setup.py +++ b/setup/setup.py @@ -31,7 +31,7 @@ def get_dirlist(_rootdir): setuptools.setup( name='nuscenes-devkit', - version='1.0.7', + version='1.0.9', author='Holger Caesar, Oscar Beijbom, Qiang Xu, Varun Bankiti, Alex H. Lang, Sourabh Vora, Venice Erin Liong, ' 'Sergi Widjaja, Kiwoo Shin, Caglayan Dicle et al.', author_email='nuscenes@nutonomy.com',