Releases: l6a/hallmark
Releases · l6a/hallmark
v0.1.1
Additions and Deletions
- Introduced the implementation of a customizable .yaml file that allow the users to have higher control of working directory structure.
- Allows users to specify regex substitution to handle unusual format strings.
- Allows users to handle multiple format strings at once.
- Allows users to customize the location of the .yaml file as a property of the
ParaFrame.
- Implemented an independent
ParaFrame.glob_searchfunctionality.- Allows users to store desired files using the format string without the creation of a
ParaFrame.
- Allows users to store desired files using the format string without the creation of a
Hallmark v0.1.0
This initial pre-release introduces a fully functional and tested implementation of hallmark.Paraframe.
It provides tooling to convert tree-structured datasets on a POSIX file system into pandas DataFrames, enabling convenient inspection, filtering, and analysis.
This version is fully compatible with the EHT theory data-processing pipeline.