-
Notifications
You must be signed in to change notification settings - Fork 200
chore: add anndata.settings.copy_on_write_X
#2327
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
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
0c3dec7
chore: add `anndata.settings.copy_on_write_X`
ilan-gold 2679833
fix: `copy` semantics
ilan-gold dc61dcf
fix: don't need to check `_X` for `None` because `view` can't have that
ilan-gold b06bb87
fix: remove `copy` check for `_X`
ilan-gold aec864f
fix: remove unused `_X` declaration
ilan-gold c7dac73
fix: logic around `None`
ilan-gold d76a96e
chore: more description
ilan-gold ecc5988
chore: ignore warning
ilan-gold 0126b28
fix: add space
ilan-gold 38c35ed
fix: better comment name
ilan-gold 2955562
fix: clean up unused changes
ilan-gold 4f444e3
fix: hints
ilan-gold ab9f840
chore: relnote
ilan-gold e94d8b0
fix: warning ignoring
ilan-gold 22f2236
Update src/anndata/_settings.py
ilan-gold e06e831
fix: tests
ilan-gold b24e8f4
fix: complexity
ilan-gold 3d8b388
chore: clean up xfail condition
ilan-gold c4832e1
fix: return early
ilan-gold 9b3dc8b
fix: remove useless `xfail`
ilan-gold dded808
fix: remove `fixture`
ilan-gold 01236c7
fix: no `f`
ilan-gold 5375787
fix: catch warning
ilan-gold File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Add {attr}`anndata.settings.copy_on_write_X` to allow for forward-compatibility with future copy-on-write behavior (release `0.13`). Currently, setting {attr}`~anndata.AnnData.X` on a view implicitly updates the object from which the view was created. {user}`ilan-gold` |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.