Skip to content

v0.2.0

Latest

Choose a tag to compare

@mchalela mchalela released this 09 Nov 17:59
· 6 commits to master since this release

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.
  • GriSPy inherits from Grid 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.