Skip to content

Commit

Permalink
chore(main): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 27, 2024
1 parent 3f055ac commit 0dfb7e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.5.0](https://github.com/CAST-genomics/haptools/compare/v0.4.2...v0.5.0) (2024-08-27)


### Features

* 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))

## [0.4.2](https://github.com/CAST-genomics/haptools/compare/v0.4.1...v0.4.2) (2024-06-14)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0dfb7e0

Please sign in to comment.