Skip to content

hdlib v0.1.4

Compare
Choose a tag to compare
@cumbof cumbof released this 01 Jun 20:33
· 129 commits to main since this release

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 and Space objects with from_file;
  • Report Vector and Spaceobjects information when calling print;
  • Add examples/chopin2.py: reimplementation of the chopin2 ML model with hdlib.

Fix:

  • Tags are maintained as sets when applying arithmetic operators.