Skip to content

Commit 23ced88

Browse files
committed
v0.4.0
1 parent fcab75f commit 23ced88

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The 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

i2_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
from .cli import create_cli
1111
from .client import I2Client # noqa
1212

13-
__version__ = "0.3.1"
13+
__version__ = "0.4.0"
1414

1515
i2_cli = create_cli()

0 commit comments

Comments
 (0)