Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 594 Bytes

CHANGES.md

File metadata and controls

22 lines (15 loc) · 594 Bytes

Changes

1.0.7 (31-10-2020)

  • Rebuild, add CI for Python 3.8 and 3.9 and drop for 3.4

1.0.6 (27-08-2019)

  • Changed method of computing maximum possible distance between the two objects.

1.0.5 (26-08-2019)

  • Fixed overflow for 'similarity' and other weights bugs.

1.0.3 (03-08-2019)

  • Changed type of variables used for iteration to 'size_t'.

1.0.2 (03-07-2019)

  • Changes in 'README.md'.

1.0.1 (03-07-2019)

  • Removing 'pathlib' import from 'setup.py' so the package can be installed on Python 2.7 and 3.4.

1.0.0 (03-07-2019)

  • Initial release.