File tree Expand file tree Collapse file tree 4 files changed +21
-29
lines changed
Expand file tree Collapse file tree 4 files changed +21
-29
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ ## 0.8.0 (2023-09-27)
4+
5+ - Allow more flexible char substitutes by [ @bt2901 ] ( https://github.com/bt2901 )
6+ - minimal Python version changed to 3.8 by [ @insolor ] ( https://github.com/insolor )
7+ - setup.py building changed to poetry by [ @insolor ] ( https://github.com/insolor )
8+
39## 0.7.2 (2015-04-18)
410
5- - minor speedup;
6- - bitbucket mirror is no longer maintained.
11+ - minor speedup;
12+ - bitbucket mirror is no longer maintained.
713
814## 0.7.1 (2014-06-05)
915
10- - Switch to setuptools;
11- - upload wheel tp pypi;
12- - check Python 3.4 compatibility.
16+ - Switch to setuptools;
17+ - upload wheel to pypi;
18+ - check Python 3.4 compatibility.
1319
1420## 0.7 (2013-10-13)
1521
@@ -18,7 +24,7 @@ IntDAWG and IntCompletionDAWG are implemented.
1824## 0.6 (2013-03-23)
1925
2026Use less shared state internally. This should fix thread-safety bugs and
21- make iterkeys/iteritems reenterant .
27+ make iterkeys/iteritems reentrant .
2228
2329## 0.5.1 (2013-03-01)
2430
@@ -41,7 +47,7 @@ Bug with empty DAWGs is fixed.
4147
4248## 0.3 (2012-09-26)
4349
44- - ` iterkeys ` and ` iteritems ` methods.
50+ - ` iterkeys ` and ` iteritems ` methods.
4551
4652## 0.2 (2012-09-24)
4753
Original file line number Diff line number Diff line change 1- # DAWG -Python
1+ # DAWG2 -Python
22
33[ ![ Python tests] ( https://github.com/pymorphy2-fork/DAWG-Python/actions/workflows/python-tests.yml/badge.svg )] ( https://github.com/pymorphy2-fork/DAWG-Python/actions/workflows/python-tests.yml )
44[ ![ Coverage Status] ( https://coveralls.io/repos/github/pymorphy2-fork/DAWG-Python/badge.svg?branch=master )] ( https://coveralls.io/github/pymorphy2-fork/DAWG-Python?branch=master )
@@ -17,11 +17,11 @@ benchmarks).
1717# Installation
1818
1919``` commandline
20- pip install DAWG -Python
20+ pip install DAWG2 -Python
2121```
2222# Usage
2323
24- The aim of DAWG -Python is to be API- and binary-compatible with
24+ The aim of DAWG2 -Python is to be API- and binary-compatible with
2525[ DAWG] [ 2 ] when it is possible.
2626
2727First, you have to create a dawg using
@@ -129,7 +129,9 @@ CPython).
129129
130130## Authors & Contributors
131131
132- - Mikhail Korobov
\< < [email protected] > \> 132+ - Mikhail Korobov
\< [email protected] \> 133+ - [ @bt2901 ] ( https://github.com/bt2901 )
134+ - [ @insolor ] ( https://github.com/insolor )
133135
134136The algorithms are from [ dawgdic] [ 1 ]
135137C++ library by Susumu Yata & contributors.
@@ -139,7 +141,5 @@ C++ library by Susumu Yata & contributors.
139141This package is licensed under MIT License.
140142
141143[ 1 ] : https://code.google.com/p/dawgdic/
142-
143144[ 2 ] : https://github.com/pymorphy2-fork/DAWG
144-
145145[ 3 ] : https://docs.pytest.org/en/7.4.x/getting-started.html
Original file line number Diff line number Diff line change 11[tool .poetry ]
2- name = " DAWG -Python"
3- version = " 0.7.2 "
2+ name = " DAWG2 -Python"
3+ version = " 0.8.0 "
44description = " Pure-python reader for DAWGs (DAFSAs) created by dawgdic C++ library or DAWG Python extension."
55authors = [
" Mikhail Korobov <[email protected] >" ]
66license = " MIT"
@@ -11,7 +11,6 @@ classifiers = [
1111 " Intended Audience :: Developers" ,
1212 " Intended Audience :: Science/Research" ,
1313 " License :: OSI Approved :: MIT License" ,
14- " Programming Language :: Cython" ,
1514 " Programming Language :: Python" ,
1615 " Programming Language :: Python :: Implementation :: CPython" ,
1716 " Programming Language :: Python :: Implementation :: PyPy" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments