Skip to content

Commit 83b472d

Browse files
docktermjantaenc
andauthored
#206 SzConfig/SzConfigManager restructure (#213)
* #206 Savepoint * #206 Add/delete example files * #206 Modify example files * #206 Savepoint * #206 Make Mock * #206 Savepoint * #206 Improve coverage * #206 Prepare for versioned release * #206 Update version * #206 Fix variables * #206 - Example change --------- Co-authored-by: Ant <ant@senzing.com>
1 parent ecdc2d9 commit 83b472d

131 files changed

Lines changed: 875 additions & 1280 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/pytest-linux.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
pytest \
8787
examples/misc/ \
8888
examples/docs/ \
89-
examples/extras/ \
9089
examples/szabstractfactory/ \
9190
examples/szconfig/ \
9291
examples/szconfigmanager/ \

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.5] - 2025-03-11
11+
12+
### Changed in 0.2.5
13+
14+
- Restructured `SzConfigManager` and `SzConfig`
15+
1016
## [0.2.4] - 2025-02-14
1117

1218
### Changed in 0.2.4

docs/source/senzing.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ and the creation of the Senzing objects has been abstracted to
3737
.. literalinclude:: ../../examples/docs/import_sz_engine.txt
3838
:language: python
3939

40-
Using the `senzing-core`_ Python package, the implementation looks like the following:
41-
42-
.. literalinclude:: ../../examples/helpers/setup_senzing.py
43-
:linenos:
44-
:language: python
45-
46-
Naturally, the ``__init__.py`` file needs to be modified to support importing the variables.
4740
For the full implementation of the documentation examples, visit the source code on
4841
`GitHub`_.
4942

examples/__init__.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/docs/__init__.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
from ..helpers.setup_senzing import (
2-
get_sz_abstract_factory,
3-
get_sz_engine,
4-
sz_abstract_factory,
5-
sz_engine,
6-
)
1+
from senzing_mock import sz_abstract_factory, sz_engine
72

83
__all__ = [
9-
"get_sz_abstract_factory",
10-
"get_sz_engine",
114
"sz_abstract_factory",
125
"sz_engine",
136
]

examples/extras/szengine/add_record_with_info.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/extras/szengine/delete_record_with_info.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/extras/szengine/export_json_entity_report.py

Whitespace-only changes.

examples/extras/szengine/fetch_next.py

Whitespace-only changes.

examples/extras/szengine/find_path_by_entity_id_with_exclusions.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)