hdlib v0.1.4
hdlib v0.1.4
Add:
- Add
parser
module with utility functions for dealing with input datasets; - Check if the input pickle file exists before initializing
Vector
andSpace
objects withfrom_file
; - Report
Vector
andSpace
objects information when callingprint
; - Add
examples/chopin2.py
: reimplementation of the chopin2 ML model withhdlib
.
Fix:
- Tags are maintained as sets when applying arithmetic operators.