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 PR is AI generated (Copilot Workspace).
Related to #184
Revert the default value of `cells_as_circles` to `True` and add a deprecation warning.
* Change the default value of the `cells_as_circles` parameter to `None` in the `xenium` function.
* Add a deprecation warning indicating that the default will change to `False` in the next release.
* Add logic to set `cells_as_circles` to `True` if it is `None` and display the deprecation warning.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/scverse/spatialdata-io/issues/184?shareId=XXXX-XXXX-XXXX-XXXX).
This PR is AI generated (Copilot Workspace).
Related to scverse#184
Revert the default value of `cells_as_circles` to `True` and add a deprecation warning.
* Change the default value of the `cells_as_circles` parameter to `None` in the `xenium` function.
* Add a deprecation warning indicating that the default will change to `False` in the next release.
* Add logic to set `cells_as_circles` to `True` if it is `None` and display the deprecation warning.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/scverse/spatialdata-io/issues/184?shareId=XXXX-XXXX-XXXX-XXXX).
The PR #179 fixes a problem of radii being nan for Xenium 2.0.0 data #173, and also changes the default value for
cells_as_circles
fromTrue
toFalse
.Before release we should:
True
True
explicitly to maintain the current behavior"The text was updated successfully, but these errors were encountered: