psboard-qaqc-postprocess/CHANGELOG.md
Wataru Otsubo 46487320b0 update: accept abnormal resistance as valid row in check-db
- this commits includes 2 other implementations
  - 1st one with custom type with `impl Read` for Lazy evaluation
    - this somehow ended up in infinite loop
  - 2nd one which collects lines without skipped lines first
    - this works
- the current implementations has another File and catches invalid row
  and check the line later
2024-07-25 13:36:20 +09:00

755 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Fixed

  • update test for retest field

Added

  • updated check-db for abnormal resistance
  • Docs (for japanese)

1.0.0 - 2024-07-25

Added

  • Subcommand add-master-log to parse master log for shiftwork 0.1.0 and write out to CSV.
  • Subcommand check-db to validate the database CSV file.