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
Spaceobject is now anOrderedDict, makingSpaceobjects iterable over their set of vectors; - Python examples under the
examplesfolder are now available as part of thehdlibpackage.
Fix:
- Fix dumping and loading
VectorandSpaceobjects to and from pickle files; space.Space.bulk_insertfunction now checks whether the names of the input vectors are instances ofbool,int,float,str, andNonebefore creating and inserting vectors into the space;- Distance thresholds in
space.Space.findandspace.Space.find_allare now set tonumpy.Infby default.
Notes
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)