Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 994 Bytes

CHANGELOG.md

File metadata and controls

47 lines (29 loc) · 994 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

About changelog here

Please add a new candidate release at the top after changing the latest one. Feel free to copy paste from the "squash and commit" box that gets generated when creating PRs

Try to use the follwing format:

[x.x.x]

Added

Changed

Fixed

[3.0.0]

Added

  • New tests for loading data from the CLI

Changed

  • Removes support for parsing old MIP analysis files. This logic has nothing to do with the genotype package

[2.5.2]

Changed

  • Moves CLI functions to same module

[2.5.1]

Changed

  • Use mkdocs for publishing documentation

[2.5.0]

Added

  • Adds this CHANGELOG
  • Adds checks with sonarcloud and codefactor
  • Automatic publish to pypi on new tags

Changed

  • Use github actions for tests, linting and coverage
  • Removes travis