Skip to content
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

add graph layer #292

Merged
merged 15 commits into from
Jul 6, 2023
Merged

add graph layer #292

merged 15 commits into from
Jul 6, 2023

Conversation

JoOkuma
Copy link
Contributor

@JoOkuma JoOkuma commented Jun 5, 2023

Hi.

This PR adds "graph" to the list of existing layers.
It's required by PR napari/napari#5861 which adds a new napari graph layer.

@JoOkuma JoOkuma mentioned this pull request Jun 5, 2023
13 tasks
@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Merging #292 (e80fd80) into main (7816fd3) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #292   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           37        37           
  Lines         2788      2790    +2     
=========================================
+ Hits          2788      2790    +2     
Impacted Files Coverage Δ
src/npe2/types.py 100.00% <ø> (ø)
src/npe2/_inspection/_visitors.py 100.00% <100.00%> (ø)
src/npe2/manifest/contributions/_writers.py 100.00% <100.00%> (ø)

@jwindhager
Copy link
Contributor

Ah, too bad I only see this now, already had a branch on this (but no PR)... https://github.com/jwindhager/npe2/tree/graph-layer

I'll check whether there are any differences and report back!

@jwindhager
Copy link
Contributor

jwindhager commented Jun 6, 2023

Indeed, there seem to be a few changes missing. I'll contribute them to this PR tomorrow

EDIT: done, see JoOkuma#1

@JoOkuma
Copy link
Contributor Author

JoOkuma commented Jun 6, 2023

Thanks, @jwindhager , I merged your PR to my branch.

@jni
Copy link
Member

jni commented Jun 27, 2023

@nclack I don't really know this repo 😅 so if you could review+merge that would be great. 😊

Copy link
Collaborator

@nclack nclack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a question, but once that's resolved this looks pretty good!

src/npe2/_inspection/_from_npe1.py Outdated Show resolved Hide resolved
@nclack nclack self-requested a review July 5, 2023 23:25
Copy link
Collaborator

@nclack nclack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! The test failure is related to #301 and shouldn't block merging imo. I'll give this 24 hr and merge if there are no objections!

@nclack nclack merged commit 520ddfb into napari:main Jul 6, 2023
@JoOkuma JoOkuma deleted the graph branch July 6, 2023 15:34
@JoOkuma JoOkuma mentioned this pull request Jul 16, 2023
@tlambert03 tlambert03 added the enhancement New feature or request label Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants