Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@kenfar kenfar released this 20 May 03:21
· 66 commits to master since this release
939423f

V0.2.1 - 2021-04

  • Improvement: the field-names from headers can now be used instead of column offsets
    for gristle_sorter, gristle_freaker, gristle_profiler, and gristle_slicer.
  • Improvement: The use of the header now follows four simple rules:
    • It can be referred to as row 0 when it makes sense - like with gristle_slicer
      & gristle_viewer.
    • It will be passed through when it makes sense - like with gristle_sorter.
    • It will be used to translate field names to offsets for configuration.
    • But will otherwise be ignored.
  • Bug Fix: gristle_freaker was failing with 0-length files when using col-type=each
  • Bug Fix: gristle_sorter was failing with some multi-directional sorts

Installation can be done through either pypi or building from source: