Software Open Access
Nicholas Sofroniew; Kira Evans; Talley Lambert; Juan Nunez-Iglesias; Ahmet Can Solak; kevinyamauchi; Genevieve Buckley; Tony Tung; Jeremy Freeman; Hagai Har-Gil; Peter Boone; Loic Royer; Shannon Axelrod; jakirkham; Reece Dunham; Pranathi Vemuri; Mars Huang; Bryant; Ariel Rokem; Simon Li; Russell Anderson; Matthias Bussonnier; Justin Kiggins; Hector; Heath Patterson; Guillaume Gay; Eric Perlman; Davis Bennett; Christoph Gohlke; Alexandre de Siqueira
<?xml version='1.0' encoding='utf-8'?> <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd"> <identifier identifierType="DOI">10.5281/zenodo.3689231</identifier> <creators> <creator> <creatorName>Nicholas Sofroniew</creatorName> <affiliation>CZI</affiliation> </creator> <creator> <creatorName>Kira Evans</creatorName> <affiliation>@chanzuckerberg</affiliation> </creator> <creator> <creatorName>Talley Lambert</creatorName> <affiliation>Harvard University</affiliation> </creator> <creator> <creatorName>Juan Nunez-Iglesias</creatorName> <affiliation>Monash Micro Imaging, Monash University</affiliation> </creator> <creator> <creatorName>Ahmet Can Solak</creatorName> <affiliation>Chan Zuckerberg Biohub</affiliation> </creator> <creator> <creatorName>kevinyamauchi</creatorName> </creator> <creator> <creatorName>Genevieve Buckley</creatorName> <affiliation>Monash University</affiliation> </creator> <creator> <creatorName>Tony Tung</creatorName> <affiliation>@chanzuckerberg</affiliation> </creator> <creator> <creatorName>Jeremy Freeman</creatorName> <affiliation>starting something new</affiliation> </creator> <creator> <creatorName>Hagai Har-Gil</creatorName> </creator> <creator> <creatorName>Peter Boone</creatorName> <affiliation>Cell Microsystems</affiliation> </creator> <creator> <creatorName>Loic Royer</creatorName> <affiliation>Chan Zuckerberg Biohub</affiliation> </creator> <creator> <creatorName>Shannon Axelrod</creatorName> </creator> <creator> <creatorName>jakirkham</creatorName> </creator> <creator> <creatorName>Reece Dunham</creatorName> </creator> <creator> <creatorName>Pranathi Vemuri</creatorName> <affiliation>CZ BioHub</affiliation> </creator> <creator> <creatorName>Mars Huang</creatorName> <affiliation>Chan Zuckerberg Initiative</affiliation> </creator> <creator> <creatorName>Bryant</creatorName> <affiliation>CZ BIohub</affiliation> </creator> <creator> <creatorName>Ariel Rokem</creatorName> <affiliation>The University of Washington eScience Institute</affiliation> </creator> <creator> <creatorName>Simon Li</creatorName> </creator> <creator> <creatorName>Russell Anderson</creatorName> <affiliation>La Trobe University</affiliation> </creator> <creator> <creatorName>Matthias Bussonnier</creatorName> <affiliation>UC Merced</affiliation> </creator> <creator> <creatorName>Justin Kiggins</creatorName> <affiliation>@chanzuckerberg</affiliation> </creator> <creator> <creatorName>Hector</creatorName> </creator> <creator> <creatorName>Heath Patterson</creatorName> <affiliation>Vanderbilt University</affiliation> </creator> <creator> <creatorName>Guillaume Gay</creatorName> <affiliation>Morphogénie Logiciels SAS</affiliation> </creator> <creator> <creatorName>Eric Perlman</creatorName> </creator> <creator> <creatorName>Davis Bennett</creatorName> </creator> <creator> <creatorName>Christoph Gohlke</creatorName> <affiliation>University of California, Irvine</affiliation> </creator> <creator> <creatorName>Alexandre de Siqueira</creatorName> <affiliation>@BIDS</affiliation> </creator> </creators> <titles> <title>napari/napari: 0.2.12</title> </titles> <publisher>Zenodo</publisher> <publicationYear>2020</publicationYear> <dates> <date dateType="Issued">2020-02-27</date> </dates> <resourceType resourceTypeGeneral="Software"/> <alternateIdentifiers> <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/3689231</alternateIdentifier> </alternateIdentifiers> <relatedIdentifiers> <relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo">https://github.com/napari/napari/tree/v0.2.12</relatedIdentifier> <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.3555620</relatedIdentifier> </relatedIdentifiers> <version>v0.2.12</version> <rightsList> <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights> </rightsList> <descriptions> <description descriptionType="Abstract">Announcement: napari 0.2.12 <p>We're happy to announce the release of napari 0.2.12! napari is a fast, interactive, multi-dimensional image viewer for Python. It's designed for browsing, annotating, and analyzing large multi-dimensional images. It's built on top of Qt (for the GUI), vispy (for performant GPU-based rendering), and the scientific Python stack (numpy, scipy).</p> <p>For more information, examples, and documentation, please visit our website: <a href="https://github.com/napari/napari">https://github.com/napari/napari</a></p> New Features <ul> <li>Add clickable color swatch with QColorDialog (#832)</li> <li>Implement pluggy as plugin manager (#908)</li> <li>Allow toggle theme from GUI (#943)</li> <li>Add "Screenshot" option to File menu (#944)</li> </ul> Improvements <ul> <li>Allow 3D point selection via API (#907)</li> <li>Add show param to Viewer (#961)</li> <li>Make mouse drag attributes private in qt_layerlist (#974)</li> <li>Rename <code>viewer</code> attribute on QtViewerDockWidget to <code>qt_viewer</code>(#975)</li> <li>Allow LayerList to be initialized by passing in a list of layers (#979)</li> <li>Rename <code>object</code> to <code>item</code> in list input arguments (#980)</li> <li>Add layers.events.changed event (#982)</li> </ul> Bugfixes <ul> <li>Fix add points to empty layer (#933)</li> <li>Fix points thumbnail (#934)</li> <li>Fix 4D ellipses (#950)</li> <li>Fix Points highlight bug index (Points-data6-3 test) (#972)</li> <li>Fix labels colormap by updating computation of low discrepancy images (#985)</li> <li>Pin jupyter-client&lt;6.0.0 (#997)</li> </ul> Support <ul> <li>Sphinx docs restructuring (create space for dev-focused prose) (#942)</li> <li>Fixes broken tutorials links (#946)</li> <li>Remove 'in-depth' descriptor for tutorials (#949)</li> <li>Flatten auto-generated docs repo (#954)</li> <li>Fix bash codeblock in README.md (#956)</li> <li>Abstract the construction of view/viewermodel (#957)</li> <li>Add docstrings to qt_layerlist.py (#958)</li> <li>Fix docs url (#960)</li> <li>Fix docs script (#963)</li> <li>Fix docs version tag (#964)</li> <li>Disallow sphinx 2.4.0; bug fixed in 2.4.1 (#965)</li> <li>Remove duplicated imports in setup.py (#969)</li> <li>Fix viewer view_* func signature parity (#976)</li> <li>Fix ability to test released distributions (#1002)</li> <li>Fix recursive-include in manifest.in (#1003)</li> </ul> 11 authors added to this release [alphabetical by first name or login] <ul> <li>Genevieve Buckley</li> <li>Hagai Har-Gil</li> <li>Juan Nunez-Iglesias</li> <li>Justin Kiggins</li> <li>Kevin Yamauchi</li> <li>Kira Evans</li> <li>Nicholas Sofroniew</li> <li>Peter Boone</li> <li>Talley Lambert</li> <li>Tony Tung</li> <li>Trevor Manz</li> </ul> 10 reviewers added to this release [alphabetical by first name or login] <ul> <li>Ahmet Can Solak</li> <li>Clinton Roy</li> <li>Genevieve Buckley</li> <li>Juan Nunez-Iglesias</li> <li>Kevin Yamauchi</li> <li>Kira Evans</li> <li>Nicholas Sofroniew</li> <li>Peter Boone</li> <li>Talley Lambert</li> <li>Tony Tung</li> </ul></description> </descriptions> </resource>
All versions | This version | |
---|---|---|
Views | 1,810 | 259 |
Downloads | 240 | 92 |
Data volume | 552.6 MB | 204.0 MB |
Unique views | 1,558 | 216 |
Unique downloads | 179 | 70 |