Skip to content

Commit ea6d45e

Browse files
authored
#280 - Fix flag in examples/szengine/preprocess_record.py (#282)
1 parent 9cf0c99 commit ea6d45e

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10+
## [0.2.15] - 2025-06-12
11+
12+
### Fixed in 0.2.15
13+
14+
- Example for preprocess_record had incorrect flag
15+
1016
## [0.2.14] - 2025-06-12
1117

1218
### Added in 0.2.14

documentation-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sphinx-gallery==0.19.0
55
sphinx-jinja2-compat==0.3.0
66
sphinx-prompt==1.9.0
77
sphinx-rtd-theme==3.0.2
8-
sphinx-tabs==3.4.6
8+
sphinx-tabs==3.4.5
99
sphinx-toolbox==4.0.0
1010
sphinx
1111
sphinxcontrib-applehelp==2.0.0

examples/szengine/preprocess_record.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
from . import sz_engine
66

7-
# TODO - Change when new default is in V4
8-
flags = SzEngineFlags.SZ_RECORD_DEFAULT_FLAGS
7+
flags = SzEngineFlags.SZ_PREPROCESS_RECORD_DEFAULT_FLAGS
98
record_definition = json.dumps(
109
{
1110
"RECORD_TYPE": "PERSON",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = senzing
3-
version = 0.2.14
3+
version = 0.2.15
44
author = senzing
55
author_email = support@senzing.com
66
description = Python SDK method definitions

0 commit comments

Comments
 (0)