Skip to content

Commit

Permalink
Bump version: 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazu Version Bump committed Nov 15, 2023
1 parent cd2f033 commit d49aaaf
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- towncrier release notes start -->

## 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__`


## 1.3.0 - 2023-11-07


Expand Down
1 change: 0 additions & 1 deletion docs/_changelog.d/+deserialisation.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/_changelog.d/+renamemapperclass.removal.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/_changelog.d/+rulesbaseddisambig.removal.md

This file was deleted.

2 changes: 1 addition & 1 deletion kazu/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.0"
__version__ = "1.3.1"

0 comments on commit d49aaaf

Please sign in to comment.