Skip to content

Releases: malariagen/malariagen-data-python

v0.10.0

10 Sep 11:23
4653c05
Compare
Choose a tag to compare

Highlights

  • Adds ag3.sample_cohorts()

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

29 Jul 16:56
149398a
Compare
Choose a tag to compare

Highlights

  • Ag3: Add haplotypes() and supporting functions open_haplotypes() and open_haplotype_sites().

What's Changed

  • Reverse expected/actual in tests by @cclarkson in #53
  • Raise error if zero samples selected for allele frequency calculations by @cclarkson in #52
  • Add Ag3.haplotypes() implementation and tests by @alimanfoo in #54

Full Changelog: v0.8.0...v0.9.0

v0.8.0

31 Jan 16:14
Compare
Choose a tag to compare

Highlights

  • Ag3: Add site filter columns to dataframes returned by snp_effects() and snp_allele_frequencies().

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

31 Jan 16:15
Compare
Choose a tag to compare

Highlights

  • Ag3: Rename parameter "populations" to "cohorts" to be consistent with sgkit terminology.

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

31 Jan 16:16
Compare
Choose a tag to compare

Highlights

  • Ag3: Add gene_cnv() and gene_cnv_frequencies().
  • Ag3: Improvements and maintenance to snp_effects() and snp_allele_frequencies().

What's Changed

  • Maintenance on SNP effects and allele frequencies functions by @alimanfoo in #45
  • Add methods for computing copy number variation by gene by @alimanfoo in #38

Full Changelog: v0.5.0...v0.6.0

v0.5.0

31 Jan 16:16
44bb5ab
Compare
Choose a tag to compare

Highlights

  • Ag3: Add snp_allele_frequencies().

  • Ag3: Add snp_effects().

  • Ag3: Add cnv_hmm(), cnv_coverage_calls() and
    cnv_discordant_read_calls().

  • Speed up test suite via caching.

  • Add configuration for pre-commit hooks.

What's Changed

Full Changelog: v0.4.3...v0.5.0

v0.4.0

31 Jan 16:17
Compare
Choose a tag to compare

Highlights

  • Ag3: Make public the open_genome(), open_snp_sites(), open_site_filters() and open_snp_genotypes() methods.

  • Ag3: Add the cross_metadata() method.

  • Ag3: Add site_annotations() and open_site_annotations() methods.

  • Ag3: Add the snp_calls() method.

  • Improve unit tests.

  • Improve memory usage.

What's Changed

Full Changelog: https://github.com/malariagen/malariagen-data-python/commits/v0.4.0