All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, markdownlint, and this project adheres to Semantic Versioning.
- Added
typing-extensions
dependency for Python versions < 3.11
- Changed repository from
sz-sdk-python-abstract
tosz-sdk-python
- Removed kwargs from all method definitions
- Typo and spelling errors
- Additional docstring documentation where missing
- In SzAbstractFactory, changed
create_sz_*
tocreate_*
- Synchronized ezengineflags with latest V4 stage build
- Modified signatures for process_redo_record to include default flag
- Modified signatures for preprocess_record to include default flag
- Removed exception_map and moved into szerror.py
- Modified signatures for find_network_by_entity_id and find_network_by_record_id
SzAbstractFactory.destroy()
SzAbstractFactory.destroy()
SzAbstractFactory.reinitialize()
SzEngine.reinitialize()
SzDiagnostic.reinitialize()
sz_enzine.preprocess_record()
- Engine flags:
SZ_ENTITY_INCLUDE_RECORD_FEATURE_DETAILS
SZ_ENTITY_INCLUDE_RECORD_FEATURE_STATS
SZ_ENTITY_INCLUDE_RECORD_FEATURES
- Engine flags:
SZ_ENTITY_INCLUDE_FEATURE_ELEMENTS
SZ_ENTITY_INCLUDE_RECORD_FEATURE_IDS
- Added
help()
method
- Added
abstract_factory
- Update to current sz-sdk-python
- Update to current template-python
- Migrated from "g2" to "sz"
- Add
help()
- Add truthset
- Improving GitHub actions
- Initial work