Skip to content

v1.3.1

Compare
Choose a tag to compare
@RichJackson RichJackson released this 05 Dec 11:07
· 784 commits to main since this release

1.3.1 - 2023-11-15

Features

  • Added methods to dataclasses that allow them to be deserialied from json.

Deprecations and Removals

  • Renamed SpacyToKazuObjectMapper to KazuToSpacyObjectMapper.
    The old name will continue to work until kazu 1.6, but using it will produce a DeprecationWarning
  • RulesBasedEntityClassDisambiguationFilterStep no longer requires parsers or other_entity_classes.
    It previously used these to construct the entity_classes argument of KazuToSpacyObjectMapper.__init__, but now we can just calculate which of these we really need from the class and mention rules passed to RulesBasedEntityClassDisambiguationFilterStep.__init__