Skip to content

Releases: l6a/hallmark

v0.1.1

18 Mar 17:31
6cbff76

Choose a tag to compare

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_search functionality.
    • Allows users to store desired files using the format string without the creation of a ParaFrame.

Hallmark v0.1.0

26 Nov 04:18
bb96ffb

Choose a tag to compare

Hallmark v0.1.0 Pre-release
Pre-release

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.