Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Sep 27, 2023
1 parent d2d9099 commit df78a58
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## Lingua 1.3.3 (released on 27 Sep 2023)

### Improvements

- Processing the language models now performs a little faster by performing binary
search on the language model NumPy arrays.

### Bug Fixes

- Several bugs in multiple languages detection have been fixed that caused
incomplete results to be returned in several cases. (#143, #154)

- A significant amount of Kazakh texts were incorrectly classified as Mongolian.
This has been fixed. (#160)

### Miscellaneous

- A new section on [performance tips](https://github.com/pemistahl/lingua-py#10-performance-tips)
has been added to the README.

- All dependencies have been updated to their latest versions.

## Lingua 1.3.2 (released on 29 Jan 2023)

### Improvements
Expand Down

0 comments on commit df78a58

Please sign in to comment.