File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sphinx-gallery==0.19.0
55sphinx-jinja2-compat==0.3.0
66sphinx-prompt==1.9.0
77sphinx-rtd-theme==3.0.2
8- sphinx-tabs==3.4.6
8+ sphinx-tabs==3.4.5
99sphinx-toolbox==4.0.0
1010sphinx
1111sphinxcontrib-applehelp==2.0.0
Original file line number Diff line number Diff line change 44
55from . 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
98record_definition = json .dumps (
109 {
1110 "RECORD_TYPE" : "PERSON" ,
Original file line number Diff line number Diff line change 11[metadata]
22name = senzing
3- version = 0.2.14
3+ version = 0.2.15
44author = senzing
55author_email = support@senzing.com
66description = Python SDK method definitions
You can’t perform that action at this time.
0 commit comments