We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ed078 commit 0bfe7bdCopy full SHA for 0bfe7bd
ABXpy/__init__.py
@@ -52,4 +52,4 @@
52
53
"""
54
55
-version = "0.4.2"
+version = "0.4.3"
CHANGELOG.rst
@@ -2,6 +2,20 @@
2
ChangeLog
3
=========
4
5
+ABXpy-0.4.3
6
+===========
7
+
8
+* no more compatibility with **python2** (and removed dependency to future/past).
9
10
+* new feature: add *editdistance* as available distance.
11
12
+* bugfix with python-3.8 and *ast.Module*.
13
14
+* fixed a lot of deprecation warnings.
15
16
+* documentation moved to https://coml.lscp.ens.fr/docs/abx
17
18
19
ABXpy-0.4.2
20
===========
21
0 commit comments