0.7.1
guillaume-chevalier
released this
22 Jul 03:52
·
148 commits
to master
since this release
Minor version release that allows for usage of SQLAlchemy ORM for hyperparameter repositories:
- Recursive tree table that joins on itself to load the vanilla data classes in depth.
- To represent the nodes, SQL polymorphism is used by joining on other tables.
- Abstract databases can use many technologies (e.g.: open to be implemented in SQLite, PostgreSQL, MySQL, and more).
- Some utility functions were added to dataclasses, such as ".tree()".