Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Oct 31, 2024
1 parent 4502548 commit 079f0ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
- V 1.5.7.1:
- Fixed a bug in the .janno reading triggered by trailing `à` characters and caused by premature whitespace trimming.
- Removed the hacky `removeNoBreakSpace` function from the .janno reading pipeline. It is not necessary any more.
- Added a golden test that ensures both changes perform as expected.
- V 1.5.7.0:
- Added support for VCF files (Variant Call Format) in Janno-packages.
- restructured test package structure, affecting some of the unit- and golden tests.
- Restructured test package structure, affecting some of the unit- and golden tests.
- V 1.5.6.0:
- Introduced individual `Janno...` types for every .janno column (except Poseidon_ID) in a new module `ColumnTypes`. This was done to improve .janno validation error messages.
- Defined a typeclass `Makeable` with a function `make` to write smart constructors for the column types.
Expand Down
2 changes: 1 addition & 1 deletion poseidon-hs.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: poseidon-hs
version: 1.5.7.0
version: 1.5.7.1
synopsis: A package with tools for working with Poseidon genotype data
description: The tools in this package read and analyse Poseidon-formatted genotype databases, a modular system for storing genotype data from thousands of individuals.
license: MIT
Expand Down

0 comments on commit 079f0ea

Please sign in to comment.