Releases: GiadaLalli/ISN-tractor
Releases · GiadaLalli/ISN-tractor
Release v0.3.6
ChangeLog
Fixes
- Include bug fix for #48 using double precision floats rather than single precision floats (thanks @marouenbg)
Full Changelog: v0.3.4...v0.3.6
Release v0.1.0
What's Changed
- Re-enable Github releases in the release action by @MaybeJustJames in #10
- "Adding metric" by @GiadaLalli in #11
- Add a changelog with current status of the project by @MaybeJustJames in #12
- Bumping major version because of #11 by @MaybeJustJames in #13
- Update dependencies by @MaybeJustJames in #25
- Add a gitignore file by @MaybeJustJames in #24
- Initial implementation of testing by @MaybeJustJames in #22
- Unify isn() function interface for SNPs and for Genes by @MaybeJustJames in #27
- Add an optional pyTorch
device
parameter to isn() functions by @GiadaLalli in #30 - Add a test and fix bugs in dense_isn by @MaybeJustJames in #34
- Benchmarking and profiling by @MaybeJustJames in #36
- adding incremental_pearson first draft by @GiadaLalli in #35
- Benchmark by @GiadaLalli in #33
- Improve the performance (memory and CPU) of
dense_isn()
by @MaybeJustJames in #37 - Make sparse_isn call dense_isn when using incremental_pearson by @MaybeJustJames in #39
- add Filtration Curve for visualization by @GiadaLalli in #38
Full Changelog: v0.0.1...v0.1.0