Hi Albert,<div><br></div><div>Thanks for the bug reports in regards to beta 5. I've entered them into our bug database and we'll address them as soon as feasible. I've CCed you on the relevant tickets. See (<a href="http://trac.imagej.net/ticket/1547">http://trac.imagej.net/ticket/1547</a>) and (<a href="http://trac.imagej.net/ticket/1548">http://trac.imagej.net/ticket/1548</a>).</div>
<div><br><div class="gmail_quote">On Tue, Oct 23, 2012 at 6:21 AM, Albert Cardona <span dir="ltr"><<a href="mailto:sapristi@gmail.com" target="_blank">sapristi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Nice work guys.<br>
<br>
Small issues I run into:<br>
<br>
'x' cuts for all rectangular ROIs, whereas 'f' fills in only the<br>
selected rectangular ROIs. One would expect 'f' and 'x' and others to<br>
consistently work either for all or for the selected ROIs, but not a<br>
mixed bag.<br>
<br>
This beanshell script:<br>
<br>
import ij.IJ;<br>
IJ.log("hello world");<br>
<br>
... fails to execute with the error:<br>
<br>
Caused by: Sourced file: null : Error in method invocation: Method<br>
log( java.lang.String ) not found in class'imagej.ImageJ' : at Line: 2<br>
: in file: <unknown file> : IJ .log ( "hi" )<br>
<br>
... which seems to indicate that the "log" method is not found in the<br>
class where it is invoked.<br>
<br>
Albert<br>
<br>
<br>
2012/10/22 Curtis Rueden <<a href="mailto:ctrueden@wisc.edu">ctrueden@wisc.edu</a>>:<br>
<div class="HOEnZb"><div class="h5">> Hi everyone,<br>
><br>
> The ImageJDev team has released the fifth beta of ImageJ2, version<br>
> 2.0.0-beta5.<br>
><br>
> ImageJ 2.0.0-beta5 is a "beta"-quality release, meaning the code is not<br>
> finished. The design is more stable than before but still subject to change<br>
> until the final 2.0.0 release. It is recommended that people continue to use<br>
> ImageJ v1.x for critical work.<br>
><br>
> The ImageJ2 user interface is modeled after ImageJ v1.x as much as possible.<br>
> However, under the hood, ImageJ2 is a complete redesign of ImageJ. It<br>
> provides backward compatibility with older versions of ImageJ by bundling<br>
> the latest v1.x code and translating between "legacy" and "modern" image<br>
> structures.<br>
><br>
> Development of this release of ImageJ focused on the addition of scripting<br>
> support. The release was timed to coincide with the ImageJ conference in<br>
> Luxembourg, to ensure participants have access to a recent, stable codebase.<br>
> Since the development cycle for this beta was shorter than many of our<br>
> previous cycles, there are fewer new major features. But we have made<br>
> substantial progress on some big ticket items (such as multi-step undo and<br>
> redo) that will be part of the next beta release.<br>
><br>
> For further details on this release, including a discussion of new features,<br>
> please see our blog post:<br>
>   <a href="http://developer.imagej.net/2012/10/19/imagej-v200-beta5" target="_blank">http://developer.imagej.net/2012/10/19/imagej-v200-beta5</a><br>
><br>
> You can download the release from:<br>
>   <a href="http://developer.imagej.net/downloads" target="_blank">http://developer.imagej.net/downloads</a><br>
><br>
> To more accurately reflect what is left to do, we have recently reestimated<br>
> ImageJ2's release dates, and scheduled additional betas before the final<br>
> 2.0.0 release. See the Downloads page for the updated table of planned<br>
> future releases and roadmap links for the project. The focus of the next<br>
> release (2.0.0-beta6) is on robust core support for N-dimensional data,<br>
> including very large image data, and data/display decoupling.<br>
><br>
> For more details on the ImageJ developments, see the web site at:<br>
>   <a href="http://developer.imagej.net/" target="_blank">http://developer.imagej.net/</a><br>
><br>
> Regards,<br>
> Curtis Rueden<br>
> ImageJDev project lead<br>
> Laboratory for Optical and Computational Instrumentation<br>
> University of Wisconsin-Madison<br>
><br>
> --<br>
> Please avoid top-posting, and please make sure to reply-to-all!<br>
><br>
> Mailing list web interface: <a href="http://groups.google.com/group/fiji-devel" target="_blank">http://groups.google.com/group/fiji-devel</a><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
<a href="http://albert.rierol.net" target="_blank">http://albert.rierol.net</a><br>
<a href="http://www.ini.uzh.ch/~acardona/" target="_blank">http://www.ini.uzh.ch/~acardona/</a><br>
<br>
_______________________________________________<br>
ImageJ-devel mailing list<br>
<a href="mailto:ImageJ-devel@imagej.net">ImageJ-devel@imagej.net</a><br>
<a href="http://imagej.net/mailman/listinfo/imagej-devel" target="_blank">http://imagej.net/mailman/listinfo/imagej-devel</a><br>
</font></span></blockquote></div><br></div>