Skip to content

Commit 72d8072

Browse files
Merge pull request #116 from dynamsoft-docs/preview
update to internal commit 37b02c73
2 parents e984223 + 5015029 commit 72d8072

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

_data/product_version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version_info_list_desktop:
44
- value: latest version
55
- value: 10.x
66
child:
7+
- 10.4.2000_python
78
- 10.4.10_cplusplus
89
- 10.2.10_cplusplus
910
- 10.2.0_cplusplus

assets/js/dbrServerVersionSearch.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"version": "10.4.2100",
4+
"matchVersion": {
5+
"python": "2.4.2100"
6+
}
7+
},
28
{
39
"version": "10.4.2000",
410
"matchVersion": {

programming/python/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ needAutoGenerateSidebar: false
88

99
# Release Notes for Python Edition
1010

11+
- [10.4.2100 (11/07/2024)](python-10.md#1042100-11072024)
1112
- [10.4.2000 (10/10/2024)](python-10.md#1042000-10102024)
1213
- [9.6.40 (03/14/2024)](python-9.md#9640-03142024)
1314
- [9.6.30 (08/29/2023)](python-9.md#9630-08292023)

programming/python/release-notes/python-10.md

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

99
# Release Notes for Python Edition - 10.x
1010

11+
## 10.4.2100 (11/07/2024)
12+
13+
### New
14+
15+
- Added support for `numpy.ndarray` image type in the `capture` interface.
16+
17+
### Improved
18+
19+
- Optimized the usage of list type member variables, allowing modification of individual objects within the list without needing to reassign the entire list.
20+
- Improved the usage of `EnumPresetTemplate` and `EnumBarcodeFormat`, no longer requiring `.value` for accessing enum members.
21+
22+
### Fixed
23+
24+
- Fixed a bug where initializing `FileImageTag` would raise a `TypeError` exception.
25+
1126
## 10.4.2000 (10/10/2024)
1227

1328
### Highlights

0 commit comments

Comments
 (0)