Skip to content

Commit 4f6cdaf

Browse files
Version bump 0.2.0 (#85)
1 parent e96a3fd commit 4f6cdaf

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,34 @@
22

33
This file includes a list of notable changes to this project.
44

5-
### First version [0.1.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.1.0)
5+
## [0.2.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.2.0)
6+
Released on 2020-11-20.
7+
8+
#### Added:
9+
10+
* Support for running on x86 with GPU ([#72](https://github.com/neuralet/smart-social-distancing/pull/72))
11+
* Endpoint to get version, device and whether the processor has been set up ([#84](https://github.com/neuralet/smart-social-distancing/pull/84))
12+
* Endpoints to export raw data ([#74](https://github.com/neuralet/smart-social-distancing/pull/74))
13+
* Improve fault tolerance ([#82](https://github.com/neuralet/smart-social-distancing/pull/82))
14+
15+
#### Updated:
16+
17+
* Documentation in Readme (several, mainly ([#73](https://github.com/neuralet/smart-social-distancing/pull/73))
18+
* Refactored Endpoints to not end with / ([#76](https://github.com/neuralet/smart-social-distancing/pull/76))
19+
* Some improvements in face mask detection like adding a label on top of bounding boxes ([#77](https://github.com/neuralet/smart-social-distancing/pull/77))
20+
* Improved Object tracker (IOU tracker added) ([#79](https://github.com/neuralet/smart-social-distancing/pull/79))
21+
22+
#### Fixed:
23+
24+
* An error in face anonymizer when using PoseNet ([#80](https://github.com/neuralet/smart-social-distancing/pull/80), [#81](https://github.com/neuralet/smart-social-distancing/pull/81))
25+
26+
#### Removed:
27+
28+
* Deprecated frontend and ui backend ([#73](https://github.com/neuralet/smart-social-distancing/pull/73))
29+
30+
---
31+
32+
## [0.1.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.1.0)
633

734
This is the first release of the Smart Social Distancing app.
835
The app is dockerized and can run on Coral Dev Board, Coral USB Accelerator, Jetson Nano, x86 or Openvino.

constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PROCESSOR_VERSION = "0.1.0"
1+
PROCESSOR_VERSION = "0.2.0"

0 commit comments

Comments
 (0)