-
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
Merge RC_v1.5_hotfix
into main
#323
Conversation
… and provides the same results as strict_thresholding=False if n_min_threshold is a fixed value
Reimplimentation of strict thresholding
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #323 +/- ##
==========================================
- Coverage 56.04% 55.75% -0.30%
==========================================
Files 15 15
Lines 3290 3313 +23
==========================================
+ Hits 1844 1847 +3
- Misses 1446 1466 +20
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Assuming #322 is resolved, I'm happy for this release to be pushed. |
V1.5.1 release updates
I'll defer to your judgement here and am happy to merge and fix that later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go! I agree that we can wait with #322 because it is also not clear for me if this is actually a bug.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am happy to merge/release!
Fix to readthedocs builds
…a_gracefully # Conflicts: # CHANGELOG.md
Co-authored-by: William Jones <[email protected]>
Fix for Jupyter Notebook CI
Graceful handling of Numba import errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that #335 is in, I think this is ready for merge/release.
Recategorise and reorder v1.5.1 changelogs to make order of changes clearer
Ah, good catch on the changelog. |
Hotfix v1.5.1 release for issue with strict thresholding found in #314 and #315, fixed by #316