Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 14:23
· 276 commits to main since this release

What's Changed

Breaking Changes

Bug fixes

  • Account for missingness in int64 to int32 VCF type conversion by @mike-w-wilson in #668
  • Fix generic_field_check in validity_checks.py print of failed checks by @jkgoodrich in #693

New Features

  • Add RSEM summary function by @jkgoodrich in #647
  • Function to get expression proportion by @KoalaQin in #649
  • Add GTEx import resources by @KoalaQin in #646
  • Add function agg_by_strata, which is a generalized version of the compute_freq_by_strata by @jkgoodrich in #659
  • Clean up compute_coverage_stats, change it to use agg_by_strata and have an optional group_membership_ht parameter by @jkgoodrich in #660
  • Add densify_all_reference_sites to perform a densify at all sites in a reference HT by @jkgoodrich in #661
  • Add compute_stats_per_ref_site to generalize computation of aggregate stats at all sites in a reference Table by @jkgoodrich in #662
  • Functions to process, filter, annotate and aggregate variants by transcript expression (get the pext scores per variant) by @KoalaQin in #651
  • Add gnomAD all sites allele number resource by @jkgoodrich in #669
  • Add read_args parameter to the read functions of Resource Classes by @jkgoodrich in #672
  • Add get_is_haploid_expr, get_dp_gq_adj_expr, get_adj_het_ab_expr, and some helpful parameters to agg_by_strata and compute_stats_per_ref_site by @jkgoodrich in #673
  • Add sex_karyotype_field as an argument to compute_stats_per_ref_site to include sex ploidy adjustment after densify by @jkgoodrich in #677
  • Add function for adding gencode annotation by @klaricch in #681
  • Update vcf.py to work on joint freq release Table by @KoalaQin in #688
  • Change get_downsampling_freq_indices and downsampling_counts_expr to support both 'pop' and 'gen_anc' keys in metadata by @jkgoodrich in #633

Other Changes

Full Changelog: v0.7.1...v0.8.0