Skip to content

Commit

Permalink
Update to v0.3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuwch committed Jun 14, 2017
1 parent c660610 commit a522740
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UnrealCV.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion" : 3,
"Version" : 4,
"VersionName": "0.3.8",
"VersionName": "0.3.9",
"FriendlyName": "Unreal CV",
"Description": "UnrealCV is a plugin to connect computer vision algorithm and the games built by Unreal Engine",
"Category" : "Science",
Expand Down
7 changes: 5 additions & 2 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ CHANGELOG

Development branch
==================

- head (changes not tagged yet):
Fix a bug that prevents object mask generation, which is introduced in v0.3.7
Fix #53 that the painting of object does not work
- v0.3.9
- Fix a bug that prevents object mask generation, which is introduced in v0.3.7
- Fix #53 that the painting of object does not work
- Fix #49 python3 support, thanks to @jskinn and @befelix
- v0.3.8 :
- Integrate cnpy into unrealcv
- Add :code:`vget /camera/depth npy`, which can return tensor as a numpy binary.
Expand Down

0 comments on commit a522740

Please sign in to comment.