Skip to content

Releases: bystrogenomics/bystro

2.0.0-beta11

15 May 19:22
17a10e6
Compare
Choose a tag to compare

What's Changed

  • Optimal singular value shrinkage for operator norm by @IlhaH in #492
  • [infrastructure] make canopy direct dependency until SomaLogic makes pypi package by @akotlar in #499
  • update canopy to somadata by @akotlar in #500
  • Add Euclidean and Riemann median calculation functions by @IlhaH in #498

Full Changelog: 2.0.0-beta9...2.0.0-beta11

2.0.0-beta9

13 May 23:58
8c78f23
Compare
Choose a tag to compare

What's Changed

  • Add nonnegative covariance estimator and tests by @IlhaH in #491
  • Add LD maps for hg38 and organize LD maps by build for PRS. by @cristinaetrv in #489
  • fix get_user cli and api commands by @akotlar in #494
  • [annotation] Remove duplicate entries due to isCanonical by @akotlar in #490
  • Optimize PRS C+T preprocess for performance. by @cristinaetrv in #493
  • [infrastructure] Improve Python build process by @akotlar in #496

Full Changelog: 2.0.0-beta8...2.0.0-beta9

2.0.0-beta8

07 May 20:56
f9b080e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0-beta7...2.0.0-beta8

2.0.0-beta7

29 Apr 03:51
Compare
Choose a tag to compare
  • Fixes search slicing behavior, so that we are guaranteed to fetch all records, and without having to rely on unbounded number of slices (#477)

2.0.0-beta6

25 Apr 21:09
d047101
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0-beta5...2.0.0-beta6

2.0.0-beta5

25 Apr 08:07
Compare
Choose a tag to compare
  • Improve dosage matrix filtering: #462 @akotlar

    • Reduces memory usage during dosage filtering by using B-Tree instead of hashmap to store loci
    • Speeds up sorting loci by sorting each block of 10,000 records fetched in parallel.
    • Reduces memory usage in save handler by writing filtered loci to disk in streaming fashion
  • Implement commonly used losses for covariance matrix estimation #472 @austinTalbot7241993

  • Ledoit and Wolf covariance shrinkage methods #471 @austinTalbot7241993

2.0.0-beta4

21 Apr 20:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0-beta3...2.0.0-beta4

2.0.0-beta3

14 Apr 18:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0-beta2...2.0.0-beta3

2.0.0-beta2

03 Apr 13:28
6801e35
Compare
Choose a tag to compare

What's Changed

  • [search] Fix save handler memory usage by @akotlar in #459

Full Changelog: 2.0.0-beta1...2.0.0-beta2

Bystro 2.0.0-beta1

01 Apr 07:48
f8ff473
Compare
Choose a tag to compare
  • Adds OpenSearch 2 support
  • Python libraries for ML, Bayesian statistical models, Ancestry score calculations
  • Improved annotator with support for nearest gene distance calculations, exact match clinvar, dbSNP, gnomADv4
  • Dosage matrix generation
  • Merge multiple vcf files (partitioned by locus, row-wise) into one annotation dataset (and combine dosage matrices)
  • Initial support for proteomics datasets (TMT, SomaScan)

What's Changed

Read more