Skip to content

Commit

Permalink
release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Mar 9, 2019
1 parent c343d1d commit 7f65e72
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ Compression based
distance <https://en.wikipedia.org/wiki/Normalized_compression_distance#Normalized_compression_distance>`__
with different compression algorithms.

Classic compression algorithms:

+---------------------------------------------------------------------------------+-----------------+------------------+
| Algorithm | Class | Function |
+=================================================================================+=================+==================+
Expand All @@ -101,6 +103,16 @@ with different compression algorithms.
| `BWT RLE <https://en.wikipedia.org/wiki/Burrows%E2%80%93Wheeler_transform>`__ | ``BWTRLENCD`` | ``bwtrle_ncd`` |
+---------------------------------------------------------------------------------+-----------------+------------------+

Normal compression algorithms:

+----------------------------------------------------------------------------+------------------+-------------------+
| Algorithm | Class | Function |
+============================================================================+==================+===================+
| Square Root | ``SqrtNCD`` | ``sqrt_ncd`` |
+----------------------------------------------------------------------------+------------------+-------------------+
| `Entropy <https://en.wikipedia.org/wiki/Entropy_(information_theory)>`__ | ``EntropyNCD`` | ``entropy_ncd`` |
+----------------------------------------------------------------------------+------------------+-------------------+

Work in progress algorithms that compare two strings as array of bits:

+-------------------------------------------------+---------------+----------------+
Expand All @@ -113,6 +125,9 @@ Work in progress algorithms that compare two strings as array of bits:
| `ZLib <https://en.wikipedia.org/wiki/Zlib>`__ | ``ZLIBNCD`` | ``zlib_ncd`` |
+-------------------------------------------------+---------------+----------------+

See `blog post <https://articles.life4web.ru/eng/ncd/>`__ for more
details about NCD.

Phonetic
~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

setup(
name='textdistance',
version='4.0.0',
version='4.1.0',

author='orsinium',
author_email='[email protected]',
Expand Down

0 comments on commit 7f65e72

Please sign in to comment.