Release Notes
GriSPy v0.2 includes some new features and bug fixes.
New features:
There are now two relevant classes: Grid and GriSPy. GriSPy inherits from Grid. The idea is to separate the grid building step from the querying step.
-
Gridbuilds the grid by indexing a set of k-dimensional points. New methods and properties are added to his class to provide more flexible functionality.- Properties:
dim,edges,epsilon,ndata,shape,size,cell_width. - Methods:
contains,cell_digits,cell_id,cell_digits2id,cell_id2digits,cell_walls,cell_centre,cell_count,cell_points.
- Properties:
-
GriSPyinherits fromGridand implements the querying methods. -
toolspackage provided to benchmark different grispy implementations. This package is not distributed with grispy.
Fixes
- #19: Shell distance condition symbols are ok now.