-Welcome to Scilab 6.1.X
+Welcome to Scilab 6.1.0
=======================
-This file details the changes between Scilab 6.1.X (this development branch), and the previous release 6.0.X.
-For changelogs of earlier releases, please see [Scilab 6.0.0][1].
+This file details the changes between Scilab 6.1.0 (this version), and the previous release 6.0.2.
+For changelogs of earlier releases, please see [Scilab 6.0.2][1].
This file is intended for the specific needs of advanced users, and describes:
- High-level new features,
- Changes in functions (removed/added/modified),
- Bug fixes.
-This is an in-development version which might be unstable.
Please report anything we could have missed, on the [mailing lists][2] or the [bug tracker][3].
-[1]: https://help.scilab.org/docs/6.0.0/en_US/CHANGES.html
+[1]: https://help.scilab.org/docs/6.0.2/en_US/CHANGES.html
[2]: http://mailinglists.scilab.org
[3]: https://bugzilla.scilab.org
<br/>
<div class="refsection">
<!-- Copy the html rendered CHANGES.md file below -->
-<h1>Welcome to Scilab 6.1.X</h1>
-<p>This file details the changes between Scilab 6.1.X (this development branch), and the previous release 6.0.X.
-For changelogs of earlier releases, please see <a href="https://help.scilab.org/docs/6.0.0/en_US/CHANGES.html">Scilab 6.0.0</a>.</p>
+<h1>Welcome to Scilab 6.1.0</h1>
+<p>This file details the changes between Scilab 6.1.0 (this version), and the previous release 6.0.2.
+For changelogs of earlier releases, please see <a href="https://help.scilab.org/docs/6.0.2/en_US/CHANGES.html">Scilab 6.0.2</a>.</p>
<p>This file is intended for the specific needs of advanced users, and describes:</p>
<ul>
<li>High-level new features,</li>
<li>Changes in functions (removed/added/modified),</li>
<li>Bug fixes.</li>
</ul>
-<p>This is an in-development version which might be unstable.
-Please report anything we could have missed, on the <a href="http://mailinglists.scilab.org">mailing lists</a> or the <a href="https://bugzilla.scilab.org">bug tracker</a>.</p>
+<p>Please report anything we could have missed, on the <a href="http://mailinglists.scilab.org">mailing lists</a> or the <a href="https://bugzilla.scilab.org">bug tracker</a>.</p>
<h2>Main new features</h2>
<p>For a high-level description of the main new features of this release, please consult the <a href="modules/helptools/data/pages/homepage-en_US.html">embedded help</a>. It is also available as the "What's new" page of the help, by simply typing <code>help</code> in Scilab console.</p>
<p>In summary, the main new features are:</p>
<ul>
<li>It now accepts positive signed encoded integers.</li>
<li>It now supports the new uint64 and int64 types of encoded integers.</li>
- <li>For decimal numbers: bits with indices > 52 can now be retrieved (up to <code>log2(number_properties("huge"))</code> = 1024).</li>
+ <li>For decimal numbers: bits with indices > 52 can now be retrieved (up to <code>log2(number_properties("huge"))</code> = 1024).</li>
<li>For decimal numbers <code>x > 2^52</code>, queried bits below <code>%eps</code> (indices < log2(x)-52) now return <code>Nan</code> instead of 0.</li>
<li>Several bits can now be retrieved from each component of an input array.</li>
</ul>
<ul>
<li>It now accepts positive Signed encoded integers.</li>
<li>It now supports the new uint64 and int64 types of encoded integers.</li>
- <li>For decimal numbers: bits with indices > 32 can now be set (up to #1024).</li>
+ <li>For decimal numbers: bits with indices > 32 can now be set (up to #1024).</li>
<li>Several bits can now be set for each input component.</li>
<li>Distributive scalar inputs are now accepted.</li>
</ul>
</div>
</body>
-</html>
\ No newline at end of file
+</html>