Skip to content

Changelog

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

The format is based on Keep a Changelog.

Click here to see the unreleased changes.

1.2.0 - 2024-02-29

Added

  • Build seiri as a module with hachling and added it to the package (#1)
  • Add coverage badge #2
  • Add mkdocs to the project and deploy it to github pages (#2)

Changed

  • Coverage results are now deployed to codacy instead of github-pages (#1) and can be found here

1.0.0 - 2024-02-26

Added

  • Seiri is an automation tool for handling csv<->xlsx transforms and validating against a specific set of rules
  • It is made to be cross-platform package instead of a script for better adoption to GUI
  • Tests were added under tests/ and it uses pytest which check the package against given csv and xlsx files to check if they are working as intended
  • Coverage results are deployed at every push to static page and can be checked in here