Repository Name | URL | Stars | Description |
---|---|---|---|
napari | Link | 2293 | napari: a fast, interactive, multi-dimensional image viewer for python |
napari-animation | Link | 83 | A napari plugin for making animations |
cookiecutter-napari-plugin | Link | 69 | Cookiecutter for napari plugins |
napari.github.io | Link | 44 | website for the napari image viewer |
napari-graph | Link | 13 | Efficient graph data structures and algorithms for fast slicing, visualization, and editing |
docs | Link | 12 | Documentation for napari (other than API docs) |
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
https://github.com/pulls?q=is%3Apr+reviewed-by%3Awillingc+created%3A%3E2024-01-01+ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Search Query: label:docs label:"awaiting core review" is:open is:pr
Title | URL | Created At | Labels |
---|---|---|---|
gh-126180: Remove getopt and optparse deprecation notices | Link | 2024-10-31T05:35:32Z | docs; awaiting core review; DO-NOT-MERGE |
gh-126165: Improve docs of function math.isclose |
Link | 2024-10-31T00:45:05Z | docs; awaiting core review; skip news |
gh-123832: Adjust socket.getaddrinfo docs for better POSIX compliance |
Link | 2024-10-30T13:16:11Z | docs; awaiting core review; skip news |
gh-125897: Fix the range function refering to step as a kwarg | Link | 2024-10-24T22:51:04Z | docs; awaiting core review; skip news |
Date: 2024-11-01
Search Query: is:pr is:open label:docs
Title | URL | Created At | Labels |
---|---|---|---|
gh-126180: Remove getopt and optparse deprecation notices | Link | 2024-10-31T05:35:32Z | docs; awaiting core review; DO-NOT-MERGE |
Explain what a DBM database is and point to shelve earlier | Link | 2024-10-31T02:32:13Z | docs; skip issue; awaiting review; skip news |
- Fernando Perez
- Tamara Munzer UBC Professor
- Textbook and recorded curriculum: one of the first and most respected textbooks
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
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"type": "object", | |
"properties": { | |
"dashboard": { | |
"type": "object", | |
"properties": { | |
"multiViews": { | |
"type": "array", | |
"items": { |
NewerOlder