You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version has numerous bug fixes and several performance upgrades.
4
+
Most notably, memory usage has been decreased greatly by no longer storing the bootstraps in memory.
5
+
Additionally, speed has been improved in numerous areas — particularly `sleuth_prep` — by changing several of the computations as well as changing the order of the parallelization (special thanks to [Warren McGee](https://github.com/warrenmcg) for his contributions to this).
6
+
7
+
Below is an incomplete list of new features:
8
+
9
+
- The full model no longer has to be specified in `sleuth_prep`.
10
+
- A new function `extract_model` allow users to extract the effect sizes for a model in a tidy format similar to [broom](https://cran.r-project.org/web/packages/broom/vignettes/broom.html).
11
+
- An arbitrary transformation can be specified/used in `sleuth_prep` (see argument `transformation_function`).
12
+
13
+
A big thanks to our users for fixing and reporting bugs.
14
+
A special thanks to [Warren McGee](https://github.com/warrenmcg) for making several of the performance improvements as well as fixing several bugs.
15
+
Below is a partial list of many of the upgrades and the pull requests by the community.
16
+
17
+
-[Memory overhaul to reduce overall usage](https://github.com/pachterlab/sleuth/pull/63) (@psturmfels)
18
+
-[Bugfix to drop unused factors](https://github.com/pachterlab/sleuth/pull/71) (@roryk and @warrenmcg)
19
+
-[Reduce memory footprint and improve parallelization](https://github.com/pachterlab/sleuth/pull/94) (@warrenmcg)
20
+
-[Add gene annotations when using `sleuth_results`](https://github.com/pachterlab/sleuth/pull/95) (@warrenmcg)
21
+
-[Improve sample name handling](https://github.com/pachterlab/sleuth/pull/96) (@warrenmcg)
22
+
-[Reconcile memory overhaul and gene aggregation and allow arbitrary transformations](https://github.com/pachterlab/sleuth/pull/99) (@warrenmcg)
23
+
-[Do not parallelize when in RStudio](https://github.com/pachterlab/sleuth/pull/108) (@warrenmcg)
24
+
-[Remove warning in `sliding_window_grouping`](https://github.com/pachterlab/sleuth/pull/106) (@warrenmcg)
25
+
-[Bug fix in `sleuth_live` in gene mode](https://github.com/pachterlab/sleuth/pull/107) (@warrenmcg)
0 commit comments