Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
apark263 committed Oct 13, 2016
1 parent 959513d commit d4b32b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# ChangeLog

## v0.2.2 (2016-10-13)

* Add manifest_root path option for cvs manifest files
* Bug fixes for python 3 compatibility
* Retain reference count on python backend object
* Refactor protobackends and tests


## v0.2.1 (2016-10-07)

* Localization improvements
* Bug fix: Handle >64 ground truth bounding boxes
* Image improvements
* Add 'hue' argument to image augmentation where 'hue' can be set from 0..360 degrees
* Stereo provider improvements
* stereo_image,blob provides direct passthrough of arbitrary binary blob


## v0.2.0 (2016-09-23):

* Improved documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _single_compile(obj):

setup(
name='nervana-aeon',
version='0.2.1',
version='0.2.2',
packages=['aeon'],
ext_modules=[module],
)

0 comments on commit d4b32b3

Please sign in to comment.