Skip to content

Commit 1d85f00

Browse files
committed
chore(release): 0.13.0
1 parent b85d79e commit 1d85f00

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# DeepDetect: Open Source Deep Learning Server & API (Changelog)
22

3+
## 0.13.0 (2021-01-22)
4+
5+
6+
### Features
7+
8+
* support for batches for NCNN image models ([b85d79e](https://github.com/jolibrain/deepdetect/commit/b85d79e673ac28d0f1bcf65a1773990bff6cd0b4))
9+
* **ml:** retain_graph control via API for torch autograd ([d109558](https://github.com/jolibrain/deepdetect/commit/d109558f20c7aba2eda6ef16eb884845bf816638))
10+
* **ml:** torch image basic data augmentation ([b9f8525](https://github.com/jolibrain/deepdetect/commit/b9f85251380c0483268488c07990db3a68f5a4ee))
11+
* **ncnn:** use master from tencent/ncnn ([044e181](https://github.com/jolibrain/deepdetect/commit/044e1811223c1c6843a35363cf4b29aed5394003))
12+
* upgrade oatpp to pre-1.2.5 ([596f6f4](https://github.com/jolibrain/deepdetect/commit/596f6f4c4098468ff3b2f3276bf5e6f8043edb27))
13+
14+
15+
### Bug Fixes
16+
17+
* **torch:** csvts forecast mode needs sequence of length backcast during predict ([4c89a1c](https://github.com/jolibrain/deepdetect/commit/4c89a1c0e22a34afaf2433e675fb7fb9a32add43))
18+
* add missing spdlog patch ([4d0a4fa](https://github.com/jolibrain/deepdetect/commit/4d0a4fa1f281a1ab2067a3801ed49c0122c604a7))
19+
* caffe linkage with our spdlog ([967fdef](https://github.com/jolibrain/deepdetect/commit/967fdefb4497b71b3274ade8d64f50c019f3f034))
20+
* copy .git in docker image builder ([570323d](https://github.com/jolibrain/deepdetect/commit/570323d91518bb2f62e7555da80549e6521598cf))
21+
* deactivate the csvts NCNN test when caffe is not built ([5a5c8f1](https://github.com/jolibrain/deepdetect/commit/5a5c8f12227a629f656ca016e28d2a9f35d1e3d1))
22+
* missing support for parent_id in chains with Python client ([a5fad50](https://github.com/jolibrain/deepdetect/commit/a5fad50b2c698418f81cab9d714e4ddd13081839))
23+
* NCNN chain with images and actions ([38b1d07](https://github.com/jolibrain/deepdetect/commit/38b1d076ddddac0ef126e0eb63f08e019b62f15c))
24+
* throw if hard image read error in caffe classification input ([f1c0d09](https://github.com/jolibrain/deepdetect/commit/f1c0d09d511ea63f65def260cce5577455fb897e))
25+
* **doc:** similarity search_nn number of results API ([5eaf343](https://github.com/jolibrain/deepdetect/commit/5eaf3435d39db77ee0a4fed725eb257718805a45))
26+
* **torch:** remove potential segfault in csvts connector ([ba96b4e](https://github.com/jolibrain/deepdetect/commit/ba96b4ea4ff6315194e0d9150934a380bbac265e))
27+
328
## 0.12.0 (2021-01-08)
429

530

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deepdetect",
33
"description": "Open Source Deep Learning Server & API",
4-
"version": "0.12.0",
4+
"version": "0.13.0",
55
"devDependencies": {
66
"standard-version": "^9.0.0"
77
},

0 commit comments

Comments
 (0)