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.3.9] - 2025-04-30
11+
12+ ### Changed in 0.3.9
13+
14+ - Changed default flag for why_search() to SZ_WHY_SEARCH_DEFAULT_FLAGS
15+
1016## [ 0.3.8] - 2025-04-21
1117
1218### Changed in 0.3.8
Original file line number Diff line number Diff line change 66
77attributes = json .dumps ({"NAME_FULL" : "BOB SMITH" , "EMAIL_ADDRESS" : "bsmith@work.com" })
88entity_id = 1
9- flags = SzEngineFlags .SZ_SEARCH_BY_ATTRIBUTES_DEFAULT_FLAGS
9+ flags = SzEngineFlags .SZ_WHY_SEARCH_DEFAULT_FLAGS
1010instance_name = "Example"
1111settings = {
1212 "PIPELINE" : {
Original file line number Diff line number Diff line change 11orjson == 3.10.18
2- senzing == 0.2.6
2+ senzing == 0.2.10
Original file line number Diff line number Diff line change 11[metadata]
22name = senzing_core
3- version = 0.3.8
3+ version = 0.3.9
44author = senzing
55author_email = support@senzing.com
66description = Senzing Python SDK
@@ -21,7 +21,7 @@ package_dir =
2121packages = find:
2222python_requires = >=3.9
2323install_requires =
24- senzing >= 0.2.6 ,<1.0.0
24+ senzing >= 0.2.10 ,<1.0.0
2525
2626[options.packages.find]
2727where = src
Original file line number Diff line number Diff line change @@ -1077,7 +1077,7 @@ def why_search(
10771077 self ,
10781078 attributes : str ,
10791079 entity_id : int ,
1080- flags : int = SzEngineFlags .SZ_ENTITY_DEFAULT_FLAGS ,
1080+ flags : int = SzEngineFlags .SZ_WHY_SEARCH_DEFAULT_FLAGS ,
10811081 search_profile : str = "" ,
10821082 ) -> str :
10831083 result = self .library_handle .Sz_whySearch_V2_helper (
You can’t perform that action at this time.
0 commit comments