Skip to content

Releases: bystrogenomics/bystro

2.0.0-beta12

29 May 14:53
36918e2
Compare
Choose a tag to compare

What's Changed

  • fix install to reflect the fact that we're still using beta tags by @akotlar in #503
  • Implement geodesic functions and add unit tests with expected results by @IlhaH in #506
  • Add POIROT methods, testing file, and pickle file with test data by @IlhaH in #505
  • Feature/issue 421 better proteomic filtering by @akotlar in #504
  • Random matrix theory methods by @austinTalbot7241993 in #502
  • Add adjustable p value thresholds for PRS C+T. by @cristinaetrv in #507
  • [api, proteomics] Proxy OpenSearch Requests by @akotlar in #508
  • [annotation, proteomics, search] Simple interface for querying Bystro Search Engine by @akotlar in #512
  • [annotation, proteomics] Refine annotation api interface, proteomic api join interface by @akotlar in #515

Full Changelog: 2.0.0-beta11...2.0.0-beta12

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