-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #293 from jburel/gh-pages-staging
Announcement for 4.0.0
- Loading branch information
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
layout: post | ||
title: "Release: 4.0.0" | ||
date: 2018-05-22 | ||
--- | ||
|
||
We are pleased to announce the release of OMERO.figure 4.0.0. | ||
|
||
This is a major release that adds support for "big" tiled Images. | ||
This means that OMERO.figure can now handle WSI image data or other images with | ||
large XY sizes. | ||
|
||
It includes changes to the way ROI stroke-widths are displayed. | ||
Previously, ROI stroke-widths were measured in image pixels so that | ||
lines appeared thinner as an image panel was zoomed out. | ||
However, this meant that lines of similar width can appear at different | ||
thicknesses on different images. It also meant that on "big" Images that | ||
were zoomed out a long way, lines would disappear completely. | ||
|
||
Now, stroke-widths are measured by page points so all lines of a | ||
similar stroke-width will appear the same thickness on the page, | ||
independent of the size or zoom of the panel they are on. | ||
|
||
When older figures are opened with OMERO.figure 4.0.0, stroke-widths | ||
will be updated so that the appearance of ROI lines remains the same. | ||
|
||
Other features: | ||
|
||
* Allow loading Polygons and Polylines from OMERO to add to Images | ||
* Open-with Figure and adding Images now preserves the order of Images | ||
* Support for adding label of T-index to time-lapse Images | ||
* Show a spinner while loading new Images | ||
|
||
For developers: | ||
|
||
* Use test_infra to test listing of figure files | ||
* Breaking change in figure JSON model. Stroke-widths changed (see above) and export-dpi renamed to min-export-dpi | ||
* Use shape-editor 4.0.0 to support Polygons and Polylines and not scale stroke-width | ||
|
||
This release also upgrades the required version of OMERO | ||
to 5.4.0 or newer. |
This file contains 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