Skip to content

Commit 5ae147a

Browse files
Version bump 0.3.0 (#109)
1 parent 31a9b92 commit 5ae147a

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ oauth2_cred.json
1818
venv/
1919
slack_token.txt
2020
.env
21-
supervisord.log
21+
supervisord.log
22+
.vscode/

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

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

5+
## [0.3.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.3.0)
6+
Released on 2020-12-22.
7+
8+
#### Added:
9+
10+
* Tracker parameters to GPU config ([#89](https://github.com/neuralet/smart-social-distancing/pull/89))
11+
* Parameter `reboot_processor` on all endpoints that update config ([#87](https://github.com/neuralet/smart-social-distancing/pull/87))
12+
* Enable slack notifications per entity ([#86](https://github.com/neuralet/smart-social-distancing/pull/86))
13+
* Openpifpaf TensorRT support ([#91](https://github.com/neuralet/smart-social-distancing/pull/91))
14+
* Global reporting ([#92](https://github.com/neuralet/smart-social-distancing/pull/92))
15+
* Add export_all endpoint ([#94](https://github.com/neuralet/smart-social-distancing/pull/94))
16+
* Occupancy metrics ([#97](https://github.com/neuralet/smart-social-distancing/pull/97), ([#104](https://github.com/neuralet/smart-social-distancing/pull/104))
17+
* Allow retrieving and updating all the sections in the configuration file using the API ([#98](https://github.com/neuralet/smart-social-distancing/pull/98))
18+
19+
#### Updated:
20+
21+
* Refactor video processing pipeline ([#95](https://github.com/neuralet/smart-social-distancing/pull/95))
22+
* Extend config api ([#98](https://github.com/neuralet/smart-social-distancing/pull/98))
23+
* Use tracking information to calculate social distancing metrics ([#97](https://github.com/neuralet/smart-social-distancing/pull/97))
24+
* Reports are now generated by hour ([#97](https://github.com/neuralet/smart-social-distancing/pull/97))
25+
26+
#### Fixed:
27+
28+
* Improved tracking ([#91](https://github.com/neuralet/smart-social-distancing/pull/91))
29+
* Fixed minor issues at classifier inference ([#96](https://github.com/neuralet/smart-social-distancing/pull/96))
30+
* Camera image endpoints capture default image ([#100](https://github.com/neuralet/smart-social-distancing/pull/100))
31+
32+
533
## [0.2.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.2.0)
634
Released on 2020-11-20.
735

constants.py

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

0 commit comments

Comments
 (0)