<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://www.scilab.org/">
  <channel>
    <title>Scilab news</title>
    <link>https://www.scilab.org/</link>
    <description />
    <language>en</language>
    <item>
      <title>Scilab 2026.1.0 has been released!!!</title>
      <description><![CDATA[
<h1>Scilab 2026.1.0 has been released</h1>
This release brings new features:
<ul>
<li>Automatic expansion in arithmetic operators, No more <code>repmat()</code> or Kronecker product (<code>.*.</code>)</li>
<li>Inline documentation with <code>help()</code></li>
<li>Statistics: <code>pdist()</code>, <code>pdist2()</code>, <code>summary()</code> and more...</li>
<li>A complete set of native XLSX functions</li>
<li>Parquet & Arrow support</li>
</ul>
Discover more on <a href="https://scilab.discourse.group/t/scilab-2026-1-0-highlights-whats-new/1150">the announcement</a> post and <a href="https://www.scilab.org/download/scilab-2026.1.0">download it</a>.
]]></description>
            <pubDate>Tue, 19 May 2026 15:48:40 +0100</pubDate>
            <dc:creator>Scilab / Dassault Systèmes</dc:creator>
            <guid isPermaLink="false">232</guid>
        </item>
    <item>
      <title>Scilab 2026.0.1 - Hotfix release</title>
      <description><![CDATA[
<h1>Scilab 2026.0.1 - Hotfix release</h1>
This release fixes parser and object-related bugs that caused crashes in edge cases.<br>
<br>
For enhanced stability and reliability, we strongly recommend <b>upgrading to Scilab 2026.0.1</b>.<br>
<br>
<a href="https://www.scilab.org/download/scilab-2026.0.1">Download it</a> and <a href="https://gitlab.com/scilab/scilab/-/blob/2026.0.1/scilab/CHANGES.md#scilab-202601">view the changelog</a>.
]]></description>
        <pubDate>Thu, 05 February 2026 14:31:00 +0100</pubDate>
        <dc:creator>Scilab / Dassault Systèmes</dc:creator>
        <guid isPermaLink="false">231</guid>
    </item>
    <item>
      <title>Classification functions, clustering algorithms</title>
      <description><![CDATA[
<img src="https://global.discourse-cdn.com/free1/uploads/utc/original/1X/8a917534ef2fd2398efb441f162531662c55c070.png" width="300" />
<br>
In Scilab 2026.0.0, two widely used clustering algorithms are now built-in:
<ul>
  <li><code>dbscan()</code> for density-based clustering</li>
  <li><code>meanshift()</code> for mode-seeking clustering</li>
</ul>
Discover more on the <a href="https://scilab.discourse.group/t/scilab-2026-0-0-highlights-what-s-new/1059#p-3244-new-classification-functions-2">dedicated post</a>.
]]></description>
        <pubDate>Wed, 14 Jan 2026 10:00:25 +0100</pubDate>
        <dc:creator>Scilab / Dassault Systèmes</dc:creator>
        <guid isPermaLink="false">230</guid>
    </item>
    <item>
      <title>Objects in Scilab</title>
      <description><![CDATA[
<h1>Classes, instantiation, and multiple inheritance</h1>
In Scilab 2026.0.0, a new object-oriented programming (OOP) paradigm has been introduced using the keyword <code>classdef</code>.
<ul>
  <li>Classes with properties, methods and enumeration</li>
  <li>Constructors for instance initialization</li>
  <li>Member visibility (public / protected / private)</li>
  <li>Multiple inheritance (well-defined and documented method resolution)</li>
</ul>
Discover more on the <a href="https://scilab.discourse.group/t/objects-in-scilab">dedicated post</a>.
]]></description>
        <pubDate>Thu, 20 November 2025 14:31:00 +0100</pubDate>
        <dc:creator>Scilab / Dassault Systèmes</dc:creator>
        <guid isPermaLink="false">229</guid>
    </item>
    <item>
      <title>Scilab 2026.0.0 has been released!!!</title>
      <description><![CDATA[
<h1>Scilab 2026.0.0 has been released</h1>
This release brings new features:
<ul>
  <li>Object-oriented programming with <a href="https://help.scilab.org/classdef">classdef</a> (See <a href="https://scilab.discourse.group/t/objects-in-scilab/">dedicated post</a>)</li>
  <li>The classification/clustering functions <a href="https://help.scilab.org/dbscan">dbscan</a> and <a href="https://help.scilab.org/meanshift">meanshift</a></li>
  <li>Xcos <a href="https://ssp-standard.org/">SSP 2.0</a> file format as default.
  <li>Colormaps per axes</li>
</ul>
Discover more on <a href="https://scilab.discourse.group/t/scilab-2026-0-0-highlights-what-s-new">the announcement</a> post and <a href="https://www.scilab.org/download/scilab-2026.0.0">download it</a>.
]]></description>
        <pubDate>Thu, 16 October 2025 14:31:00 +0100</pubDate>
        <dc:creator>Scilab / Dassault Systèmes</dc:creator>
        <guid isPermaLink="false">228</guid>
    </item>
    <item>
      <title>Extension for Visual Studio Code</title>
      <description><![CDATA[
<img  src="https://global.discourse-cdn.com/free1/uploads/utc/original/1X/b3be0412a91dca77975548dd00130ede7f6c898b.png" width="150" />
<p>
  <a href="https://code.visualstudio.com/">Visual Studio Code</a>, commonly named VS Code, is a source-code editor developed by Microsoft for various programming languages, Scilab has its own extension developed by the Numerical Computation Team at Dassault Systèmes.
</p>
<p>
  <a href="https://marketplace.visualstudio.com/items?itemName=scilab.scilab">Install it now</a> and enjoy the features: syntax highlighting, code snippets, completion with help, debugging, etc..
</p>
]]></description>
      <pubDate>Mon, 10 Feb 2025 11:42:53 +0100</pubDate>
      <dc:creator>Scilab / Dassault Systèmes</dc:creator>
      <guid isPermaLink="false">226</guid>
    </item>
    <item>
      <title>Jupyter scilab-kernel 0.10.0 has been released</title>
      <link>https://scilab.discourse.group/t/jupyter-scilab-kernel-0-10-0-has-been-released/405</link>
      <description><![CDATA[
<img src="https://scilab.discourse.group/uploads/short-url/f1MoiIg58WNlf370SrRHOda3xi3.png" width="150"/>
<br>
<strong>New release for Jupyter scilab-kernel is available.</strong>
<br>
It fixes various issues and works with all recent Scilab versions.
<br><br>
Happy notebook coding!
<br>
]]></description>
      <pubDate>Thu, 22 Feb 2024 16:19:51 +0100</pubDate>
      <dc:creator>Scilab / Dassault Systèmes</dc:creator>
      <guid isPermaLink="false">223</guid>
    </item>
    <item>
      <title>New language feature “arguments”</title>
      <link>
        https://scilab.discourse.group/t/new-language-feature-arguments-introduced-in-scilab-2024-0-0/367</link>
      <description><![CDATA[
<img src="https://scilab.discourse.group/uploads/short-url/a5EMxA2mru4evV8xTtrPfcUGyls.png" />
<br>
This will simplify the writing of input arguments validation, standardize messages and add readability of code by avoiding blocks of checkers.
<br>
It might also speed up functions with a lot of checks.
<br>
]]></description>
      <pubDate>Mon, 29 Jan 2024 10:21:51 +0100</pubDate>
      <dc:creator>Scilab / Dassault Systèmes</dc:creator>
      <guid isPermaLink="false">222</guid>
    </item>
    <item>
      <title>Timeseries: Simple Use Case</title>
      <link>https://scilab.discourse.group/t/timeseries-simple-use-case/253</link>
      <description><![CDATA[
<strong>Have you seen that <a href="https://help.scilab.org/section_28cb6789b22080c4ed6cd48ce71cde7c.html">timeseries</a> have been added in Scilab 2024.0.0?</strong>
Discover more on our <a href="https://scilab.discourse.group/t/timeseries-simple-use-case/253">post</a> on Discourse.<br>
<img src="https://scilab.discourse.group/uploads/short-url/y3sEzwdwTd2IqA7RrprpnxsbtP9.png" width="300" /><br>
]]></description>
      <pubDate>Wed, 06 Dec 2023 11:19:41 +0100</pubDate>
      <dc:creator>Scilab / Dassault Systèmes</dc:creator>
      <guid isPermaLink="false">220</guid>
    </item>
    <item>
      <title>Web tools in Scilab 6.1</title>
      <link>https://www.scilab.org/news/data-import-in-scilab-6.1</link>
      <description><![CDATA[
<h1>Web tools in Scilab</h1>
Leverage the new functions for server communication, based on the well known web protocol HTTPS:
<ul>
  <li><a href="https://help.scilab.org/docs/6.1.0/en_US/http_get.html">GET</a> to simply get data from remote location.</li>
  <li><a href="https://help.scilab.org/docs/6.1.0/en_US/http_post.html">POST</a> to exchange data with the server through the request.</li>
</ul>
It enables seemless exchanges with remote servers, by connecting to their API (i.e. the interface they provide to the outside).
]]></description>
      <pubDate>Sun, 05 Apr 2020 12:00:00 +0000</pubDate>
      <dc:creator>Scilab / ESI Group</dc:creator>
      <guid isPermaLink="false">214</guid>
    </item>
    <item>
      <title>Data import in Scilab</title>
      <link>https://www.scilab.org/news/data-import-in-scilab-6.1</link>
      <description><![CDATA[
<h1>Data import in Scilab</h1>
A <a href="https://help.scilab.org/uiimport">uiimport</a> facilitate the import of data coming from .txt and .csv files.
It provides an interface to <a href="https://help.scilab.org/csvRead">csvRead</a> function to facilitate the entry of arguments such as separator, decimal, conversion, header.
]]></description>
      <pubDate>Tue, 03 Mar 2020 12:00:00 +0000</pubDate>
      <dc:creator>Scilab / ESI Group</dc:creator>
      <guid isPermaLink="false">212</guid>
    </item>
    <item>
      <title>Feedbacks on Scilab Conference 2019</title>
      <link>https://www.scilab.org/news/feedbacks-scilab-conference-2019</link>
      <description><![CDATA[
<h1>Scilab Conference 2019</h1>
<p>Keynote of CNES French Space Agency on the Asteroidlander MASCOT boarding the Hayabusa2 mission in collaboration with the Japanese Space Agency JAXA and the German Aerospace Center DLR.</p>
<p>Discover Scilab usage from Deimos Satellite Systems, Altran, X2C - Linz Center of Mechatronics, Microchip, Ostfalia University of Applied Science, and more...</p>
]]></description>
      <pubDate>Tue, 15 Oct 2019 12:00:00 +0000</pubDate>
      <dc:creator>Scilab / ESI Group</dc:creator>
      <guid isPermaLink="false">209</guid>
    </item>
    <item>
      <title>Feedbacks on Scilab Conference 2018</title>
      <link>https://www.scilab.org/news/feedbacks-scilab-conference-2018</link>
      <description><![CDATA[
<img src="https://www.scilab.org/sites/default/files/news/208/scilab-conference-2018.png" width="300" />
<p>Discover Scilab usage from Fraunhofer IIS, ArcelorMittal, Sanofi, Qualcomm, INRA, and CNES, and more...</p>
]]></description>
      <pubDate>Mon, 26 Nov 2018 12:00:00 +0000</pubDate>
      <dc:creator>Scilab / ESI Group</dc:creator>
      <guid isPermaLink="false">208</guid>
    </item>
  </channel>
</rss>
