v1.19.0
In this release I implemented a lot of new features concerned to napari
viewer. Lots of new widgets and key bindings. You can find them in the "Functions" menu in the menu bar.
New Features in Viewer
- Text editor widget for
Shapes
andPoints
layers. You can edit texts of selected shapes/points easily. - Parameter sweeping widget for most of the filtering functions, thresholding and labeling.
- Show image's info by
Alt
+ right click. - You can directly label an image in
napari
viewer (changeimg.labels
in place). - Text layer is available.
- Rectangle editor is available. You can set rectangle's edge lengths with pixels.
- Call
regionprops
in viewer and add the result directly to theLabels
layer's properties. add_surface
function to convert 3D images intoSurface
layers.- You can call
__getitem__
in function handler using input like["y=10:40"]
. - You can move shapes with arrow keys → ↑ ← ↓.
- When a
Shapes
orPoints
layer is selected, you can focus on the previous/next object by pressing[
or]
. - Cropping bug is fixed when rectangle is larger than images.
Others
- You can add images from the disk directly by
ip.gui.add(path)
. - Name
ip
is added in the global namespace by default insidenapari
's console if it is started fromstart.py
. LazyImgArray.drift_correction
's graph construction is much faster now by moving variableshift
into the localwarp
function.threshold
's argument is changed:dims
→along
, for compatibility with other functions.local_dft
,local_power_spectra
for fast up-sampling Fourier transformation.opening
function inLabel
.