beta 0.0.11

This commit is contained in:
Peter Braden 2013-02-26 17:23:19 -08:00
parent 0840e0b2e2
commit c3d3f0f4b4
2 changed files with 11 additions and 1 deletions

View File

@ -185,6 +185,16 @@ doesn't work for you please get in touch.
## Changelog
#### 0.0.11
- Bug Fixes
- ImageStream becomes ImageDataStream, and new ImageStream allows multiple images to be
streamed as matrices, for example, with an object detection stream.
- @ryansouza improved documentation
- Correcting matrix constructor (thanks @gluxon)
- @Michael Smith expanded Contours functionality.
Thanks all!
#### 0.0.10

View File

@ -5,7 +5,7 @@
"dependencies": {
"buffers": "0.1.1"
},
"version": "0.0.10",
"version": "0.0.11",
"devDependencies": {
"vows": "*"
},