Skip to content

Commit

Permalink
Bump version: 1.4.0 → 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazu Version Bump committed Jan 19, 2024
1 parent 7490c9b commit ccf0bdb
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- towncrier release notes start -->

## 1.5.0 - 2024-01-19


### Features

- Added new cleanup action: DropMappingsByParserNameRankAction
- Added new disambiguation strategy: PreferNearestEmbeddingToDefaultLabelDisambiguationStrategy.
- DefinedElsewhereInDocumentDisambiguationStrategy has slightly changed, so that it will only return mappings that were found elsewhere in the document, rather than the whole EquivalentIdSet where those ids were contained
- New disambiguation methodology GildaTfIdfDisambiguationStrategy.
- OpenTargetsTargetOntologyParser now has a biotype filter parameter.

### Deprecations and Removals

- Deprecated `GildaUtils.replace_dashes` in favour of `GildaUtils.split_on_dashes_or_space`, as the latter improves efficiency in Kazu.
`GildaUtils.replace_dashes` will continue to work until kazu 1.6, but using it will produce a `DeprecationWarning`.
Please [open a GitHub issue](https://github.com/AstraZeneca/KAZU/issues/new) if you wish this to remain.


## 1.4.0 - 2023-12-01


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

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/+ded.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_changelog.d/+deprecate-replace-dashes.removal.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/+dropmappings.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/+gilda.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/+prefnearest.feature.rst

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.4.0"
__version__ = "1.5.0"

0 comments on commit ccf0bdb

Please sign in to comment.