Skip to content

Commit be2b918

Browse files
update to internal commit 25c93a1d
1 parent 3dda2b4 commit be2b918

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
* Introduced the capability for users to influence the image processing process by altering intermediate results. Users can now clone, edit, and substitute intermediate result units within the callback function of each type. Subsequent operations will then proceed based on the updated unit.
3+
* Introduced a feature for multi-condition filtering across products. Users can now specify filtering criteria for the task results of a `TargetROIDef` by implementing an `OutputTaskSetting` based on the task results of varying products from descendant `TargetROIDef` objects.
4+
* Enhanced the `Offset` parameter in `TargetROIDef`. Users now have the capability to meticulously customize components of the coordinate system, including the origin, X-axis, and Y-axis, for precise offset calculation.
5+

assets/js/ddnCoreVersionSearch.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
[
2+
{
3+
"version": "2.2.0",
4+
"matchList": {
5+
"dcvRepoCore": [
6+
{
7+
"path": "/parameters/reference/capture-vision-template",
8+
"version": "2.2.0"
9+
},{
10+
"path": "/parameters/reference/target-roi-def",
11+
"version": "2.2.0"
12+
},{
13+
"path": "/parameters/reference/document-normalizer-task-settings",
14+
"version": "10.2.0"
15+
},{
16+
"path": "/parameters/reference/image-parameter",
17+
"version": "2.2.0"
18+
},{
19+
"path": "/parameters/reference/image-source-options",
20+
"version": "3.2.0"
21+
},{
22+
"path": "/parameters/reference/global-parameter",
23+
"version": "2.2.0"
24+
}
25+
]
26+
}
27+
},
228
{
329
"version": "2.0.20",
430
"matchList": {

release-notes/index.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ needGenerateH3Content: false
88

99
# Release Notes
1010

11+
## 2.2
12+
13+
> First released: 01-16-2024
14+
15+
### Highlights
16+
17+
{%- include release-notes/product-highlight-2.2.0.md -%}
18+
19+
20+
| Versions | Available Editions |
21+
| -------- | ------------------ |
22+
| 2.2.0 | <a target="_blank" href="{{ site.cpp_release_notes}}cpp-2.html#220-01162024" class="otherLinkColour refreshLink">C++</a> |
23+
1124
## 2.0
1225

1326
> First released: 07-04-2023
@@ -18,10 +31,10 @@ needGenerateH3Content: false
1831

1932
| Versions | Available Editions |
2033
| -------- | ------------------ |
21-
| 2.0.20 | <a target="_blank" href="{{ site.cpp_release_notes}}cpp-2.html#2020-10262023" class="otherLinkColour refreshLink">C++</a> / <a target="_blank" href="{{ site.android_release_notes}}android-2.html#2020-12122023" class="otherLinkColour refreshLink">Android</a> / <a target="_blank" href="{{ site.ios_release_notes}}ios-2.html#2020-12122023" class="otherLinkColour refreshLink">iOS</a> |
34+
| 2.0.20 | <a target="_blank" href="{{ site.cpp_release_notes}}cpp-2.html#2020-10262023" class="otherLinkColour refreshLink">C++</a> / <a target="_blank" href="{{ site.android_release_notes}}android-2.html#2020-12122023" class="otherLinkColour refreshLink">Android</a> / <a target="_blank" href="{{ site.ios_release_notes}}ios-2.html#2020-12122023" class="otherLinkColour refreshLink">iOS</a> / <a target="_blank" href="{{ site.js_release_notes}}javascript-2.html#2020-01112024" class="otherLinkColour refreshLink">JavaScript</a> |
2235
| 2.0.11 | <a target="_blank" href="{{ site.js_release_notes}}javascript-2.html#2011-08242023" class="otherLinkColour refreshLink">JavaScript</a> |
2336
| 2.0.10 | <a target="_blank" href="{{ site.cpp_release_notes}}cpp-2.html#2010-08082023" class="otherLinkColour refreshLink">C++</a> / <a target="_blank" href="{{ site.android_release_notes}}android-2.html#2010-08102023" class="otherLinkColour refreshLink">Android</a> / <a target="_blank" href="{{ site.ios_release_notes}}ios-2.html#2010-08102023" class="otherLinkColour refreshLink">iOS</a>|
24-
| 2.0.0 | <a target="_blank" href="{{ site.cpp_release_notes}}cpp-2.html#200-07042023" class="otherLinkColour refreshLink">C++</a> |
37+
| 2.0.0 | <a target="_blank" href="{{ site.cpp_release_notes}}cpp-2.html#200-07042023" class="otherLinkColour refreshLink">C++</a> |
2538

2639
## 1.0
2740

0 commit comments

Comments
 (0)