Skip to content

Commit

Permalink
prepare version 0.3.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar authored Jun 18, 2024
1 parent 1aa0c67 commit 0d673d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
History
=======

0.3.0
-----

* Modernized setup, dropped support for Python 3.6 & 3.7
* Simplified inference code
* Support for Numpy 2.0


0.2.2
-----
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Execution speed has been improved and the code base has been optimized for Pytho

For implementation details see this blog post: `How to make language detection with langid.py faster <https://adrien.barbaresi.eu/blog/language-detection-langid-py-faster.html>`_.

For more information and older Python versions see `changelog <https://github.com/adbar/py3langid/blob/master/HISTORY.rst>`_.


Usage
-----
Expand Down Expand Up @@ -97,7 +99,6 @@ On the command-line
('it', 0.97038305)
Legacy documentation
--------------------

Expand Down
2 changes: 1 addition & 1 deletion py3langid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .langid import classify, rank, set_languages

__version__ = '0.2.2'
__version__ = '0.3.0'

0 comments on commit 0d673d7

Please sign in to comment.