From 0d019f049f23f49a71d622fb130c0619d3a3b787 Mon Sep 17 00:00:00 2001 From: Stephan Schiffels Date: Tue, 5 Dec 2023 09:53:39 +0100 Subject: [PATCH] bumped version, added Changelog --- CHANGELOG.md | 2 ++ poseidon-hs.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf95e9a1..ab9756ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +- V 1.4.1.0: + - Added new tool `trident jannocoalesce`, which merges information from a source janno file to a target janno file, see `trident jannocoalesce --help` for details. - V 1.4.0.3: - Fixed a severe performance leak in code around `resolveEntityIndices`, which was called in various functions and wastefully recomputed `isLatestInCollection` way too often. This affected simple commands, like fetching a few packages from the server, forging, and has effects also in xerxes. - Bumped to a newer Compiler (GHC 9.4.7) and new Stackage Snapshot (LTS-21.17) diff --git a/poseidon-hs.cabal b/poseidon-hs.cabal index b1cde946..cab929fd 100644 --- a/poseidon-hs.cabal +++ b/poseidon-hs.cabal @@ -1,5 +1,5 @@ name: poseidon-hs -version: 1.4.0.3 +version: 1.4.1.0 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