Skip to content

Releases: ArcInstitute/pdex

pdex-0.2.1

07 Apr 02:59
f082ecf

Choose a tag to compare

What's Changed

  • feat: add epsilon parameter to dampen sparsity-artifact fold changes by @sullivanj91 in #72
  • ci: enforce semver bump on pull requests by @sullivanj91 in #73

New Contributors

Full Changelog: pdex-0.2.0...pdex-0.2.1

pdex-0.2.0

25 Feb 21:56
3284e73

Choose a tag to compare

What's Changed

  • Integrate pdex2 by @noamteyssier in #68
    • numba backend is stabilized and is the only path through pdex now (implementation in https://github.com/ArcInstitute/numba-mwu)
    • only statistical test supported is MWU (other approaches were not maintained and likely error prone)
    • Sparse matrix operations are prioritized and fully supported with CSR
    • API has breaking changes but much reduced configuration to improve clarity
    • Polars output is defaulted over pandas
    • Introduced new modes ("ref", "all", "on_target") to change differential expression scheme
    • Improved is_log1p test with warning that is quieted on explicit configuration
  • Feat/backed adata by @noamteyssier in #69
    • Supported in new version and reduce amount of double instantiations (when using "ref" mode)
  • Pdex 0.2.0 by @noamteyssier in #70

Full Changelog: pdex-0.1.28...pdex-0.2.0

pdex-0.1.28

07 Jan 01:16
787f81d

Choose a tag to compare

What's Changed

  • Add Backed AnnData Support via Low-Memory Chunked Processing and Numba Kernels by @nick-youngblut in #64

New Contributors

Full Changelog: pdex-0.1.27...pdex-0.1.28

pdex-0.1.27

26 Nov 20:22
c8d1563

Choose a tag to compare

What's Changed

Full Changelog: pdex-0.1.26...pdex-0.1.27

pdex-0.1.26

11 Nov 19:59
68b9dfe

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: pdex-0.1.25...pdex-0.1.26

pdex-0.1.25

16 Oct 17:13
4996082

Choose a tag to compare

What's Changed

Full Changelog: pdex-0.1.24...pdex-0.1.25

pdex-0.1.24

25 Aug 23:17
c5fd2ec

Choose a tag to compare

What's Changed

  • feat: compute rank sum via histogram by @drbh in #49

Full Changelog: pdex-0.1.23...pdex-0.1.24

pdex-0.1.23

15 Aug 23:21
790e3ee

Choose a tag to compare

What's Changed

Full Changelog: pdex-0.1.22...pdex-0.1.23

pdex-0.1.22

15 Aug 23:13
eef6f3c

Choose a tag to compare

What's Changed

  • feat: experimental vectorized and numba parallelized implementation by @drbh in #44

New Contributors

  • @drbh made their first contribution in #44

Full Changelog: pdex-0.1.21...pdex-0.1.22

pdex-0.1.21

04 Aug 16:41
6f4281a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: pdex-0.1.20...pdex-0.1.21