Juan Nunez-Iglesias
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee
  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # napari Eurasia meetings (9am CET) - Meet at https://numfocus-org.zoom.us/j/83351642622?pwd=avon14qhl1ZTaxg91KP5z1OUrawi5d.1 - Link to this HackMD: https://hackmd.io/9vo_DiJpSfuUExeGqVHbDQ - [Agenda :point_down:](#Agenda) ### Code of conduct We strive to make the napari community a welcoming place! As such, the napari code of conduct applies to all community events. Please take a moment to review our [our code of conduct and incident reporting process](https://napari.org/stable/community/code_of_conduct.html). ### What this meeting is for Community meetings are a resource for the napari community to get help directly from napari core developers in using napari or developing plugins. They are also a way to showcase plugins, cool demos, or new scientific use cases! If this meeting was not at a convenient time for you, check out our [calendar](https://napari.org/stable/community/meeting_schedule.html#meeting-schedule)! We have meetings centered on the Atlantic, Indian, and Pacific oceans! # Agenda ## 2025-08-19/20 ### Attendees ### Topics - - :point_up: add your items here! ## 2025-08-06/07 ### Attendees - Draga, Carol, Grzegorz ### Topics - Hub lite previews seem fixed, closed issue - [Draga] (Assuming Grzegorz is there) Vercel stuff - only Grzegorz can authorize deployments anymore - it used to be that any team member could - it's USD20/month for additional seats on vercel - netlify has pretty chill open source plans which would probably be more than sufficient for us and allow multiple seats - Draga will look into applying for the netlify open source plan: - https://www.netlify.com/legal/open-source-policy/ - in the meantime Grzegorz will keep authorizing stuff and we'll ping him for it - [Draga] labels polygon tool like shapes (cellpose) - it is on the todo list to implement this, but we want to do this via overlays - currently all drawing on the shapes is in-place modification of the layer and it leads to a lot of performance problems and also means we can't reuse this across layers - if we do it via overlays then once drawing is completed, a "post-hook" would determine what layer it's being added to and then if it's shapes, add it to the list, if it's layers make it pixels and then squeeze it into the array - current state of overlays: don't think there's any blockers but there might be some technical stuff that is a hold-up e.g. refactor that simplifies maintenance etc. - [Draga] Directory filename patterns for readers - https://github.com/napari/npe2/issues/155 - directory content patterns rather than directory pattern itself? - this could solve the napari round trip thing - and could also solve zarr thing - proposal: write directory matched groups, each group is a list of globs, all globs of a given group must be matched, directory is only passed if one or more of the groups are matched - proposal: only filename patterns are checked for files, only directory patterns are checked for directories Actions - Draga: look into netlify for npe2api - Draga: write up proposal for directory patterns in the issue ## 2025-07-23 ### Attendees - Grzegorz, Wouter-Michiel, Lorenzo, Marcelo Leomil Zoccoler ### Topics - Marcelo: Questions about new grid mode and table features - ## 2025-07-08 ### Attendees - Grzegorz, Wouter-Michiel ### Topics - Grzegorz: Next shapes speedup: https://github.com/napari/napari/pull/8006 - Grzegorz: Refactor of screenshots: https://github.com/napari/napari/pull/7950 - improved docstring and accepted - Updated PR description - Grzegorz: Codespell: https://github.com/napari/napari/pull/7619 - Action point: - Wouter-Michiel: might have example for violation access problem. Will try to make it more minimal and share ## 2025-06-23 ### Attendees - Draga, Juan, Wouter-Michiel, Grzegorz ### Topics - [Draga] Quick hub-lite updates - Switchover will be next week - quick review of open issues/current state - will update footer to highlight the napari team bit as current footer kinda still highlights CZI - Look at [scancode](https://github.com/aboutcode-org/scancode-toolkit) for license parsing - [7870](https://github.com/napari/napari/pull/7870) multiviewport PR needs review - Grzegorz & Juan will try to review - bermuda potential fix for issue with duplicated points in 3D: - preliminary pr: https://github.com/napari/bermuda/pull/58 - failure when rectangle is viewed orthogonally with error message about points being colinear - error thrown and edge not rendered in 2D - fix is to ignore the colinear polygons when finding edges that need to be deduplicated when splitting a polygon, and then add them back in after the splitting, before face triangulation - the other bug is that in 3D we weren't deduplicating points at all and the data contained some points in a line. The PR also fixes this - Fix seems ok, Grzegorz will update PR with docstrings etc. ## 2025-06-11 ### Attendees - Wouter-Michiel, Grzegorz, Juan, Draga, Lorenzo ### Topics - Grid-mode: when annotating a layer in grid mode, annotations can appear on layers your cursor isn't hovering over - this could be useful in some cases, but it could also be confusing for users - Peter's suggestion was that if the layer is not under the cursor, nothing should happen - WM suggests it would be good to add a cursor overlay as well so that you get multiple "copies" of the cursor shown across each layer that is part of the view so that it's obvious when you click what your annotation will be - that way even if you were clicking on the annotation layer, you could still see where your cursor is sitting on the actual data - such an overlay would be relatively easy to implement with the current state, so we should do that in a separate PR - we'll turn off the current behaviour in the PR so it's not confusing for users, and open a new PR adding the cursor overlay - Grid-mode: making grid strides for overlap a percentage of the layer extent - it's not clear how that would work because it changes as you zoom in and out - currently the strides are in canvas pixels - maybe the "percentage" being referred to is based on cavas size rather than layer extent? - need more clarity about what the user story is and what the desired visualization is so that we can understand how to make that happen - Lorenzo will write up another message on the PR to clarify - Lorenzo: NAP-9 updates (multicanvas/multiview) - still some points of discussion left on the NAP where there is disagreement or we haven't settled yet - the NAP [has been updated](https://github.com/napari/docs/pull/730) with a few specific points worth bringing up as general points - one is the naming conventions: currently using view instead of viewport as it's shorter but equally expressive. The good thing about using view is that it conveys both canvas and camera position - one point of contention: use of independent layerlists or not. Lorenzo had pushed for independent lists while Ashley had pushed for a global common list where each view would only have control over visibility of the layers in the current view - quite a bit of discussion could happen there. Ultimately not a **huge** difference in implementation, more of a UX question - JNI: we need to pull slicing out of the layer. If we don't do that, then we need separate layerlists to slice - LG: in a way yes, but the NAP is framed such that removing slicing from the layers is necessary as one of the early steps. The async slicing does a lot of that work, but still quite a bit remaining because we rely on the layer and we communicate with the layer to get information about slicing state. This will need to be ripped out and put wherever the new slicing state lists. If we do a global layerlist, we can't even begin without removing slicing. If we do it with independent layerlists, we **could** step our way to it by first disallowing shared layers in multiple views. Ultimately the result will be the same, but with separate layerlists the implementation might be a bit easier. - JNI: could also be useful for showing subsequent time points in multiple views. - LG: yeah orthoviews would also need separate dims. Should come as a default view alongside other common views - GB: removing the slicing state from layers could be considerably more effort than just sitting down and rewriting layers from scratch, because the LayerModels have been around for so long that the decoupling will take a long time and a lot of surgery without guaranteeing a better outcome and more maintainable code at the end - data transforms API -> https://github.com/napari/napari/issues/7921 - LG: the NAP highlights in a table what attributes and methods of layer edit/touch/query slicing information and it's a LOT - There's a fair bit of consensus that we would likely be better off rewriting layer models from scratch before looking at multicanvas, so that we are not left in an in-between state with removing slicing from layers - still worth having the discussion on multicanvas and moving closer to approving the design plan, even if the "final" implementation doesn't happen before the layer slicing - a lot of the multicanvas work can actually be done to the point we have a "switchable" canvas without touching the remaining machinery - TLDR: please everyone read the NAP and continue the discussion so we can move closer to accepting - GUI still remains to be decided but there was a lot of discussion and design work done by Isabela on this. The NAP also lists a couple of ideas of QT objects that could be used to display the canvases, but with DockWidget we get a lot of stuff for free - do we want to take into account future GUI libraries/decoupling from QT as part of this discussion? - LG: we should consider it but it's probably not something we need to decide right now. We don't necessarily need to strive to have identical behaviour/look in napari "native" vs. napari web. We should have the displays be as close as possible, but it's not necessarily a problem to have e.g. a grid view in napari native vs. only supporting tabbed views on the web - there's probably also a situation where users will want a single dims slider across all canvas, when all the different views have the same dims - Grzegorz: Additional actions triggered by plugin readers on data. - lots of situations where users are using some tricky code to add a widget to the viewer as they read the layer - also lots of readers that cannot make use of spatial information either because it's not there or because it's not coded - maybe we should allow to define some actions that should be run after adding a layer to the layerlist - could be defined in the yaml file or the function could return a longer tuple that includes paramterised function calls/tasks - some of the really common tasks we could chain ourselves - for example we could inject our guessing logic into plugins that return layerdatatuple with no spatial information, but it might be that the plugin was planning to do something else with that layer e.g. connect some callback or open some widget - JNI: I like where this is going. Modifying the yaml would probably be a bigger lift maybe? - DDP: I don't think modifying the return value of the reader spec is fundamentally a different lift than modifying the yaml. I like the idea of keeping it in the yaml because it's declarative and allows us to forewarn the user about what will happen when they choose a reader - Looking at something similar to a "pre-hook" and "post-hook" for readers. A "pre-hook" could be used for getting further information from the user before reading, while a "post-hook" could run after the layers are added e.g. pre-read hook, pre-add hook, post-add hook - "napari-get-reader" for example would be the function tasked with determining what information is required from the user, then we could run the "mid-hook" by taking information from "napari-get-reader", then we run the "reading" function, then we run the "post-hook" - would also allow us to move reading fully to a separate thread as we can "yield" between the different steps - Grzegorz has enough now to look at opening an issue for discussion ### Action items ## 2025-05-28 ### Attendees - Draga, Lorenzo, Grzegorz, Juan ### Topics - Draga: npe2api name normalization confusion - decision was that we always store and key by normalized name, and all files e.g. manifest files are named by the normalized name, and the API is accessed via its normalized name - however, in hub-lite, we organize a redirect similar to pypi so that whatever name the user enters in the url, they get served the normalize-named HTML - Grzegorz: Units - Pasting spatial information: https://github.com/napari/napari/pull/7973 - if you have mix of dimensionality layers, when we go from higher D to lower D, we cull spatial information - but when we go from higher D to lower D, we don't pad with default values and this is inconsistent - 7973 implements this. For padding it's pretty simple, but need to double check cutting down the shear transform matrix - Use units for rendering https://github.com/napari/napari/pull/7889 - units and scale work in tandem to decide layer alignment and extent - e.g. if one layer uses micrometers with scale and another uses nanometers with scale, the extent is computed in nanometers - we use the smallest unit for extent as that allows us to multiple larger units rather than divide, which loses precision - some issues currently with e.g. points layer, but will be resolved - what happens with readers that don't declare/use units? - could add a manifest spec line that a reader/widget does not parse/return spatial information - those which declare they don't return spatial information would opt into layer spatial information being inferred/computed by napari - will open an issue in napari/napari to discuss what options we have for both defining formats for points/shapes etc. that store spatial information AND for extending manifest spec to allow plugins to be more explicit in their handling of spatial information - Allow declare readers to not read units. - Grzegorz: get acess to docked widgets: https://github.com/napari/napari/pull/7965 - we don't want to return a copy because it won't stay up to date - we need to return something like a "view" that doesn't allow assignment but still gets updated when the dock widgets change in the viewer - Lorenzo: QT thick slicing controls - we can make it two sliders, side by side, that pop out from right-click the dims scrubbing toggle. Both sliders extend "away" from the center - extents should be bigger than the total frames in the dims so that you can "see everything" - we add a checkbox that "locks" the sliders so that dragging either one also drags the other to have easy access to symmetrical thick slices ## 2025-05-14 ### Attendees - Lorenzo, Grzegorz, Wouter-Michiel, Draga, Juan ### Topics - Juan: [GloBIAS hackathon announcement](https://napari.zulipchat.com/#narrow/channel/212875-general/topic/napari.20.40.20GloBIAS/near/517049538) - current deadline is May 15th for registration so folks should register and potentially just cancel later if needed - check the box that says you're a hackathon contributor - WM: vispy spacing PR - what should we do if we have someone using two viewboxes, both with position 0,0 and one with colspan 1 and one with colspan 2 - you probably want spacing in between the single-span columns, but not at the edges, so that the edges of the at-border single-span viewbox overlap with the edge of the souble-span viewbox - LG: other than a couple of tweaks the new overlay grid mode is ready - if merged it would replace the current grid mode - JNI: should we replace it... - LG: yeah, the way it's currently done with translations and stuff is basically a hack. People might be surprised at first, but I think they'll find that this is what they wanted in the first place - right now grid mode is essentially an additional translation on each layer's transform that tells it where it needs to sit in the grid (with a bunch of tricks to handle extents, and making things the same size, and spacing etc.) - means in the scene the layer is physically moved elsewhere - then we have stuff in the layer system that "undoes" this translation to give you correct information when you're hovering - now each viewbox is essentially a smaller copy of the canvas where only one of the layers is visible - if anyone was actually relying on this janky translation transform, that will break - also right now grid mode is broken in 3D, whereas with new mode you can fully operate in 3D and the zoom/hovering etc. is all synced so you if you rotate one layer it rotates the rest in tandem, if you zoom it zooms in on all of them, if you pick, you can pick on any layer etc. - Creating email addressed with ...@napari.org (in theory) - the workflow would be you login to info@napari.org with the 1password details all core devs have access to (yell out if you don't), and then from the org admin panel you create your blah@napari.org - ok wait maybe not - Making zoom meetings with numfocus account? - login to info@napari.org and then go to zoom.us and use "login with google" option - whatever API thing needs enabling to allow you to create zoom meetings from other software e.g. calendar is also enabled - LG: trio of colormap overlay PRs - first one #7835 is moving the overlay machinery from vispy layer to the vispy canvas - used in several other PRs including gridlines - so needs to be merged first to clean up diffs - so vispy canvas is hub for generating visuals and putting them where they need to be - still no canvas model yet - tiling PR #7836 - some UI issues that don't have easy solution so need to make some decisions there - can make it totally non customizable for now as long as we don't back ourselves into a corner - only thing that could be worth customizing is the direction of tiling, because there's no obvious way to do it - #7827 - some discussion still needed - viz based on plotly - ticks are using spacing based on "nice round number", however the grid lines are not on the tick spots because they are in tens of units of the world space i.e. if we have layer from 0-12, thick lines would be at 10 and small lines at 1, if you zoom in you go to 0.1 etc. In this example if you request 10 tick marks, you'll probably get them at 1s, but if you ask for 4 you'll probably get 3, 6, 9, 12 - Peter reckons not intuitive - done that way because the grid is a vispy "impostor" image that is designed that way on purpose, so if we want to align to the tick marks then the divisions in between are going to be at ~0.25 from each other so LG thinks that would be more confusing than having the tick marks offset - JNI wants labels on the lines - long term would be good if we can configure this very finely e.g. like in matplotlib - would also be cool if more/fewer ticks can appear/disappear as you zoom in/out - Grzegorz: Lasso RDP bug is worse than really understood, because it can corrupt data on the layer completely, which could lose hours of work. Better to hide the drawing because at least then user can e.g. switch to polygon, save and reload, whatever. Actually they can update the RDP epsilon setting. - :point_up: Add agenda items here! :point_up_2: Action items: - Juan: figure out how to allow folks to create new @napari.org email addresses

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully