Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.6.0 #269

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-23)


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


2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[project]
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 = [
{name = "Arya Massarat"},