Releases: mchalela/GriSPy
Releases · mchalela/GriSPy
v0.2.0
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.
-
Grid
builds 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:
-
GriSPy
inherits fromGrid
and implements the querying methods. -
tools
package provided to benchmark different grispy implementations. This package is not distributed with grispy.
Fixes
- #19: Shell distance condition symbols are ok now.
v0.1.0
Release Notes
GriSPy v0.1.0 includes some relevant fixes.