Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
antaenc committed Oct 29, 2024
1 parent 7561b0b commit 417de6f
Show file tree
Hide file tree
Showing 6 changed files with 562 additions and 708 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.1.8] - 2024-10-29

### Changed in 0.1.8

- Modified signatures for preprocess_record to include default flag
- Removed exception_map and moved into szerror.py

## [0.1.7] - 2024-10-28

### Changed in 0.1.7
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = senzing_abstract
version = 0.1.7
version = 0.1.8
author = senzing
author_email = support@senzing.com
description = Python SDK method definitions
Expand Down
4 changes: 1 addition & 3 deletions src/senzing_abstract/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
SZ_VERBOSE_LOGGING,
SZ_WITHOUT_INFO,
)
from .engine_exception_map import (
from .szerror import (
ENGINE_EXCEPTION_MAP,
SzBadInputError,
SzConfigurationError,
Expand All @@ -32,12 +32,10 @@
from .szdiagnostic_abstract import SzDiagnosticAbstract
from .szengine_abstract import SzEngineAbstract
from .szengineflags import SzEngineFlags
from .szerror import new_szexception
from .szproduct_abstract import SzProductAbstract

__all__ = [
"ENGINE_EXCEPTION_MAP",
"new_szexception",
"SZ_INITIALIZE_WITH_DEFAULT_CONFIGURATION",
"SZ_NO_ATTRIBUTES",
"SZ_NO_AVOIDANCES",
Expand Down
Loading

0 comments on commit 417de6f

Please sign in to comment.