File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
77
8+
9+ ## [ 0.4.1] - 2022.02.17
10+
11+ ### Features
12+
13+ - ** client inference return tuple with a bool representing inference success/fail and inference/error msg (#34 )**
14+
15+ ### Improvements
16+
17+ - doc improvements
18+ - better webcam example (#29 )
19+ - updated ` archipel-utils ` version & remove deprecated warnings (#32 )
20+
21+ ### Fixes
22+
23+ - handle case when ` cv2 ` not installed when inference (#31 )
24+
25+
826## [ 0.3.1] - 2021-12-02
927
1028### Improvements
Original file line number Diff line number Diff line change 1010from .cli import create_cli
1111from .client import I2Client # noqa
1212
13- __version__ = "0.3.1 "
13+ __version__ = "0.4.0 "
1414
1515i2_cli = create_cli ()
You can’t perform that action at this time.
0 commit comments