-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.3.0 #189
Closed
Closed
v0.3.0 #189
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixed a bug in report generated by a previous change in saving
It seems the inclusion of 'css_files' in the build context is over-writing the default CSS stylesheets that are supposed to be there. I don't know if this is a readthedocs bug, but it used to work...
Everything seems to be working on a simulated dataset
* gaussian_kde peak to find empty drop prior, rather than mode with heuristics
* Improve cell prob plot and remove features not analyzed This was very confusing and led to what looked like a horrible bug: disagreement between the HTML report plot and the PDF plot. But it's because the report was plotting all features, not just features analyzed. The report now also plots features analyzed * Refactor sparse utils and eliminate duplication * Add multiprocessing MCKP estimation as command line option On Mac laptop this is not faster in small tests
…ilities (#202) * Implement soft constraints on cell probs
Because sometimes there are memory issues, apparently
* Mean and MAP estimator potential speedup * Save posterior as HDF5 rather than NPZ * Fix intermittent cellbender checkpoint test failure issue * Change default low_count_threshold to 5 * Attempt to preclude intermittent google workflow errors in WDL
and prevent writing the file twice
Abandoned in favor of #238 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a major update to v0.3.0, with several big changes from v0.2.0 that will hopefully
Closes #5 , #7 , #38 , #68 , #80 , #84 , #85 , #87 , #93 , #95 , #97 , #98 , #99 , #105 , #107 , #119 , #121 , #123 , #124 , #128 , #141 , #146 , #150 , #156 , #160 , #180 , #184 , #190 , #191 , #205 , #207 , #209
(a few more to be added...)