Skip to content

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.

0.2.4 - 2023-12-21

Compare with 0.2.4

Features

  • add variantplaner logo.
  • add method to compute partition value of id.

Bug Fixes

  • fix: #41 vcf spec indicate Integer must be store in 32bits.
  • update to polars 0.20.

0.2.3 - 2023-11-21

Compare with 0.2.2

Features:

  • Use ruff format in place of black
  • Minimal polars version is 0.19.15
  • SV cannot have small variant id
  • Type of id is include in part of id (all long variant are store in same place)

Fix:

  • Usage intgerate chromosome2length option

0.2.2 - 2023-10-19

Compare with first 0.2.0

Fix:

  • Correct typo in readme
  • Correct change in variantplaner_rs/Cargo.lock

0.2.1 - 2023-10-09

Compare with first 0.2.0

Fix:

  • Hot fix some lazy trouble

0.2.0 - 2023-10-02

Compare with first 0.1.0

Features:

  • Replace hash variant id by a uniq variant id
  • Improve variant transmission system to support genome with ploidie lower than 92
  • Genotype partitioning now use position part of unique id to get more local request

Fixes:

  • Documentation fix
  • Test coverage improvement

0.1.0 - 2023-07-25

Compare with first commit