Skip to content

Commit

Permalink
Version bump 0.3.0 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen authored Dec 22, 2020
1 parent 31a9b92 commit 5ae147a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ oauth2_cred.json
venv/
slack_token.txt
.env
supervisord.log
supervisord.log
.vscode/
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

## [0.3.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.3.0)
Released on 2020-12-22.

#### Added:

* Tracker parameters to GPU config ([#89](https://github.com/neuralet/smart-social-distancing/pull/89))
* Parameter `reboot_processor` on all endpoints that update config ([#87](https://github.com/neuralet/smart-social-distancing/pull/87))
* Enable slack notifications per entity ([#86](https://github.com/neuralet/smart-social-distancing/pull/86))
* Openpifpaf TensorRT support ([#91](https://github.com/neuralet/smart-social-distancing/pull/91))
* Global reporting ([#92](https://github.com/neuralet/smart-social-distancing/pull/92))
* Add export_all endpoint ([#94](https://github.com/neuralet/smart-social-distancing/pull/94))
* Occupancy metrics ([#97](https://github.com/neuralet/smart-social-distancing/pull/97), ([#104](https://github.com/neuralet/smart-social-distancing/pull/104))
* Allow retrieving and updating all the sections in the configuration file using the API ([#98](https://github.com/neuralet/smart-social-distancing/pull/98))

#### Updated:

* Refactor video processing pipeline ([#95](https://github.com/neuralet/smart-social-distancing/pull/95))
* Extend config api ([#98](https://github.com/neuralet/smart-social-distancing/pull/98))
* Use tracking information to calculate social distancing metrics ([#97](https://github.com/neuralet/smart-social-distancing/pull/97))
* Reports are now generated by hour ([#97](https://github.com/neuralet/smart-social-distancing/pull/97))

#### Fixed:

* Improved tracking ([#91](https://github.com/neuralet/smart-social-distancing/pull/91))
* Fixed minor issues at classifier inference ([#96](https://github.com/neuralet/smart-social-distancing/pull/96))
* Camera image endpoints capture default image ([#100](https://github.com/neuralet/smart-social-distancing/pull/100))


## [0.2.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.2.0)
Released on 2020-11-20.

Expand Down
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PROCESSOR_VERSION = "0.2.0"
PROCESSOR_VERSION = "0.3.0"

0 comments on commit 5ae147a

Please sign in to comment.