Skip to content

v0.2.0

Compare
Choose a tag to compare
@local-minimum local-minimum released this 20 May 12:58
· 47 commits to master since this release
e39b988

Key features

  • Use -aws send data to AWS instead of writing to disk
  • -project replaces -output but behaves similarly
  • Timeseries data not split per input-file

Changelog

  • Sending CSV to AWS (#96)
    Timeseries data is sent to AWS in CSV format
  • Static compilation and CI consistency (#99)
    CI system uses the makefile exactly as the developers. Reverted back to static linking of the 12-bit jpeg library.
  • Linting, CI and Makefile (#94)
    CI ensures linting. Added script to compile jpeg-library with 12bits color depth.
  • Generalize CSV writing (#95)
    This is just a refactoring of timeseries csv:s to have a common interface ready for AWS writing. It also declutters the callback-function a lot.
  • Images + JSON to AWS S3 (#88)
    Introduces the -aws flag that sends images + jsons to AWS rather than disk and -description which uploads a single file to aws to follow the others. Also renames -output to -project to better describe both the disk and aws behaviour.
  • Buffered channels (#89)
    Performance fix, reduces waiting time for synchronization.
  • New names in AEZ (#84)
    Only renaming of files in aez for clarity
  • Image files contains rac file name in name (#87)
    Changes naming convention from 12141242141.png to MyRacFile_12141242141.png (issue #86)