Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 475 Bytes

0.1.md

File metadata and controls

17 lines (17 loc) · 475 Bytes

1. New structure.

Old:

from neulab.discover import euclidean_distance

New:

from neulab.Vector.discover import euclidean_distance

or:

from neulab.Dataframe.discover import euclidean_matrix

2. Added ability to work with Dataframe

Added new cluster Dataframe with different methods (more features will be added later).

3. Refactor

The code has undergone significant changes so please read manual how to use new version.