Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 4.25 KB

CHANGELOG.md

File metadata and controls

72 lines (55 loc) · 4.25 KB

Changelog

v1.3.0 (2022-12-15)

Feature

  • Support RobotFramework xUnit files (cf3d58a)

Documentation

v1.2.3 (2022-10-10)

Fix

v1.2.2 (2022-10-10)

Fix

  • Remove deprecated pandas method (2897cad)

Documentation

  • Improve README.md (35c9154)
  • Mention that also available from Pypi (705447c)

v1.2.1 (2021-10-20)

Fix

  • Not correct logging for heatmap (94cc26b)

v1.2.0 (2021-10-18)

Feature

  • Use only ewm for flip rate calculations (b44b19e)

v1.1.0 (2021-10-18)

Feature

  • Drop Python 3.6 support (a2767bf)

Documentation

  • Added reference to the paper and acknowledgement section to README.md (73bf525)
  • Update readme (4d76fd8)

v1.0.3 (2021-09-29)

Fix

  • Retrieve setup.py version from init.py (8d1a998)

v1.0.2 (2021-09-28)

Fix

  • Increase version number (e80eebe)

v1.0.1 (2021-09-28)

Fix

  • Change setup.py author list (c86ed0e)

v1.0.0 (2021-09-28)

Feature

Fix

  • Fix makefile publish (109b753)
  • Fix dockerfile (4f2e516)
  • Fix dockerfile (488d94d)
  • Fix docker entrypoint (5bf5759)
  • Copy all necessary files for docker (2a1e772)
  • Add setup.py to dockerfile (62ccfe3)
  • Fix dockerfile paths and files (3bfc067)
  • test.yml: Fix package dependency (b0f37f3)
  • Makefile: Fix typo in makefile (f82ed61)
  • Makefile: Fix path to semantic-release (64627f5)

Breaking

  • folder structure has changed. (190ca0a)

Documentation