Skip to content

Commit 0bfe7bd

Browse files
committed
release ABXpy-0.4.3
1 parent 63ed078 commit 0bfe7bd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ABXpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
5353
"""
5454

55-
version = "0.4.2"
55+
version = "0.4.3"

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
ChangeLog
33
=========
44

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+
519
ABXpy-0.4.2
620
===========
721

0 commit comments

Comments
 (0)