From 085d1b5f2abd70837326d40d6911e461f5213e62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:06:14 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1119b87..7e565b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.5.0](https://github.com/CAST-genomics/haptools/compare/v0.4.2...v0.5.0) (2024-10-14) + + +### Features + +* a new `Haplotypes.merge()` method ([#256](https://github.com/CAST-genomics/haptools/issues/256)) ([cf4ccb2](https://github.com/CAST-genomics/haptools/commit/cf4ccb2822d6b1fd42ca1208ad8c78a32fa107e1)) +* support for Apple M1 silicon ([#255](https://github.com/CAST-genomics/haptools/issues/255)) ([3f055ac](https://github.com/CAST-genomics/haptools/commit/3f055acdb6f4effc58fde6dcff993654dbf73985)) +* support for numpy 2.0 ([#250](https://github.com/CAST-genomics/haptools/issues/250)) ([69192d0](https://github.com/CAST-genomics/haptools/commit/69192d0a5fc7dcd5ca15260b4505306ff742bf1b)) + + +### Bug Fixes + +* issue warnings instead of errors when trying to check the header of hap files and issue error when output of transform is not provided to simphenotype ([#254](https://github.com/CAST-genomics/haptools/issues/254)) ([0226653](https://github.com/CAST-genomics/haptools/commit/02266539cb5d242497658e9fffec3aa7139fe8ee)) +* load an empty array if there are no variants in `GenotypesVCF.read` ([#257](https://github.com/CAST-genomics/haptools/issues/257)) ([9eedc3a](https://github.com/CAST-genomics/haptools/commit/9eedc3afca202c0dd83bcce9cef34f339df83118)) + ## [0.4.2](https://github.com/CAST-genomics/haptools/compare/v0.4.1...v0.4.2) (2024-06-14) diff --git a/pyproject.toml b/pyproject.toml index 3f2f0fc6..2d5f6ef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "haptools" -version = "0.4.2" +version = "0.5.0" description = "Ancestry and haplotype aware simulation of genotypes and phenotypes for complex trait analysis" authors = ["Arya Massarat", "Michael Lamkin"] license = "MIT"