Skip to content

Commit 261ec77

Browse files
Increment version number (#428)
1 parent e5aec76 commit 261ec77

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Welcome to the devkit of the [nuScenes](https://www.nuscenes.org) dataset.
1212
- [Citation](#citation)
1313

1414
## Changelog
15+
- Jul. 7, 2020: Devkit v1.0.9: Misc updates on map and prediction code.
16+
- Apr. 1, 2020: Devkit v1.0.8: Relax pip requirements and reorganize prediction code.
1517
- Mar. 24, 2020: Devkit v1.0.7: nuScenes prediction challenge code released.
1618
- Feb. 12, 2020: Devkit v1.0.6: CAN bus expansion released.
1719
- Dec. 11, 2019: Devkit v1.0.5: Remove weight factor from AMOTA tracking metrics.

setup/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_dirlist(_rootdir):
3131

3232
setuptools.setup(
3333
name='nuscenes-devkit',
34-
version='1.0.7',
34+
version='1.0.9',
3535
author='Holger Caesar, Oscar Beijbom, Qiang Xu, Varun Bankiti, Alex H. Lang, Sourabh Vora, Venice Erin Liong, '
3636
'Sergi Widjaja, Kiwoo Shin, Caglayan Dicle et al.',
3737
author_email='[email protected]',

0 commit comments

Comments
 (0)