radiation-tagger/CHANGELOG.md
2020-03-05 13:35:11 +01:00

760 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]

  • uses pyexiv2 which is also able to tag various camera raw formats, e. g. CR2
  • removed unnecessary datetime object creation as pyexiv2 can output datetime objects

[0.2] - ??????

Added

[0.1] - 2020-02-02

First prototype using piexif

Added

  • argument parsing enabled
  • parametrized factor to calculate Sieverts
  • parametrized output dir
  • usage of os.path to be os-aware
  • output in a tablish manner

Modified

  • exchanged selfmade CSV parser by python's core CSV library