Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2023-12-01)

### Features

* Add simbot custom model config ([#191](https://github.com/emma-heriot-watt/perception/issues/191)) ([1793f33](1793f33))
* added support for tracing ([#203](https://github.com/emma-heriot-watt/perception/issues/203)) ([7529955](7529955))
* Change simbot classmap path ([#187](https://github.com/emma-heriot-watt/perception/issues/187)) ([66dd978](66dd978))
* Include object entities ([#223](https://github.com/emma-heriot-watt/perception/issues/223)) ([c0b9d97](c0b9d97))
* knn entity clf ([#230](https://github.com/emma-heriot-watt/perception/issues/230)) ([62e18f6](62e18f6))
* new entity clf ([#235](https://github.com/emma-heriot-watt/perception/issues/235)) ([99da0ca](99da0ca))
* optimised perception using torch response ([#224](https://github.com/emma-heriot-watt/perception/issues/224)) ([831c680](831c680))
* prep things ([9b576aa](9b576aa))
* replace knn with mlp entity clf ([#232](https://github.com/emma-heriot-watt/perception/issues/232)) ([65a39ed](65a39ed))
* setup tracing for the feature extractor endpoint ([#198](https://github.com/emma-heriot-watt/perception/issues/198)) ([b86065d](b86065d))
* **telemetry:** include instrumentation and tracking of metrics for requests and the system ([8ae3643](8ae3643))
* **telemetry:** More fine-grained tracing during feature extraction ([0f2b513](0f2b513))
* Update simbot classmap config ([#185](https://github.com/emma-heriot-watt/perception/issues/185)) ([4fbcca7](4fbcca7))
* use custom classmap ([#189](https://github.com/emma-heriot-watt/perception/issues/189)) ([864a274](864a274))
* use orjson to build response and add tracing ([435e89b](435e89b))
* Using Ray Serve to serve Perception ([#200](https://github.com/emma-heriot-watt/perception/issues/200)) ([e83a960](e83a960))

### Bug Fixes

* change endpoints to be non-asynchronous ([#221](https://github.com/emma-heriot-watt/perception/issues/221)) ([57f9668](57f9668))
* Change response_model to response_class ([#206](https://github.com/emma-heriot-watt/perception/issues/206)) ([75119d8](75119d8))
* fastapi ORJSONResponse import ([ab3fe3d](ab3fe3d))
* pin numpy to `<1.24` because deprecations break legacy code ([dfe3b47](dfe3b47)), closes [#208](https://github.com/emma-heriot-watt/perception/issues/208)
* place entity classifier on correct device ([#226](https://github.com/emma-heriot-watt/perception/issues/226)) ([5f16fb5](5f16fb5))
* revert adding tracing for the feature extractor endpoint ([#198](https://github.com/emma-heriot-watt/perception/issues/198)) ([#199](https://github.com/emma-heriot-watt/perception/issues/199)) ([dcaa484](dcaa484))
* **revert:** using Ray Serve to serve Perception ([#200](https://github.com/emma-heriot-watt/perception/issues/200)) ([#202](https://github.com/emma-heriot-watt/perception/issues/202)) ([3091da6](3091da6))
* round table is mapped to table entity ([#228](https://github.com/emma-heriot-watt/perception/issues/228)) ([568bd7c](568bd7c))
* use the request body for updating the model device ([8f83fc6](8f83fc6))

### Reverts

* Revert "Build(deps): bump actions/setup-python from 3 to 4 (#152)" (#162) ([ee64b1c](ee64b1c)), closes [#152](https://github.com/emma-heriot-watt/perception/issues/152) [#162](https://github.com/emma-heriot-watt/perception/issues/162)
  • Loading branch information
semantic-release-bot committed Dec 1, 2023
1 parent 9ed19da commit 91dd19b
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,46 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.0 (2023-12-01)


### Features

* Add simbot custom model config ([#191](https://github.com/emma-heriot-watt/perception/issues/191)) ([1793f33](https://github.com/emma-heriot-watt/perception/commit/1793f33a10c65d542b01f416b2dbfdfb87847ba5))
* added support for tracing ([#203](https://github.com/emma-heriot-watt/perception/issues/203)) ([7529955](https://github.com/emma-heriot-watt/perception/commit/7529955c3e39101c1618f1499ea5238ebd98d61f))
* Change simbot classmap path ([#187](https://github.com/emma-heriot-watt/perception/issues/187)) ([66dd978](https://github.com/emma-heriot-watt/perception/commit/66dd9788b67b1f1af372a90973ff1e67c327f0b6))
* Include object entities ([#223](https://github.com/emma-heriot-watt/perception/issues/223)) ([c0b9d97](https://github.com/emma-heriot-watt/perception/commit/c0b9d974c9acd0a97e71c7b643e920df9dac50bf))
* knn entity clf ([#230](https://github.com/emma-heriot-watt/perception/issues/230)) ([62e18f6](https://github.com/emma-heriot-watt/perception/commit/62e18f6597bf07164fa96321fb8d1b4f38ac0462))
* new entity clf ([#235](https://github.com/emma-heriot-watt/perception/issues/235)) ([99da0ca](https://github.com/emma-heriot-watt/perception/commit/99da0ca2ff773ece1b344320160d6e4cab0b0a90))
* optimised perception using torch response ([#224](https://github.com/emma-heriot-watt/perception/issues/224)) ([831c680](https://github.com/emma-heriot-watt/perception/commit/831c6800a8210dfa64ef53d00741c28d912ffbfb))
* prep things ([9b576aa](https://github.com/emma-heriot-watt/perception/commit/9b576aab05cc88b428fd288e42a7a97f749b6875))
* replace knn with mlp entity clf ([#232](https://github.com/emma-heriot-watt/perception/issues/232)) ([65a39ed](https://github.com/emma-heriot-watt/perception/commit/65a39ed36897f6b4e9230ecad9c1ff280223dfac))
* setup tracing for the feature extractor endpoint ([#198](https://github.com/emma-heriot-watt/perception/issues/198)) ([b86065d](https://github.com/emma-heriot-watt/perception/commit/b86065d41435cb943fd14f2e423eabf9ac44482e))
* **telemetry:** include instrumentation and tracking of metrics for requests and the system ([8ae3643](https://github.com/emma-heriot-watt/perception/commit/8ae3643db9bcb85d3c2ca4b853094da0487a4a5b))
* **telemetry:** More fine-grained tracing during feature extraction ([0f2b513](https://github.com/emma-heriot-watt/perception/commit/0f2b513a3c045db0c2f35c4493067d3815eb9c1d))
* Update simbot classmap config ([#185](https://github.com/emma-heriot-watt/perception/issues/185)) ([4fbcca7](https://github.com/emma-heriot-watt/perception/commit/4fbcca7dc89f3efccd9104748f624ed4d486a72c))
* use custom classmap ([#189](https://github.com/emma-heriot-watt/perception/issues/189)) ([864a274](https://github.com/emma-heriot-watt/perception/commit/864a2749cbb168f96681d8790edbce424b0f0269))
* use orjson to build response and add tracing ([435e89b](https://github.com/emma-heriot-watt/perception/commit/435e89b47cd40ed8883eb070c434d87c64d365d2))
* Using Ray Serve to serve Perception ([#200](https://github.com/emma-heriot-watt/perception/issues/200)) ([e83a960](https://github.com/emma-heriot-watt/perception/commit/e83a9602badbf60df1fc7741a668d2ca34508f3b))


### Bug Fixes

* change endpoints to be non-asynchronous ([#221](https://github.com/emma-heriot-watt/perception/issues/221)) ([57f9668](https://github.com/emma-heriot-watt/perception/commit/57f9668aaa899d5932ff13f3cab629cbc701d220))
* Change response_model to response_class ([#206](https://github.com/emma-heriot-watt/perception/issues/206)) ([75119d8](https://github.com/emma-heriot-watt/perception/commit/75119d89277ad72d5527801f6110e4c074db0438))
* fastapi ORJSONResponse import ([ab3fe3d](https://github.com/emma-heriot-watt/perception/commit/ab3fe3d912e74299f2336395851f06fcd4d8b9df))
* pin numpy to `<1.24` because deprecations break legacy code ([dfe3b47](https://github.com/emma-heriot-watt/perception/commit/dfe3b47dda8518c3ab9376aba732be8fda6af3f0)), closes [#208](https://github.com/emma-heriot-watt/perception/issues/208)
* place entity classifier on correct device ([#226](https://github.com/emma-heriot-watt/perception/issues/226)) ([5f16fb5](https://github.com/emma-heriot-watt/perception/commit/5f16fb538d36ec7918efe2053cda61be3106f2b0))
* revert adding tracing for the feature extractor endpoint ([#198](https://github.com/emma-heriot-watt/perception/issues/198)) ([#199](https://github.com/emma-heriot-watt/perception/issues/199)) ([dcaa484](https://github.com/emma-heriot-watt/perception/commit/dcaa484ac233130f8c809846d00296160e7491ea))
* **revert:** using Ray Serve to serve Perception ([#200](https://github.com/emma-heriot-watt/perception/issues/200)) ([#202](https://github.com/emma-heriot-watt/perception/issues/202)) ([3091da6](https://github.com/emma-heriot-watt/perception/commit/3091da6a25ca86cf66281884e73757ab9adb2445))
* round table is mapped to table entity ([#228](https://github.com/emma-heriot-watt/perception/issues/228)) ([568bd7c](https://github.com/emma-heriot-watt/perception/commit/568bd7cbdb97f40ba7a55a8c0851abd78ccffd4a))
* use the request body for updating the model device ([8f83fc6](https://github.com/emma-heriot-watt/perception/commit/8f83fc6567b9a77f739826d14e2f6856deebddfe))


### Reverts

* Revert "Build(deps): bump actions/setup-python from 3 to 4 (#152)" (#162) ([ee64b1c](https://github.com/emma-heriot-watt/perception/commit/ee64b1c14e8657e1d0ceb0d1314e2e0db017bbc7)), closes [#152](https://github.com/emma-heriot-watt/perception/issues/152) [#162](https://github.com/emma-heriot-watt/perception/issues/162)

## [1.13.0](https://github.com/emma-simbot/perception/compare/v1.12.0...v1.13.0) (2023-04-15)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "emma-perception"
version = "1.13.0"
version = "1.0.0"
description = ""
authors = [
"Amit Parekh <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/emma_perception/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# 3) we can import it into your module module
#
# This is automatic, therefore DO NOT manually change this file!
__version__ = "1.13.0"
__version__ = "1.0.0"

0 comments on commit 91dd19b

Please sign in to comment.