<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts to news</title><link href="https://sourceforge.net/p/fraid/news/" rel="alternate"/><link href="https://sourceforge.net/p/fraid/news/feed.atom" rel="self"/><id>https://sourceforge.net/p/fraid/news/</id><updated>2008-01-29T00:27:39Z</updated><subtitle>Recent posts to news</subtitle><entry><title>FrAid 1.5 released</title><link href="https://sourceforge.net/p/fraid/news/2008/01/fraid-15-released/" rel="alternate"/><published>2008-01-29T00:27:39Z</published><updated>2008-01-29T00:27:39Z</updated><author><name>Ivaylo Iliev</name><uri>https://sourceforge.net/u/userid-936632/</uri></author><id>https://sourceforge.net38fc311ca5908e40c05e6839c9c088c32d9c24bd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Here is what is new/changed in FrAid 1.5:&lt;br /&gt;
- playSound() and recordSound() add real time processing capabilities - check out the demos at &lt;a href="http://fraid.sourceforge.net/begin/demo/intro_demo.html"&gt;http://fraid.sourceforge.net/begin/demo/intro_demo.html&lt;/a&gt;&lt;br /&gt;
- sampledF() is replaced by samples() and vector()&lt;br /&gt;
- mandelbrot starts hulia on left click (controlled by the popup menu)&lt;br /&gt;
- change in diff - diff('f(x),0,x); is good, diff('f(x),x); (no second arg) is bad&lt;br /&gt;
- the last parameter of &amp;quot;quad&amp;quot; is optional now&lt;br /&gt;
- controlVar takes tolerance arguments&lt;br /&gt;
- dumpXXX functions renamed to printXXX&lt;br /&gt;
- fourier is gone (new spectrum function created)&lt;br /&gt;
- rearange arg order of transform3 and iterFract&lt;br /&gt;
- rand - new function&lt;br /&gt;
- xxxS - new functions&lt;br /&gt;
- debugParser function&lt;br /&gt;
- eval later is gone&lt;br /&gt;
- new meta expressions - {xxx}&lt;br /&gt;
- add doesn't add strings any more&lt;br /&gt;
- change of priority of &amp;lt;,&amp;gt;,==, etc. (higher than &amp;amp;,|, etc.)&lt;br /&gt;
- org.fraid.interpreter.symbtable.functions.assign can be called with a DefinedFunction or a String as a first parameter now&lt;br /&gt;
- new string function&lt;br /&gt;
- _xxx plot functions are gone and now all functions can take a plugin name&lt;br /&gt;
- in all graphics functions the model name parameter moved to be the last parameter&lt;br /&gt;
- new org.fraid.xxx.sampled packages and some existing classes moved there&lt;br /&gt;
- org.fraid.complex moved to org.fraid.function&lt;br /&gt;
- org.fraid.complex.SampledFunction is gone, org.fraid.function.DefinedFunction now does both.&lt;br /&gt;
- ComplexHelper moved to FunctionHelper&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>FrAid 1.4 available</title><link href="https://sourceforge.net/p/fraid/news/2006/07/fraid-14-available/" rel="alternate"/><published>2006-07-07T17:54:47Z</published><updated>2006-07-07T17:54:47Z</updated><author><name>Ivaylo Iliev</name><uri>https://sourceforge.net/u/userid-936632/</uri></author><id>https://sourceforge.net5ea3eb808025ad741cd9aff7d147e90682bc66c4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Here is what is new/changed in FrAid 1.4:&lt;br /&gt;
- FrAid is now modular (use install_fraid_modular.jar, or see fraid_core.jar)&lt;br /&gt;
- major refactoring of the code due to the previous point;&lt;br /&gt;
- org.fraid.Scripting is now split on three interfaces due to the first point;&lt;br /&gt;
- static_symbols is not used any more but FrAid searches dynamically the installation for functions;&lt;br /&gt;
- changes in some existing functions - rk and rk1 now take additional string parameter (see the documentation and examples);&lt;br /&gt;
- some new functions - printClassPath(); and printPlugins();&lt;br /&gt;
- new plugin and function - see fourier();&lt;br /&gt;
- the site fraid.org changed substatially.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>FrAid 1.3 available</title><link href="https://sourceforge.net/p/fraid/news/2006/01/fraid-13-available/" rel="alternate"/><published>2006-01-17T05:56:50Z</published><updated>2006-01-17T05:56:50Z</updated><author><name>Ivaylo Iliev</name><uri>https://sourceforge.net/u/userid-936632/</uri></author><id>https://sourceforge.net9e6a5d7b000c47cf5426d6db3bdfb083891f6304</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Here is what is new/changed in FrAid 1.3:&lt;br /&gt;
- Now everything builds properly with jdk 1.5;&lt;br /&gt;
- New scripting interface org.fraid.Scripting;&lt;br /&gt;
- New FrAid Console working under Unix and Windows;&lt;br /&gt;
- the interpreter org.fraid.interpreter was generated using the latest JavaCC 4.0;&lt;br /&gt;
- org.fraid.complex.ComplexFunction is a class (not interface anymore);&lt;br /&gt;
- the java implemented functions do inherit from ComplexFunction and not Zero;&lt;br /&gt;
- new streamlined way to execute FrAid functions from Java or a scripting environment. Now you can use Complex ComplexFunction.exec( Object... args ) which wrapps around Complex ComplexFunction.invoke( Complex[] args );&lt;br /&gt;
- A couple of important changes to org.fraid.interpreter.Fraid.Start():&lt;br /&gt;
= stops at every end of line character (';'), this means that to make it process a multi line expression you need a loop - see the examples or the main function;&lt;br /&gt;
= returns null at EOF (use this as the ending condition of your loop, see prev. point);&lt;br /&gt;
- org.fraid.algorithm moved to org.fraid.plugin.algorithm&lt;br /&gt;
- org.fraid.symbtable moved to org.fraid.interpreter.symbtable&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>FrAid 1.2 is available</title><link href="https://sourceforge.net/p/fraid/news/2005/04/fraid-12-is-available/" rel="alternate"/><published>2005-04-07T14:55:32Z</published><updated>2005-04-07T14:55:32Z</updated><author><name>Ivaylo Iliev</name><uri>https://sourceforge.net/u/userid-936632/</uri></author><id>https://sourceforge.netedf860380d183268562885b63c55fd5d90b0aea2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Here is what is new/changed in FrAid 1.2:&lt;br /&gt;
- FrAid does 3D now;&lt;br /&gt;
- Much better demo is available;&lt;br /&gt;
- the threading model is somewhat better;&lt;br /&gt;
- new functions (still undocumented, see the demo pages):&lt;br /&gt;
org.fraid.graphics.functions.aggregation&lt;br /&gt;
org.fraid.graphics.functions.mandelbrot&lt;br /&gt;
org.fraid.graphics.functions.plot3d&lt;br /&gt;
org.fraid.graphics.functions.plot3&lt;br /&gt;
org.fraid.graphics.functions.plot3f&lt;br /&gt;
org.fraid.graphics.functions.color3D&lt;br /&gt;
org.fraid.graphics.functions.transform3&lt;br /&gt;
org.fraid.graphics.functions._iterFract&lt;br /&gt;
org.fraid.symbtable.functions.closeControlers&lt;br /&gt;
org.fraid.graphics.functions._transform3&lt;br /&gt;
org.fraid.utils.functions.rk1&lt;br /&gt;
org.fraid.graphics.functions._plot3&lt;/p&gt;
&lt;p&gt;Check fraid.org for the latest details...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>FrAid is in CVS at sourceforge.net</title><link href="https://sourceforge.net/p/fraid/news/2005/02/fraid-is-in-cvs-at-sourceforgenet/" rel="alternate"/><published>2005-02-15T18:16:37Z</published><updated>2005-02-15T18:16:37Z</updated><author><name>Ivaylo Iliev</name><uri>https://sourceforge.net/u/userid-936632/</uri></author><id>https://sourceforge.net0ee302c8a570b2e62d39f06906cd058f41ac1f36</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;FrAid source tree is available now in the sourceforge's CVS repository. &lt;br /&gt;
Check out &lt;a href="http://cvs.sourceforge.net/viewcvs.py/fraid/fraid/"&gt;http://cvs.sourceforge.net/viewcvs.py/fraid/fraid/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>FrAid 1.1 is released.</title><link href="https://sourceforge.net/p/fraid/news/2004/09/fraid-11-is-released/" rel="alternate"/><published>2004-09-13T17:05:15Z</published><updated>2004-09-13T17:05:15Z</updated><author><name>Ivaylo Iliev</name><uri>https://sourceforge.net/u/userid-936632/</uri></author><id>https://sourceforge.net4804ce2f0e2133e9d79d6567def37f22d8fb3304</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Available at &lt;a href="http://fraid.org" rel="nofollow"&gt;http://fraid.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here is what is new/changed in FrAid 1.1:&lt;br /&gt;
- now FrAid lives in the org.fraid namespace (iiichaos is gone);&lt;br /&gt;
- the installation/startup procedure;&lt;br /&gt;
- now to execute FrAid (no matter how - command line, applet, your code) you need only fraid.jar;&lt;br /&gt;
- new functions - min, max, quad;&lt;br /&gt;
- now all graphics built using FunctionPlotPlugIn (see the plot function) supports ptinting the function name in the graph;&lt;br /&gt;
- org.fraid.interpreter.Fraid::Start returns Complex making retrieving results from the FrAid scripts very easy;&lt;/p&gt;
&lt;p&gt;Will soon try to move the repository to the sourceforge's CVS system...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>FrAid used in an ecology project.</title><link href="https://sourceforge.net/p/fraid/news/2004/09/fraid-used-in-an-ecology-project/" rel="alternate"/><published>2004-09-13T17:01:11Z</published><updated>2004-09-13T17:01:11Z</updated><author><name>Ivaylo Iliev</name><uri>https://sourceforge.net/u/userid-936632/</uri></author><id>https://sourceforge.neted502215fce47389123480b0f52b2ea2afa3d296</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;See &lt;a href="http://sourceforge.net/projects/emsim"&gt;http://sourceforge.net/projects/emsim&lt;/a&gt; and &lt;a href="http://www.fea.unicamp.br/~rvalyi/" rel="nofollow"&gt;http://www.fea.unicamp.br/~rvalyi/&lt;/a&gt; .&lt;/p&gt;
&lt;p&gt;Thanks to Raphael Valyi for the excelent recomendations!&lt;/p&gt;
&lt;p&gt;FrAid 1.1 is comming soon.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>