Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

134 lines (73 loc) · 2.26 KB

Changelog

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.

[Unreleased]

[0.3.3] - 2025-02-06

Changed in 0.3.3

  • On Darwin look for libSz.dylib as the Senzing lib

[0.3.2] - 2025-01-28

Changed in 0.3.2

  • Change class names to be more specific, e.g., core vs grpc
  • Simplified __init__.py
  • Modify examples to import from senzing and senzing_core
  • Modified workflows and make files to use pytest instead of unittest for examples
  • Cleaned up tne examples
  • With info methods return "" instead of "{}" for simpler checking

Added in 0.3.2

  • Added custom documentation processing to Sphinx
  • Added documentation-requirements.txt

Fixed in 0.3.2

  • Fixed error from building Sphinx doc for html_static_path = ["_static"]

[0.3.1] - 2024-12-04

Added in 0.3.1

  • senzing package dependency

Deleted in 0.3.1

  • senzing-abstract package dependency

[0.3.0] - 2024-12-03

Changed in 0.3.0

  • Renamed repository from sz-sdk-python to sz-sdk-python-core

[0.2.2] - 2024-11-28

Changed in 0.2.2

  • Aligned create engine method calls to new abstract
  • Improvements to helper functions

[0.2.1] - 2024-11-22

Added in 0.2.1

  • Improvements to helpers

[0.2.0] - 2024-11-04

Deleted in 0.2.0

  • Deleted abstract, dict and truthset packages from core SDK

[0.1.0] - 2024-10-27

Added to 0.1.0

  • SzAbstractFactory
  • Updated examples

[0.0.9] - 2024-06-13

Added to 0.0.9

  • Continued updates

[0.0.8] - 2024-06-07

Added to 0.0.8

  • Continued updates

[0.0.7] - 2024-05-31

Added to 0.0.7

  • Continued updates

[0.0.6] - 2024-05-15

Added to 0.0.6

  • Continued updates to inital version

[0.0.5] - 2024-05-07

Added to 0.0.5

  • Examples for sphinx documentation

[0.0.4] - 2024-04-19

Added to 0.0.4

  • Updates

[0.0.3] - 2024-04-17

Added to 0.0.3

  • Updates

[0.0.2] - 2024-04-05

Added to 0.0.2

  • Before change from G2 to Sz

[0.0.1] - 2024-04-01

Added to 0.0.1

  • Initial work