Skip to content

Commit

Permalink
Merge pull request #73 from AstraZeneca/releases/v2.2.0
Browse files Browse the repository at this point in the history
version bump minor: 2.1.1 -> v2.2.0
  • Loading branch information
paluchasz authored Sep 18, 2024
2 parents 8106c0a + 2532afb commit dcf6eaa
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- towncrier release notes start -->

## 2.2.0 - 2024-09-18

### Features

- New LLMNERStep, for performing NER with LLMs

### Bugfixes

- Fix bug with Chromosome X being converted to Chromosome 10 raised in #42 (chromosomeX)
- Fix pip install command in docs raised in #56 (docs_pip_command)
- Added new multiword AutoCurationAction, and adjusted some curations as per #58.


## 2.1.1 - 2024-07-08


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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/chromosomeX.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/docs_pip_command.bugfix.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__ = "2.1.1"
__version__ = "2.2.0"

0 comments on commit dcf6eaa

Please sign in to comment.