Skip to content

Releases: matsengrp/phippery

1.3.1

07 Nov 16:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

06 Nov 02:40
Compare
Choose a tag to compare

What's Changed

  • Patched bug in zscore calculation, such that with larger datasets, floating precision errors may effect the reported zscore values when the same samples are fed to the algorithm in differing orders. Solid team effort by @sminot , @ksung25 , and @jgallowa07 in #187 , #189
  • updated example and bkg model pages by @jgallowa07 in #180
  • doc tweaks by @matsen in #181
  • updated alignment documentation by @jgallowa07 in #185
  • added citation to docs by @jgallowa07 in #186
  • patched dims of enrichment layers, formatting and linting by @jgallowa07 in #190

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

23 Jun 18:00
Compare
Choose a tag to compare

This version updates the docs to describe BEER in the phip-flow pipeline.

Additionally, it updates things to be compatible with pandas 2.0

1.1.4

28 Oct 22:33
Compare
Choose a tag to compare

Fix bug in cli.py

1.1.3

28 Oct 16:36
d7e31a1
Compare
Choose a tag to compare

Helper function to_long_csv now works lazily by writing in batches to avoid creation of a full long table in memory.