There is a newer version of the record available.

Published August 16, 2024 | Version 0.1.18
Software Open

cumbof/hdlib: hdlib v0.1.15

Authors/Creators

Description

hdlib v0.1.18

Add:

  • The space dictionary as part of a Space object is now an OrderedDict, making Space objects iterable over their set of vectors;
  • Python examples under the examples folder are now available as part of the hdlib package.

Fix:

  • Fix dumping and loading Vector and Space objects to and from pickle files;
  • space.Space.bulk_insert function now checks whether the names of the input vectors are instances of bool, int, float, str, and None before creating and inserting vectors into the space;
  • Distance thresholds in space.Space.find and space.Space.find_all are now set to numpy.Inf by default.

Notes

If you use this software, please cite it as below.

Files

cumbof/hdlib-0.1.18.zip

Files (94.3 kB)

Name Size Download all
md5:f25516290a180136b8ee0d35cbe05e00
94.3 kB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/cumbof/hdlib/tree/0.1.18 (URL)