Skip to content

Commit

Permalink
split canonicalize into separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Feb 12, 2015
1 parent b189c12 commit e6c4867
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 89 deletions.
1 change: 0 additions & 1 deletion dedupe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
'predicates',
'crossvalidation',
'distance',
'centroid'
]

#from distance import affinegap
Expand Down
1 change: 0 additions & 1 deletion dedupe/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import dedupe.blocking as blocking
import dedupe.clustering as clustering
from dedupe.datamodel import DataModel
import dedupe.centroid as centroid

logger = logging.getLogger(__name__)

Expand Down
60 changes: 0 additions & 60 deletions dedupe/centroid.py

This file was deleted.

2 changes: 1 addition & 1 deletion dedupe/convenience.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import itertools
import random
from dedupe.core import randomPairs
from centroid import getCanonicalRep
from canonicalize.centroid import getCanonicalRep

def consoleLabel(deduper): # pragma : no cover
'''
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'categorical-distance',
'rlr',
'affinegap',
'canonicalize',
'haversine',
'BTrees==4.0.8',
'zope.interface',
Expand Down
26 changes: 0 additions & 26 deletions tests/test_canonical.py

This file was deleted.

0 comments on commit e6c4867

Please sign in to comment.