-
Notifications
You must be signed in to change notification settings - Fork 102
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
v4.0.1 #843
Merged
Merged
v4.0.1 #843
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
Switch references to suite_modular to suite
Change: `cell_ids` param removed in favor of `random_subset`, `set_seed`, and `seed_number` params in `calculateHVF()` This way, the random subsetting is entirely internalized and the user does not have to do it in order to get a subset of cell_IDs to pass
- See if the issue is related to irlba no longer being installed - update to contribution page
irlba did not fix it, so it will be removed again. try setting to Matrix >= 1.6.3. The breaking change causing our issues might have been introduced in 1.6.2 - add set_seed and seed_number params to runGiottoHarmony() - Update runGiottoHarmony() to use
- Add contribution page section about imports - Add higher terra version requirement - Remove soft deprecated items from re-exports - Add some missing functions to re-exports
- See if the issue is related to irlba no longer being installed - update to contribution page
irlba did not fix it, so it will be removed again. try setting to Matrix >= 1.6.3. The breaking change causing our issues might have been introduced in 1.6.2 - add set_seed and seed_number params to runGiottoHarmony() - Update runGiottoHarmony() to use
- Add contribution page section about imports - Add higher terra version requirement - Remove soft deprecated items from re-exports - Add some missing functions to re-exports
This reverts commit d6b08d2.
rcmdcheck is still finding errors - new naming scheme applied - changes in some other module functions - loss of access to internal functions requires further examination - testthat also throwing errors - suite re-exports updated
- change `1:length()` to `seq_along()` - docs fixes - Rcmd check shows a failure in merfish testing, 0 warnings, 5 notes. There appears to be no more issues with missing exported functions from other modules
- Removing offending line that prevented access to py functions
- Slower than normal for smaller datasets
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.
Breaking Changes
cell_ids
param forcalculateHVF
in favor of simplerrandom_subset
Added
parse_affine()
for interpreting affine transform matricesrunGiottoHarmony()
calculateHVF()
when a future plan is setChanges
createGiottoXeniumObject()
feature metadata reading for.json
filerunGiottoHarmony()
to callharmony::RunHarmony()