This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.9.2 internally updates many functionalities related to code reduction, testing, and performance. - All DataInterfaces now infer their source_schema from properly annotated __init__ - Fixes to the SortingInterface metadata handling to remove references to 'data' field. These should be set as unit properties or features to the extractor during __init__, and metadata["UnitProperties"] = [dict(name=property_name, description=...)] for the custom column metainfo for each property. - Some fixes to arguments to BlackRockInterface
- Loading branch information