Skip to content

Commit

Permalink
chore(main): release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 7, 2025
1 parent 5ae546d commit b334fbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.6.0](https://github.com/CAST-genomics/haptools/compare/v0.5.0...v0.6.0) (2025-02-07)


### Features

* add `--chunk-size` parameter to `simgenotype` and fix RuntimeError when reference coordinates extend past the final map file coordinate ([#268](https://github.com/CAST-genomics/haptools/issues/268)) ([4c22846](https://github.com/CAST-genomics/haptools/commit/4c22846a82101f27ab7646f58c6cdaaccff882fe))
* use chunking when reading from PGENs in `simgenotype` ([#270](https://github.com/CAST-genomics/haptools/issues/270)) ([5ae546d](https://github.com/CAST-genomics/haptools/commit/5ae546dc52364d0c96984a592dc67b8fa9e47d47))

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


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.5.0"
version = "0.6.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 b334fbc

Please sign in to comment.