Uh oh!
There was an error while loading. Please reload this page.
legacy code to port - #48
Closed
LucaMarconato wants to merge 48 commits into
Closed
Conversation
* add io test * [pre-commit.ci] pre-commit autoupdate (#13) updates: - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0) - [github.com/PyCQA/flake8: 5.0.1 → 5.0.4](PyCQA/flake8@5.0.1...5.0.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ldata into feature/transform
see discussion here ome/ome-zarr-py#219
…ldata into feature/transform
for more information, see https://pre-commit.ci
…ldata into feature/transform
for more information, see https://pre-commit.ci
…ldata into feature/transform
for more information, see https://pre-commit.ci
…ldata into feature/transform
Collaborator
@LucaMarconato , can this PR be closed now that #52 has landed? |
LucaMarconato
commented
Dec 13, 2022
MemberAuthor
@kevinyamauchi unfortunately not, it has features that are not merged yet. I plan to work on this over the the christmas holidays (should be 1-2 days of work). |
LucaMarconato
marked this pull request as draft
December 13, 2022 15:46
kevinyamauchi
commented
Dec 15, 2022
Collaborator
No worries, @LucaMarconato ! Just checking in to see if I needed to do anything here 😛 |
MemberAuthor
Instead of merging this branch, which is very outdated, I will pick the following and merge it in multiple prs. The rest can be discarded.
|
Merged
LucaMarconato
commented
Feb 22, 2023
MemberAuthor
The code of this branch is archived here. |
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
Sign up for freeto 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.
Merge postponed.
Before merging (an updated version of) this pr, the following will be isolated in a separate pr, improved, and merged.
About this pr.
This pull request implements a first working version of coordinate systems, transformations, as long as all what spatialdata needs to perform basic io operatations with its elements. Spatialdata-sandbox and napari_spatialdata support this branch. They will also need to be adapted to the new improved code described in the incremental prs listed above.