Skip to content

Commit

Permalink
chore(main): release 0.4.1 (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 14, 2024
1 parent 7f646b2 commit c88c9ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.1](https://github.com/CAST-genomics/haptools/compare/v0.4.0...v0.4.1) (2024-06-13)


### Bug Fixes

* disable numpy 2.0 since our dependencies don't yet work with it ([#246](https://github.com/CAST-genomics/haptools/issues/246)) ([7f646b2](https://github.com/CAST-genomics/haptools/commit/7f646b2e193cbfe27b8bed07f3d10976a53b0d50))


### Documentation

* move google drive images to github ([#240](https://github.com/CAST-genomics/haptools/issues/240)) ([e8b60c0](https://github.com/CAST-genomics/haptools/commit/e8b60c0a759a4fc4f03b610fb74dbae69eca2e2d))

## [0.4.0](https://github.com/CAST-genomics/haptools/compare/v0.3.0...v0.4.0) (2024-01-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.0"
version = "0.4.1"
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 c88c9ad

Please sign in to comment.