Mercurial > hg > GlobalNeighbors
log globalneighbors/distance.py @ 18:87ae70245201
age | author | description |
---|---|---|
Sun, 25 Jun 2017 14:29:18 -0700 | Jeff Hammel | fix broken tests including an aggregious case where we add ourselves as a neighbor to ourself |
Sun, 25 Jun 2017 11:37:52 -0700 | Jeff Hammel | use bisect function; it has been tested faster |
Sun, 25 Jun 2017 11:21:28 -0700 | Jeff Hammel | insert via BST |
Sun, 25 Jun 2017 09:13:48 -0700 | Jeff Hammel | partial implementation of autocomplete using jqueryui; easyautocomplete.com may be more what we want |
Sat, 24 Jun 2017 15:47:59 -0700 | Jeff Hammel | move to jinja templates |
Sat, 24 Jun 2017 15:16:10 -0700 | Jeff Hammel | test a larger grid + move distance insertion to its own function |
Sat, 24 Jun 2017 14:48:31 -0700 | Jeff Hammel | improved test coverage |