1 Changes between version 5.4.0-alpha-1 and 5.4.0-beta-1 of Scilab
2 ================================================================
8 * Entire refactoring of Scilab graphic capabilities.
10 * Based on SciRenderer (rendering library based on JoGL), Scilab graphics have
11 been rewritten hence providing new graphics with:
12 - better performances,
14 - 2-D zoom using the mouse wheel,
15 - new 3-D zoom capabilities,
16 - rotation available through the mouse right-click.
17 SciRenderer is a free and open-source library developed by Scilab Enterprises
18 for 2-D and 3-D rendering of scientific data.
20 * Improved graphic exports:
21 - Off-screen export (Scilab will not open a window to export with driver).
22 - Support of new bitmap formats: PNG, JPEG and BMP in the driver function.
23 - Support of new vectorial formats: PDF and SVG in the driver function.
24 - Fix many portability issues.
27 * Bug #4289 fixed - Graphic exports were not working when the drawlater or the
28 pixmap modes were activated.
30 * Bug #4339 fixed - listvarinfile did not manage graphic handles.
32 * Bug #4818 fixed - Scilab could not export graphics with a lot of information.
34 * Bug #8241 fixed - Graphical properties were not always inherit.
36 * Bug #8250, #10567, #10614 fixed - Drop artefacts on the
37 vectorial (EPS/PDF/SVG) exports.
39 * Bug #8705 fixed - Could not save some specific graphics.
41 * Bug #9721 fixed - Improve the documentation on tight_limits. Thanks to Samuel
44 * Bug #10206 fixed - SVG with a french localization was, in some cases, using
45 , instead of . for numerical separator.
47 * Bug #10360 fixed - Default format for export is now PNG instead of BMP.
49 * Bug #10637 fixed - xs2svg crashed when first input argument was not a figure handle.
50 Now it returns an error message.
56 * A 'Console' handle has been created and can be obtained by calling get(0):
57 - uimenus now appear as 'Children' of this handle when they are added to the
59 - its 'ShowHiddenHandles' property enables the user to make some hidden
60 graphic objects visible
62 * Scilab Console and graphic figure menus are now uimenus. They are hidden by
63 default, use set(get(0), "ShowHiddenHandles", "on") to see them in the
66 * New uicontrols added:
67 - 'image' style uicontrol: display, transformation and various other
69 - 'table' style uicontrol: display data in a table form (read-only in Scilab
70 5.4.0-BETA-1 version).
72 * The 'Value' property can now contain non integer values and allow to take full
73 advantage of 'slider' style uicontrols (See bug #7380).
75 * Figure resizing can now be managed by the user (uicontrol position setting, ...)
76 through the 'resizefcn' property.
82 * save/load functions can export/import Scilab data to SOD format:
83 - Scilab data are saved and loaded using a standard, HDF5-based, documented,
84 and fully tested: Scilab Open Data format (SOD).
85 - Graphic handles can be saved with the SOD format.
86 - 'save' writes data to HDF5 format when using new calling sequence
87 save(filename.sod, "a", "b", "c"). This format is Scilab 6 compatible.
88 - 'save' displays a message when using old calling sequence
89 save(filename, a, b, c) and writes data in old Scilab binary format.
90 The previous format will not be supported by Scilab 6.
91 - The 'matfile2sci' function now converts MAT-files to SOD files.
93 * Calling load with a file descriptor as first input argumlent is now obsolete.
94 Please replace the file descriptor by the corresponding file name.
95 This feature will be removed in Scilab 6.0.0
97 * Update the default size of the Scilab stack to 100 M elements (instead of 50M).
98 See stacksize for more information.
100 * Scilab Desktop provide a button in dockbar to get the help about the component.
102 * External modules are managed out of the box by test_run function. See bug #9834.
103 Example: test_run('SCI/contrib/toolbox_skeleton')
109 * Rename xmlClose in xmlDelete and xmlGetOpenStreams in xmlGetOpenDocs.
111 * Bug #10185 fixed - Add xmlDelete("all") in xml.quit.
113 * Bug #10594 fixed - size could not be used with two arguments on XMLList.
115 * Bug #10630 fixed - Fix a typo in one of the error message.
117 * Bug #10670 fixed - Avoid a crash when xmlRead had an arg with a bad size.
123 * Management of Docbook tags <note>, <caution>, <warning>, <important> and
124 <tip>. See bug #10505.
126 * Function help_skeleton extended to propose the <revhistory>, <latex>, <note>,
127 <caution>, <warning>, <important> and <tip> tags in examples.
129 * The Russian documentation is now available. Many thanks to Stanislav Kroter.
131 * Many errors have been fixed in Scilab documentation:
132 - Wrong calling sequences
137 * Bug #3811 fixed - The overloading charcode was wrong for libraries.
139 * Bug #4813 fixed - Description of type 0 added in type help page.
141 * Bug #7167 fixed - Fix a typo in pdiv.
143 * Bug #7859 fixed - Improvements of the "exists" help page.
145 * Bug #8685 fixed - Lack of consistency in the keyword documentation.
147 * Bug #9255 fixed - Correct bad calling sequence in list_double_writing api page.
149 * Bug #9502 fixed - 'toolbox' was badly used in assert help pages (replaced by 'module').
151 * Bug #9520 fixed - add missing named functions in API Scilab pages.
153 * Bug #9654 fixed - an example of 'optim' help was poorly implemented.
155 * Bug #9700 fixed - optim help page had a mistake about bounds management.
157 * Bug #9734 fixed - intsplin help pages moved from interpolation to
158 elementary functions chapter.
160 * Bug #9954 fixed - Add an example in gmres documentation.
162 * Bug #9953 fixed - Add documentation to the fre input argument of stdevf.
164 * Bug #10272 fixed - Add examples in squeeze documentation.
166 * Bug #10520 fixed - The fact that ceil, floor, round or fix could manage complex
167 matrices was not clearly stated in the documentation.
169 * Bug #10523 fixed - The fact that flipdim could manage complex matrices was
170 not clearly stated in the documentation.
172 * Bug #10543 fixed - %eps, %pi, %i, %nan, %inf were not documented.
174 * Bug #10457 fixed - Reference in the fftw help page pointed to wrong version.
176 * Bug #10465 fixed - Fix typo in isreal help page ('has' rather than 'as').
178 * Bug #10473 fixed - Error in factorial function help page bibliograhy fixed.
180 * Bug #10475 fixed - Error in perms function help page fixed.
182 * Bug #10518 fixed - odeoptions help page was inaccurate.
184 * Bug #10526 fixed - A string was in French in the English help page of cumprod.
186 * Bug #10536 fixed - A string was in French in the English help page of cumsum.
188 * Bug #10538 fixed - Fix typos in the help page of prod and cumprod.
190 * Bug #10579 fixed - Wrong reference to and function in the help page of prod
193 * Bug #10628 fixed - Change reference to sci_types enum and add see also section.
195 * Bug #10634 fixed - dsearch help page referenced an invalid input argument
198 * Bug #10656 fixed - Exception when an empty help browser was closed.
200 * Bug #10658 fixed - Typos fixed in the bloc2exp help page.
202 * Bug #10673 fixed - Typos fixed in the help page of ssrand.
204 * Bug #10685 fixed - inttrap help page moved to differential calculus module.
206 * Bug #10716 fixed - The help page of acos badly talked about vectors instead of matrices.
208 * Bug #10717 fixed - Typos fixed in the help page of acosd.
210 * Bug #10720 fixed - Typos fixed in the help page of acosh.
212 * Bug #10724 fixed - Missing links in the help page of acot added.
214 * Bug #10725 fixed - Typos fixed in the help page of acot.
216 * Bug #10726 fixed - Missing links in the help page of acsc added.
218 * Bug #10727 fixed - Missing links in the help page of asech added.
220 * Bug #10728 fixed - Wrong link in the help page of asind fixed.
222 * Bug #10729 fixed - Missing links in the help page of asinh added.
224 * Bug #10730 fixed - Missing links in the help page of asinhm added.
226 * Bug #10731 fixed - Typos fixed in the help page of atan.
228 * Bug #10732 fixed - Wrong link in the help page of atand fixed.
230 * Bug #10733 fixed - Missing link in the help page of atanm added.
232 * Bug #10734 fixed - Missing link in the help page of cos added.
234 * Bug #10735 fixed - Missing information about input argument in the help page of cotd added.
236 * Bug #10736 fixed - Missing "Arguments" section in the help page of coth added.
238 * Bug #10737 fixed - Missing "Arguments" section in the help page of cothm added.
240 * Bug #10738 fixed - Typos fixed in the help page of cscd.
242 * Bug #10739 fixed - Typos fixed in the help page of csgn.
244 * Bug #10740 fixed - Typos fixed in the help page of sec.
246 * Bug #10741 fixed - Typos fixed in the help page of secd.
248 * Bug #10742 fixed - Missing link in the help page of sin added.
250 * Bug #10743 fixed - Wrong link in the help page of sind fixed.
252 * Bug #10744 fixed - Typos fixed in the help page of sinh.
254 * Bug #10745 fixed - Typos fixed in the help page of tand.
256 * Bug #10809, #10810 fixed - error_table help page was not up-to-date.
258 * Bug #10828 fixed - Developer arguments were not displayed in the help of
261 * Bug #10845 fixed - $ was not documented.
263 * Bug #10879 fixed - Typo in the dec2base help page.
265 * Bug #10881 fixed - Typo in ftest and ftuneq fixed.
267 * Bug #10928 fixed - Examples of save was updated to fix trouble on windows.
269 * Bug #11010 fixed - Examples of preconditioning added in gmres documentation.
271 * Bug #11029 fixed - Fix execution path to TMPDIR in example of dae help page.
273 * Bug #11090 fixed - Fix a typo in the documentation of event_handler_function.
275 * Bug #11175 fixed - xstringl example did not work.
281 * Major performance improvements on the simulation startup. On big schemas,
282 the gain is very important (minutes to milliseconds). See bug #8188.
284 * Performance improvements on the diagram saving/loading.
286 * A compressed file format is now available (ZCOS) and can be used as the
287 Xcos standard one. This new format will allow us more flexibility on data
290 * New examples are provided in the documentation for the blocks:
291 - ABS_VALUE - Absolute value
292 - EVTDLY_c - Event delay
293 - AFFICH_m - Display value
294 - CLSS - Continuous state-space system
295 - SELECT_m - Selector block
296 - NEGTOPOS_f - Threshold negative to positive
298 * External modules should be updated to use the new Scilab Open Data format
299 instead of the previous HDF5 format.
301 * Bug #6201 fixed - Block help menu had no shortcut.
303 * Bug #6733 fixed - Each call to xcos created an empty diagram.
305 * Bug #7539 fixed - Some blocks were slow to interact with.
307 * Bug #7863 fixed - Default path for code generation was SCI.
309 * Bug #8188 fixed - Xcos to Scilab export took too much time.
311 * Bug #8295 fixed - Save compressed Xcos file as default.
313 * Bug #8600 fixed - Closing Xcos did not end the simulation.
315 * Bug #8744 fixed - Solving the initialization problem more than once crash
318 * Bug #10081 fixed - Palette configuration saving could produce an invalid
321 * Bug #10107 fixed - Default value of the Integrator Absolute Tolerance was
322 too large. It has been reduced to 1e-6.
324 * Bug #10246 fixed - PROD_f block was broken.
326 * Bug #10333 fixed - Labeling I/O blocks on a Super block produced wrong port
327 labeling when ports had not the same types.
329 * Bug #10340 fixed - Exception occured while moving the palette split pane to
330 hide the block list and while using a palette diagram.
332 * Bug #10393 fixed - Block style was not updated on palette loading.
334 * Bug #10419 fixed - Exception occured while refusing to create a new empty
337 * Bug #10422 fixed - Exception occured when exporting with an unspecified
340 * Bug #10461 fixed - Canceling a Quit operation did not work.
342 * Bug #10486 fixed - importXcosDiagram opened a tab.
344 * Bug #10496 fixed - Fix a wrong error message in xcosValidateBlockSet.
346 * Bug #10510 fixed - Unused variables were generated by Xcos on startup.
348 * Bug #10533 fixed - Some action shortcuts were not disabled when editing a text
351 * Bug #10657 fixed - CONSTRAINT_c had no icons on a graph.
353 * Bug #10679 fixed - blocks_link.tst failed.
355 * Bug #10697 fixed - post_xcos_simulate function did not work if a TOWS_c block
358 * Bug #10800 fixed - xcosPalAddBlock help example did not work.
360 * Bug #10812 fixed - cos and cosf files loading did not used a direct handler.
362 * Bug #10848 fixed - The first block Drag'n Drop produced an exception.
364 * Bug #11094 fixed - Image creation of blocks did not use xinit / xend.
370 * Scilab now uses the ARPACK-ng package maintained by Scilab Enterprises.
372 * An option --without-arpack-ng has been added to disable the Arnoldi features.
374 * HDF5 is now a mandatory dependency of Scilab (even in a minimal build)
376 * Bug #11060 fixed - ccache use can be disabled with --disable-ccache .
383 - dec2base function added (See SEP #75)
384 - nthroot function added (See SEP #78)
386 * linspace and logspace deprecate the usage of non integer values as third input argument.
388 * The toeplitz macro is now vectorized.
394 * qmr function updated and modified.
395 Calling qmr(F, Fp, x) where F is a function returning A*x
396 and Fp a function returning A'*x is deprecated.
397 Use qmr(F, x) instead where F prototype is
401 where t is used to make F return A*x or A'*x.
402 Same behaviour has been implemented for qmr( ..., M1, M1p, M2, M2p).
403 See qmr documentation for examples and details.
406 CLI console (GNU/Linux and Mac OS X only)
407 =========================================
409 * Support wide characters.
411 * Support multiline command.
413 * Improve command line display.
415 * List of shortcuts in NW/NWNI mode:
416 - CTRL+W: Remove the previous word.
417 - CTRL+U: Remove everything from the current position to the beginning of
419 - UP or Ctrl+P: recall previous line.
420 - DOWN or Ctrl+N: recall next line.
421 - TAB: completion : Scilab displays a list of all names that start with some
423 - Ctrl + A or HOME: move to beginning of current line.
424 - Ctrl + B or LEFT: moves the cursor one character to the left.
425 - Ctrl + D or DELETE: deletes the current character.
426 - Ctrl + E or END: moves the cursor to the end of command line.
427 - Ctrl + F or RIGHT: moves the cursor one character to the right.
428 - Ctrl + H or BACKSPACE: deletes the previous character.
429 - Ctrl + K: kills command line from cursor to the end.
430 - Alt+B or Ctrl+LEFT: move left one word.
431 - Alt+F or Ctrl+RIGHT: move right one word.
433 * Bug #3108 fixed - Some specific chars in the terminal were not correctly
434 removed by the backspace.
436 * Bug #3400 fixed - Long lines in the history broke the display.
438 * Bug #6804 fixed - Prompt was removed in cli mode when playing with arrow keys.
444 * Add shortcuts META+(UP|DOWN) to navigate between paragraphs
446 * Bug #10442 fixed - Sometimes a crash occured at startup when Scinotes was
449 * Bug #10647 fixed - An error message did not repect Scilab localization standard.
451 * Bug #10889 fixed - Exception about block highlighters was thrown by Scinotes.
457 * 'hank' function performances improved.
459 * Using api_scilab, construction of any type of lists is now way faster (300x in some cases).
465 * New datatypes are now supported:
466 - sparse and boolean sparse
467 - tlists, mlists and lists
470 * If Scilab fails to start because of a memory issues (stacksize), triggers an
471 InitializationException Java exception.
473 * Bug #10784 fixed - Scilab built on an Ubuntu 11.10, javasci was failing to
474 load with an undefined symbol
477 CACSD & Signal Processing
478 =========================
481 - conv - discrete 1-D convolution.
482 - conv2 - discrete 2-D convolution.
483 - convol2d - discrete 2-D convolution, using fft.
484 - phaseplot - frequency phase plot.
485 - xcorr - auto and cross correlation of signals (superseeds corr).
486 - xcov - auto and cross correlationvariance of signals (superseeds corr).
487 - arma2ss - conversion of an arma data structure into a state space one.
489 * 'mtlb_conv' compatibility function is now obsolete. Please use 'conv' instead.
491 * Bug #10562 fixed - The "CACSD/Robust Control" demo failed.
497 * 'atomsQuit' function added to allow to call .quit of modules loaded by ATOMS
498 when user closes Scilab session. See SEP #77.
500 * tbx_build_loader generates also a unloader.sce to allow to call .quit file of
503 * ATOMS option 'offLine' has been renamed to 'offline'.
505 * Bug #9078 fixed - atomsGui took time to start gui.
507 * Bug #9798 fixed - .quit script of atoms modules were not evaluated when
510 * Bug #10494 fixed - atomsInstall and atomsLoad were not clearly distinguished
511 in the documentation.
513 * Bug #10500 fixed - ATOMS module without DESCRIPTION file returned a wrong
516 * Bug #10707 fixed - atomsInstall failed to use the path shortcut.
518 * Bug #10846 fixed - atomsSystemUpdate failed.
519 documentation about 'downloadTimeout' added.
521 * Bug #10864 fixed - atomsRemove required a network connection to remove a package.
523 * Bug #10933 fixed - atomsGetConfig did not check value of input argument.
525 * Bug #10957 fixed - atomsInstall required a network connection to install
531 * CallScilab.h removed (was deprecated since Scilab 5.2.0). Replaced by call_scilab.h
533 * Function 'int getLastErrorValue(void)' added. Returns the last error code generated by Scilab
535 * Function 'const char* getLastErrorMessageSingle();' added. Returns the last error message generated by Scilab
537 * Remove deprecated functions in call_scilab.h: C2F(readmat), C2F(creadmat), C2F(creadbmat), C2F(creadcmat), C2F(readchain), C2F(creadchain), C2F(creadchains),
538 GetLengthStringMatrixByName, C2F(matptr), C2F(cmatptr), C2F(cmatcptr), C2F(cmatsptr), C2F(cmatbptr), getlengthchain
544 * Bug #2479 fixed - Graphic editor could not be used when format was not format("v",18).
546 * Bug #2853 fixed - sd2sci.sci removed from sources.
548 * Bug #4806 fixed - If A is a sparse matrix, A^0 returned A and not the identity
551 * Bug #4978 fixed - Icons did not follow the Tango norm.
553 * Bug #6009 fixed - conv, conv2 and convol2d and conv functions were missing.
555 * Bug #7380 fixed - 'Value' property for uicontrol was rounded.
557 * Bug #7490 fixed - %inf had not always same display.
559 * Bug #7289 fixed - The menu handle was still valid after calling delmenu(console_menu_handle).
561 * Bug #7728 fixed - rubberbox(): Instantaneous pointer's coordinates are now displayed in the status bar.
563 * Bug #7779 fixed - genlib did not check input arguments and did not use current
566 * Bug #8050 fixed - A weird error message was displayed in some cases.
568 * Bug #8339 fixed - Default path for the Mac OS X version is now HOME instead
571 * Bug #8592 fixed - Add a explicit error message if macros are not available.
573 * Bug #8608 fixed - dec2hex, hex2dec, dec2oct, oct2dec, base2dec code have been
574 simplified and optimized.
576 * Bug #8651 fixed - The error message of write_csv was wrong.
578 * Bug #8682 fixed - funcprot did not return the previous value when called with
581 * Bug #8724 fixed - Sometimes, there was a critical error with uiget(file|dir).
583 * Bug #8859 fixed - Some comparison operators between hypermatrices and 2-D arrays
586 * Bug #9002 fixed - bsplin3val, cshep2d, eval_cshep2d,interp, interp2d, interp3d,
587 linear_interp, splin, splin2d, splin3d functions ignored imaginary
588 part of input arguments implicitly.
590 * Bug #9197 fixed - Unitary test examples in toolbox_skeleton
591 and xcos_toolbox_skeleton did not use assert functions.
593 * Bug #9295 fixed - 'base2dec' ignored the fractional part of 'base' input argument.
595 * Bug #9328 fixed - Scilab randomly crached at startup under Mac OS X when calling
596 functions returning no value (lines, modes, banner, ...).
598 * Bug #9424 fixed - gettext("") did not return "".
600 * Bug #9549 fixed - Add nthroot function.
602 * Bug #9572 fixed - assert_checkerror did not check multi lines errors.
604 * Bug #9643 fixed - genetic algorithms demo was not vectorized.
606 * Bug #9735 fixed - Remove some old stack api examples.
608 * Bug #9811 fixed - Output message of fminsearch was wrongly set.
610 * Bug #9992 fixed - gcbo was not initialized in callbacks for uimenus in console.
612 * Bug #10017 fixed - The unitary test for bdiag used a "strange" comparison
615 * Bug #10044 fixed - wfir_gui function rewritten based on uicontrol and documented.
617 * Bug #10061 fixed - datatipCreate drew the tip in the current axes instead of curve
620 * Bug #10139 fixed - 'atomsTest' function did not manage specific test name.
622 * Bug #10236 fixed - exit(-1) prompted for exiting Scilab.
624 * Bug #10241 fixed - A .scg file could not be opened when a non-ascii character was in the legend.
626 * Bug #10244 fixed - The install of call_scilab could fail in some cases under
629 * Bug #10250 fixed - Bug in the detection of the Java path under GNU/Linux fixed.
631 * Bug #10267 fixed - The help browser did not use the default language on restoration.
633 * Bug #10281 fixed - In some cases, the function lyap was crashing.
635 * Bug #10303 fixed - test_run ignored "enable_lt" option.
637 * Bug #10304 fixed - test_run did not return an error when using an invalid option.
639 * Bug #10306 fixed - 'isempty' could fail with empty elements in a list.
641 * Bug #10330 fixed - 'error' did not manage vector of strings as input argument, but
642 but 'lasterror' returned vector of strings.
644 * Bug #10341 fixed - font in help was bold when the font of a text uicontrol
647 * Bug #10342 fixed - assert_checkerror help file had a wrong format.
649 * Bug #10345 fixed - uicontrols were not always drawn at the right place.
651 * Bug #10372 fixed - remove dependencies of MALLOC.h on Windows.h and machine.h
654 * Bug #10379 fixed - lines did not manage a 1x2 vector [nc, nl] as input argument.
656 * Bug #10384 fixed - On exit, "Close Console" was proposed rather than "Close
659 * Bug #10396 fixed - Display of a structure with large matrix took a long time.
661 * Bug #10402 fixed - FileBrowser threw an exception when a filter was set
662 and the tree was expanded.
664 * Bug #10408 fixed - In the history browser, the contents was scrolled even if the
665 knob was not at the bottom.
667 * Bug #10416 fixed - xmltoformat did not return at the root directory in case of error.
669 * Bug #10418 fixed - Playsound was failing under Mac OS X. Thanks to
670 Pierre-Henri Jondot for the patch.
672 * Bug #10423 fixed - The function browsehistory() to open history browser was missing.
674 * Bug #10431 fixed - The user could not navigate in history using CTRL+P or CTRL+N.
676 * Bug #10439 fixed - stacksize('max') crashed on Windows 64 bit.
678 * Bug #10440 fixed - 'wfir_gui' generated errors if the view checkbox was selected
679 and an erronous value was entered.
681 * Bug #10444 fixed - fullfile did not manage string matrix as last input argumen
684 * Bug #10449 fixed - On restoration, empty tabs could appear if the previous
685 session was not cleanly exited.
687 * Bug #10450 fixed - Overloading for gamma, dlgamma and gammaln functions for list,
688 tlist, mlist and hypermatrices types was not allowed.
690 * Bug #10466 fixed - mgetl detected an error but it did not return an error
693 * Bug #10471 fixed - %helps_modules was not ignored by default by browsevar.
695 * Bug #10474 fixed - Sometimes an exception was thrown at history browser
698 * Bug #10477 fixed - In ilib_for_link, the display of the error message generated
699 at configure time made mprintf fail.
701 * Bug #10482 fixed - Wrong error message in format function fixed.
703 * Bug #10499 fixed - lincos example in help file returned warning and error.
705 * Bug #10503 fixed - error(999.666) did trunc error code without an error.
707 * Bug #10506 fixed - ssprint did not check input arguments.
709 * Bug #10519 fixed - spec returned a wrong error message when a input argument
712 * Bug #10521 fixed - frexp returned an wrong error message.
714 * Bug #10532 fixed - In some rare cases, browsevar crashed with some rare
717 * Bug #10544 fixed - debug did not return the previous value when called with
720 * Bug #10551 fixed - Fix some issues in the Russian localization.
722 * Bug #10558 fixed - Tcl/Tk demonstrations did not start.
724 * Bug #10560 fixed - genetic algorithms demos failed.
726 * Bug #10564 fixed - atan graphic demo was failing due to a too strong test
727 in the linspace function.
729 * Bug #10565 fixed - demo simulation --> bicycle simulation --> unstable
732 * Bug #10574 fixed - Runge-Kutta-Method failed for vector [x, 1] with x > 9.
734 * Bug #10576 fixed - getdate (on Windows) did not manage dates after January 19, 2038
736 * Bug #10577 fixed - getdate did not check input argument.
738 * Bug #10626 fixed - taucs_chdel(), umf_ludel() returned an error.
740 * Bug #10631 fixed - The # sign was missing in some error cases.
742 * Bug #10632 fixed - Navigation buttons in the file browser did not change the
743 current Scilab working directory.
745 * Bug #10641 fixed - string(:) gave wrong results.
747 * Bug #10643 fixed - Bad result when using isreal function with a polynomial
750 * Bug #10652 fixed - getdebuginfo() did not display TMPDIR value.
752 * Bug #10654 fixed - dgettext with "scilab" domain did not return same result
755 * Bug #10662 fixed - xload did not support tlist for user_data property.
757 * Bug #10710 fixed - Wrong error message fixed in xml module.
759 * Bug #10769 fixed - Remove some dead code from bsplin3val.
761 * Bug #10775 fixed - Scilab icons in filebrowser had the wrong size.
763 * Bug #10782 fixed - 'iconvert' did not check input arguments.
765 * Bug #10797 fixed - contour, contour2d, contourf did not check input arguments.
767 * Bug #10807 fixed - It was not possible to overload fft and fftw for list,
770 * Bug #10820 fixed - datatipscurve generator was freezing Scilab.
772 * Bug #10831 fixed - set("auto_clear", "on") and set("auto_clear", "off") returned an error.
774 * Bug #10835 fixed - Typo that made the 'atanm' function unusable fixed.
776 * Bug #10836 fixed - resize_matrix with boolean failed.
778 * Bug #10839 fixed - dec2hex function was limited to 32 bits.
780 * Bug #10841 fixed - sliderStep property could not be set with "big" default value.
782 * Bug #10847 fixed - dec2base returned a wrong error message with a complex
783 number as input argument.
785 * Bug #10861 fixed - debug([]) returned a wrong error message.
787 * Bug #10867 fixed - Loading a .scg file failed when the legend contained accentuated characters.
789 * Bug #10880 fixed - Default startup directory moved to "My Documents folder"
790 on Windows for icon shorcut.
792 * Bug #10904 fixed - error messages of and() and or() builtin were not standard.
794 * Bug #10913 fixed - The "View code" button was missing in GUI demos.
796 * Bug #10966 fixed - linspace was producing some numerical errors on the last
799 * Bug #10982 fixed - completion failed when space are used before the command.
801 * Bug #11055 fixed - 'string' function did not manage implicit size type as
804 * Bug #11076 fixed - mlist('r'), tlist('r') returned a wrong error message.
806 * Bug #11077 fixed - rlist() returned an error.
808 * Bug #11081 fixed - movefile, copyfile did not support '~', 'TMPDIR',
809 shortcuts in filenames.
811 * Bug #11093 fixed - isNamedVarExist() didn't search in builtin functions names.
813 * Bug #11105 fixed - Crash with color_flag 3 fixed.
815 * Bug #11114 fixed - Using load(file_descriptor, ...) is now obsolete.
817 * Bug #11115 fixed - A graphic window was opened on with two xend().
819 * Bug #11126 fixed - Improve some error messages.
821 * Bug #11129 fixed - lapackscilab.sce could not be run outside its location.
823 * Bug #11138 fixed - a = list() crashed on Windows x64.
825 * Bug #11154 fixed - Grid color made it too visible in demonstration Graphics/2D & 3D plots/plot2d.
827 * Bug #11166 fixed - datatipRemove example did not work.
829 * Bug #11167 fixed - datatipRemoveAll example did not work.
831 * Bug #11186 fixed - 'typeof' of a type 130 returned an error.
833 * Bug #11205 fixed - A rare exception at Scilab startup could occur.
835 * Bug #11223 fixed - Deletion of datatips.
838 Changes between version 5.3.3 and 5.4.0-alpha-1 of Scilab
839 =========================================================
844 * Thanks to this new feature, Scilab confirms its usability and its strong
845 user-oriented approach. Scilab desktop is the new concept behind Scilab
846 windows management taking advantage of our docking system (advanced Flexdock features).
847 Out of the box, Scilab is now able to save all windows layouts including the
848 help browser, the variable browser, the command history, SciNotes and Xcos.
849 Through this major improvement, position and size of all windows will
850 be saved from a session to another.
852 In this context, a file browser component has been developed and fully
853 integrated into Scilab desktop and all other components have been improved
854 to provide the best user experience for Scilab users.
856 Editvar has had important refreshment. It allows plot and subplot, manages
857 almost all Scilab variable types and is much more faster.
859 Scilab desktop provides various predefined layouts:
860 - Simple The standard Scilab console
861 => Scilab 5.3.3 (and previous versions) defaults.
862 - Integrated The variable browser, the history browser and the file browser
863 are opened by default and combined around Scilab
864 console to provide an ergonomic workspace
865 => Scilab 5.4.0 defaults
871 * Version 5.4.0 introduces XML management features. It allows easy access to
872 XML files, validation and writing.
874 - XMLObjects - Describe the properties of the different XML objects
875 - xmlAddNs - Add a namespace to a XML Element
876 - xmlClose - Close a XML document
877 - xmlDTD - Create a XML DTD object
878 - xmlDocument - Create a new XML document
879 - xmlDump - Dump a XML object
880 - xmlElement - Create a new XML element
881 - xmlFormat - Format a Scilab variable into XML
882 - xmlGetNsByHref - Get a namespace by its href
883 - xmlGetNsByPrefix - Get a namespace by prefix
884 - xmlGetOpenStreams - Get all open XML documents or all open XML Validation files.
885 - xmlNs - Create a new XML Namespace
886 - xmlRead - Read a XML stream from a local or distant file
887 - xmlReadStr - Read a XML tree from a string
888 - xmlRelaxNG - Create a XML Relax NG object
889 - xmlSchema - Create a XML Schema object
890 - xmlValidate - Validate a document in using a DTD, a Relax NG or a Schema.
891 - xmlWrite - Write a XML document in a file
892 - xmlXPath - Make an XPath query on a XML document
893 - xmlIsValidObject - Test the existence of a XML object
895 Those features have been developed in the context of the OASIS R&D project.
901 * Marks added in the vertical scrollbar to see the positions of matching words
902 when an incremental search is done (via F3 or in selecting text).
904 * In the find/grep tools, possibility added to use ~ as an alias for user home
905 dir. and SCI for Scilab data base dir.
907 * 'Save and Execute all files' action added.
909 * A tab can be closed in using the middle mouse button.
911 * Bug #9334 fixed - Extra lines were added when code was exported into PDF under
914 * Bug #9358 fixed - A simple quoted string was not always correctly converted
915 into double quoted ones.
917 * Bug #9476 fixed - In find/grep tools, the abbreviation 'sec' is now used instead of
920 * Bug #9480 fixed - Words after selection were badly highlighted under Windows.
922 * Bug #9484 fixed - An empty file was not removed when an existing file was
925 * Bug #9488 fixed - There was no popup menu on the tab to copy the file path.
927 * Bug #9505 fixed - A LaTeX string in a comment was not considered as a comment.
929 * Bug #9597 fixed - It was not possible to navigate across the tabs with
930 <CTRL>+(PAGE_UP | PAGE_DOWN).
932 * Bug #9740 fixed - There was no way to have \n in replacement string.
934 * Bug #9854 fixed - There was a wrong colorization with strings containing several
937 * Bug #9878 fixed - Shortcut "Correct indentation" added in right click menu.
939 * Bug #9897 fixed - With Mac OS X, eol was not replaced by \n when code was copied
940 from Word to SciNotes.
942 * Bug #10157 fixed - Scilab froze when docking SciNotes after a flexdock bug in a
945 * Bug #10252 fixed - The font could not changed when SciNotes was docked with the
948 * Bug #10354 fixed - Bad caret position after a selection action.
951 Graphical User Interface
952 =========================
954 * The variable browser now automatically refreshes (See Bug #9446).
960 * Bug #10006 fixed - Unrelevant C-comment in the example of ScilabHaveAGraph
966 * xcos_toolbox_skeleton will not be loaded if Xcos is not installed.
968 * scilab -f file.xcos opens Xcos diagram in Xcos.
970 * Error reporting has been improved to print warnings on blocks into Xcos.
972 * The style of a block can be changed in the interface function.
974 * BARXY Block added to help 2-D Mechanics system visualization.
976 * Bug #7985 fixed - dmmul.c did not use dgemm routine optimized by BLAS.
978 * Bug #8421 fixed - CLKFROM and CLKGOTO were not part of the "Signal Routing"
981 * Bug #8538 fixed - Counter block label was not reflecting parameters.
983 * Bug #8742 fixed - On the Modelica initialization GUI, the error reporting did
986 * Bug #8743 fixed - On the Modelica initialization GUI, it was impossible to
987 re-fix the states after a derivative fix.
989 * Bug #9037 fixed - When connecting blocks, the green port blinked on a small mouse move.
991 * Bug #9301 fixed - Exception when one tried to paste a column to replace a
994 * Bug #9336 fixed - SuperBlock with non-connected ports produced an invalid
997 * Bug #9390 fixed - FROMWSB_c block did not reset to the default values on
998 reinitialization execution.
1000 * Bug #9478 fixed - Block structure was not checked while adding them to a new
1003 * Bug #9501 fixed - With a localized TMPDIR, block edition could throw an HDF5
1006 * Bug #9506 fixed - Some libraries dependencies were not loaded at
1007 xcos_toolbox_skeleton startup.
1009 * Bug #9532 fixed - User-defined blocks had no icons when saved.
1011 * Bug #9547 fixed - The about box was not localized due to a multi-line string.
1013 * Bug #9579 fixed - Duplicate content in scicos_math.h removed and replaced by
1014 a cleaner call to math.h instead.
1016 * Bug #9590 fixed - Xcos examples were not embedded into Windows binary version.
1018 * Bug #9732 fixed - Code generation failed at compilation under Windows with
1019 "unresolved external symbol dset_".
1021 * Bug #9750 fixed - Minor error in the help page of scicos_debug fixed.
1023 * Bug #9810 fixed - Errors dealing with MATINV wrong simulation values have been improved.
1025 * Bug #9927 fixed - Xcos crashed at 'XcosPalAdd' command execution.
1027 * Bug #9947 fixed - VARIABLE_DELAY block could not be dragged to a diagram.
1029 * Bug #9972 fixed - Error reporting with a wrong context produced an endless
1032 * Bug #9988 fixed - CLKSOMV_f had a wrong interface function after loading from
1035 * Bug #10003 fixed - The MAXMIN block did not update its display according to
1037 * Bug #10048 fixed - Blocks which use superblocks now loop over their children
1038 to find the parameters dialog to open.
1040 * Bug #10069 fixed - AFFICH_m block did not update its display at
1043 * Bug #10096 fixed - Set [1;-1;] on a product block thrown an exception.
1045 * Bug #10302 fixed - LaTeX labels were not rendered.
1052 * Czech localization by ZbynÄ
\9bk Schwarz
1055 * Bug #10032 fixed - Force the unset of the environment variable LANGUAGE to
1056 tackle some issues. Mac OS X locale detection did not take into account
1063 * mgetl, exec, fscanfMat functions manage files encoded as UTF-8 with BOM.
1065 * tempname function added (SEP #68).
1067 * fullpath did not manage matrix of string as input argument. (SEP #72)
1069 * Bug #9253 fixed - fscanfMat failed to read a file with some lines
1070 of text at the end (backward compatibility).
1072 * Bug #9570 fixed - fprintfMat did not use the good format argument with nan and
1075 * Bug #9869 fixed - fscanf did not check the number of input arguments.
1077 * Bug #9917 fixed - mputl function crashed with a wrong second parameter.
1079 * Bug #10055 fixed - findfiles had a wrong default filter under GNU/Linux
1082 * Bug #10300 fixed - fscanfMat did not free some memory.
1084 * Bug #10355 fixed - Error messages in fullfile function were not localized.
1090 * The assert module provides a set of assertion functions.
1091 The goal of this module is to provide functions to check the
1092 behavior of some other functions, for example in unitary tests.
1093 We emphasize the use of consistent tools for testing numerical
1094 issues, with the goal of testing numerical algorithms more easily.
1095 In particular, we provide a comparison function for two floating
1096 point numbers, which allows to check that two numbers are
1097 "numerically almost equal", i.e. that the relative error is small.
1098 This automatically fixes Bug #4381.
1100 * The damp function in CACSD module computes the natural pulsation
1101 and damping factor of linear dynamical systems.
1107 * neldermead: Added a demonstration - search for largest / smallest polygon.
1109 * Improved clarity of examples in the help pages of
1110 optimization module.
1111 Avoid unnecessary calls to "deff".
1112 Avoid the "all statements in whole line" style.
1114 * readmps - Created unit test.
1115 Fixed bug in error messages management.
1116 Fixed bug in a test file reading.
1117 Defined a printing system by overloading for MPS structure.
1118 Updated the help page.
1120 * genetic_algorithms - performances improved (2 to 4 times faster).
1122 * Bug #7093 fixed - The data structure generated by neldermead_new could not
1123 be saved and reloaded.
1125 * Bug #7889 fixed - The tolerance on x for neldermead was too small.
1126 Updated -tolxrelative default value from %eps to sqrt(%eps).
1128 * Bug #7891 fixed - The neldermead component had too many options.
1129 Tagged -costfargument option of optimbase as obsolete: will be
1130 maintained for backward compatibility until 5.4.1.
1131 The -fun option can now be a list, where the element #1 is a
1132 function, and the elements #2 to the end are automatically appended to
1133 the calling sequence.
1134 Tagged -outputcommandarg option of optimbase as obsolete: will be
1135 maintained for backward compatibility until 5.4.1.
1136 The -outputcommand option can now be a list, where the element #1 is
1137 a function, and the elements #2 to the end are automatically appended
1138 to the calling sequence.
1139 Tagged "outputfun(x,optimValues,state)" calling sequence of fminsearch
1140 as obsolete: will be maintained for backward compatibility until
1142 The new calling sequence is "stop=outputfun(x,optimValues,state)"
1143 Tagged "myoutputfun(state,data)" calling sequence of neldermead
1144 as obsolete: will be maintained for backward compatibility until
1146 The new calling sequence is "stop=myoutputfun(state,data)"
1147 Tagged "-myterminateflag" and "-myterminate" options as obsolete:
1148 will be maintained for backward compatibility until 5.4.1.
1149 See the help page of neldermead for details to update your
1152 * Bug #7892 fixed - The neldermead component did not provide a default
1154 The new function neldermead_defaultoutput was created
1155 to print a simple one line output message by iteration.
1157 * Bug #8542 fixed - In neldermead, there were undocumented default options.
1158 Same changes applied to the help of optimbase.
1160 * Bug #8543 fixed - In neldermead, the help page presented a wrong order
1163 * Bug #8545 fixed - In neldermead, the printing system displayed too long
1166 * Bug #8546 fixed - The neldermead functions might have called f outside
1169 * Bug #8547 fixed - The neldermead function called f outside the constraints.
1171 * Bug #8549 fixed - The neldermead function did not help to debug
1174 * Bug #8552 fixed - Improved fminsearch to provide Extra Parameters.
1175 Help page updated with new section "The cost function" and new
1176 example "Passing extra parameters".
1178 * Bug #8676 fixed - The pack/unpack functions had no help pages.
1180 * Bug #8777 fixed - The neldermead function failed to restart with bounds.
1181 Added examples of restarts with/without bounds in the
1182 neldermead help page.
1184 * Bug #8805 fixed - The neldermead function, algorithm box, wrongly used
1185 the output function.
1187 * Bug #9323 fixed - The messages in optimbase_checkbounds were not localized.
1188 Same changes applied to optimbase_checkx0.
1190 * Bug #9472 fixed - The ind argument of optim was inconsistently documented.
1192 * Bug #9566 fixed - The tolvarianceflag, tolabsolutevariance,
1193 tolrelativevariance options of neldermead are now obsolete.
1194 See the help page of neldermead for details to update your
1197 * Bug #9567 fixed - The neldermead overview had a TODO section.
1199 * Bug #9576 fixed - The neldermead component did not check the bounds
1200 of some input parameters.
1202 * Bug #9578 fixed - The optimbase_configure function did not check the
1203 values of input arguments.
1205 * Bug #9607 fixed - The optimsimplex_new function poorly managed the
1206 variable number of arguments.
1208 * Bug #9612 fixed - The quapro help page has been removed.
1210 * Bug #9698 fixed - The optim/"gc" algorithm did not support imp=-1.
1212 * Bug #9822 fixed - The value ind=1 of optim was not supported by
1219 * Bug #9357 fixed - stdevf returned zero for row vector arguments.
1221 * Bug #9846 fixed - stdevf() gave zero result when a single row matrix was evaluated.
1223 * Bug #7387 fixed - The help pages for rand and grand functions gave wrong advice.
1229 * Bug #9749 fixed - expm reported non convergence problem.
1235 * ordmmd help page and unit test created.
1237 * Organized help pages into sub-sections.
1239 * Bug #10126 fixed - Wrong (or failing) insertion in a sparse matrix.
1245 * A new system to keep track of the translations of the main documentation
1246 has been developed. See http://help.scilab.org/status/fr_FR/,
1247 help.scilab.org/status/pt_BR/ and http://help.scilab.org/status/ja_JP/
1250 * <ALT>+<LEFT ARROW> / <ALT>+<RIGHT ARROW> allows browsing the history
1253 * The space key behave like the page down key (See Bug #9491).
1255 * Management of the revhistory / revision tag to provide information about
1256 the history of the function.
1258 * Bug #3431 fixed - Some help tools functions were obsolete and not removed.
1260 * Bug #9105 fixed - err output parameter of mopen function was not documented.
1262 * Bug #9299 fixed - Fix a typo in the cspect, pspect and window help pages
1263 (Hanning changed to Hann).
1265 * Bug #9320 fixed - analpf help page gave wrong frequency units of omega (Hz instead of rd/s).
1267 * Bug #9417 fixed - In English, api_scilab polynom help pages updated to the word
1270 * Bug #7133 fixed - help_from_sci function did not return the function template.
1272 * Bug #7134 fixed - help_from_sci produced an invalid .xml file.
1274 * Bug #9790 fixed - windows_tools help were not available for all platforms.
1276 * Bug #9983 fixed - The xclick help page did not clearly specify the axes used for
1283 * 'oemtochar' and 'chartooem' functions (windows_tools) are obsolete and will be
1284 removed in Scilab 5.4.1.
1286 * 'showalluimenushandles' function (graphics) was undocumented. This function is
1287 obsolete and will be removed on 5.4.
1288 Use set(get(0), "ShowHiddenHandles", "on"); instead.
1290 * 'code2str' and 'str2code' are obsolete and will be removed on 5.4.1, please use
1294 Removed Functions (previously declared as obsolete)
1295 ====================================================
1297 * ilib_for_link, ilib_build no more accept files with ".o" or ".obj" extensions
1300 * 'with_atlas' removed. Please use 'getdebuginfo' instead.
1302 * C API function Error(x) removed. Please use SciError instead.
1304 * 'MSDOS' removed. Please use 'getos' instead.
1310 * Under GNU/Linux and Mac OS X, Scilab startup speed of scilab-cli and
1311 scilab-adv-cli has been improved by 15 to 20 % (see Compilation for more
1314 * SSE is now enabled by default under GNU/Linux with 32-bit CPU (it is already
1315 the case under 64-bit CPU).
1316 Pentium III class (or equivalent) with SSE instructions is required.
1318 * Improved performances of function pareto_filter (Genetic algorithms).
1320 * Bug #8608 fixed - dec2hex, hex2dec, dec2oct, oct2dec, base2dec code have been
1321 simplified and optimized.
1327 * Under Windows, Scilab uses VS 2010 Pro and Express solution.
1329 * Under GNU/Linux and Mac OS X, engine libraries have been merged into a single
1330 library named libscilab-cli.so. This greatly improves the startup
1332 Note that the --enable-maintainer-mode enables the previous behavior (simply
1333 the development process).
1335 * Under GNU/Linux and Mac OS X, all modules build as standalone their algorithms
1336 as a static library (only available in the source tree).
1337 This will avoid an important dependency tree for unitary testing.
1339 * Under GNU/Linux and Mac OS X, for each module, the list of
1340 explicit dependencies on the other libraries is no more needed.
1341 Use libscilab-cli.so or libscilab.so to link against Scilab.
1343 * Enforce a minimal version of JRosetta (1.0.4).
1345 * Enforce a minimal version of flexdock (1.0).
1347 * Enforce a minimal version of GIWS (1.3.0).
1349 * Force the Java class version target to version 6 (or 1.6).
1351 * Add Java 7 in the Debian & Ubuntu search path under GNU/Linux.
1353 * Under GNU/Linux and Mac OS X, if ccache is installed, use it to build Scilab.
1355 * Bug #9409 fixed - Warning "remark #8291" removed with Intel Fortran 2011 compiler.
1357 * Bug #9500 fixed - Explicit the GUI module manifest class-path to facilitate Debian
1358 checking tool process.
1360 * Bug #9782 fixed - configure with --without-gui was failing.
1362 * Bug #9793 fixed - --without-gui now also disables Xcos.
1364 * Bug #9883 fixed - Build with --disable-build-help was failing.
1366 * Bug #9991 fixed - ./configure --without-xcos failed to build.
1368 * Bug #10158 fixed - Configure used g77 even if gfortran was available.
1374 * Bug #9432 fixed - Link a 64-bit dynamic library on a 32-bit platform returned
1375 a wrong error message under Windows.
1377 * Bug #9761 fixed - NDEBUG was not defined for dynamic link (by default) in
1378 release mode under Windows.
1380 * Bug #9930 fixed - ilib_build did not display all filenames used.
1382 * Bug #10320 fixed - libname argument of ilib_for_link did not work.
1384 * Bug #10344 fixed - Windows SDK 7.1 was not detected with VS Express 2010
1385 under 64-bit platform.
1391 * Shows the dimension of the variable by default.
1393 * Automatically resize the variable browser table when docked.
1395 * A tooltip has been added on the type column to display the name of the type.
1397 * A tooltip has been added on the size column to display the size in bytes
1398 (like in previous versions of Scilab).
1404 * Default text in history for a starting session has been changed for:
1405 "Begin Session: Tue Jun 21 14:35:45 2011" to "21/06/2011 14:35:45"
1411 * Obsolete value for line_style property:
1412 0 and 1 are equivalent values for SOLID rendering.
1413 A warning message will be displayed if the user tries to set this property to 0.
1414 Setting this property to 0 will no more be supported in Scilab 5.4.1.
1416 * getcallbackobject: Input argument must be an UID (String) and no more an index (Constant).
1418 * datatips tool improved on several aspects:
1419 - It is now possible to manage directional arrows as well as
1420 square mark markers.
1421 - The automatic label placement has been improved to avoid the
1422 overlapping with the curve.
1423 - It is now possible to have painted box or box free labels.
1424 - Markers can now be selected and moved using the arrow keys
1425 or deleted with the "Del" key.
1427 * Bug #2043 fixed - The graphic function copy() did not manage axes. Thanks to
1428 Samuel Gougeon for the fix.
1430 * Bug #7412 fixed - Better management of datatips activation/deactivation.
1432 * Bug #7419 fixed - datatips(): customization is now available through a GUI.
1434 * Bug #8239 fixed - Activation of datatips overwrote and destroyed any event_handler
1437 * Bug #8965 fixed - copy function did not work for handles.
1439 * Bug #9269 fixed - Specified graphic entities for legend were drawn in reverse order.
1441 * Bug #9330 fixed - delete() called overloading instead of deleting the current
1444 * Bug #9455 fixed - The contourf and contourf 2 demonstrations displayed unwanted dots.
1446 * Bug #10121 fixed - polyline.interp_color_vector where not saved or recoverable
1447 by xsave/xload. Thanks to Samuel Gougeon for the fix.
1449 * Bug #10298 fixed - Example of datatipSetDisplay generated an error.
1451 * Bug #10331 fixed - datatipCreate produced a warning and an error instead of
1452 a warning if the curve user_data was not a struct.
1457 * Bug #5380 fixed - atomsShow() output was broken (separators were not aligned).
1459 * Bug #8648 fixed - The tarball was not deleted when a module was removed (SEP #71).
1461 * Bug #8664 fixed - Message error updated for non-supported OS.
1463 * Bug #8763 fixed - ATOMS installation path was shared on Windows 64 with 32-bit.
1465 * Bug #8942, #9805 fixed - atomsSystemUpdate() failed under some Windows.
1467 * Bug #9127 fixed - "Home" item renamed to "Installed Modules".
1469 * Bug #9679 fixed - atomsSystemUpdate checks that Scilab is not in offLine mode, or writes a warning message if so.
1471 * Bug #9805, #8942 fixed - atomsSystemUpdate() failed under some Windows.
1473 * Bug #9967 fixed - Windows UAC was causing trouble with atomsRepositorySetOfl (internal function).
1475 * Bug #10025 fixed - Wrong url in some help files examples.
1477 * Bug #10031 fixed - atomsDisp did not work with "\n" in messages text.
1483 * Java mapping of Scilab data has now a new method called getType() which
1484 returns the value of the ScilabTypeEnum enum.
1486 * New methods added:
1487 - Scilab.execException(String)
1488 Same as Scilab.exec(String) but returns an exception when a Scilab error occurs
1489 - Scilab.execException(String[])
1490 Same as Scilab.exec(String[]) but returns an exception when a Scilab error occurs
1491 - Scilab.execException(File)
1492 Same as Scilab.exec(File) but returns an exception when a Scilab error occurs
1494 * Bug #9149 fixed - Calling a graphic function without activating the appropriate
1495 mode did not triggered an exception.
1497 * Bug #9467 fixed - Unnecessary declarations in MAKE.BAT of Javasci examples.
1499 * Bug #9544 fixed - Calling graphic with Javasci from a SWING application from
1500 EDT was crashing the execution of a Java program.
1506 * Add functions to identify list datatypes:
1507 isListType, isNamedListType, isTListType, isNamedTListType, isMListType,
1512 CACSD and Signal Processing
1513 ===========================
1515 * Bug #1635 fixed - iir filter frequency response might have been wrong.
1516 "pole zero gain" representation added as possible iir function
1519 * Bug #7895 fixed - fft2() was broken under Windows with MKL wrapper.
1521 * Bug #7901 fixed - besselh.tst failed under Windows.
1523 * Bug #8684 fixed - wfir function produced an error message when used interactively.
1525 * Bug #9098 fixed - CACSD demonstrations --> Robust control failed on 64-bit Windows.
1527 * Bug #9214 fixed - abaque replaced by nicholschart in the black.sci comments.
1529 * Bug #9266 fixed - fftw crashed under Windows when using MKL wrapper.
1531 * Bug #9321 fixed - Missing tests and help info for some CACSD functions.
1533 * Bug #9647 fixed - At Scilab startup, the variable fft was declared by default
1534 while it should not have been.
1536 * Bug #9675 fixed - iir generated bad results.
1538 * Bug #9716 fixed - amell.tst execution froze under Windows with reference lapack library.
1540 * Bug #9719 fixed - delip.tst execution froze under Windows.
1542 * Bug #9725 fixed - syredi.tst execution froze under Windows.
1544 * Bug #10008 fixed - Wrong unit in the datatip for bode function.
1546 * Bug #10169 fixed - Bad clipping option in evans.
1548 * Bug #11092 fixed - Incorrect argument check in h_inf
1554 * The linspace function accepts column vectors as input argument for the two
1555 first input arguments. Thanks to Guillaume AZEMA for the implementation.
1557 * The logspace function accepts column vectors as input argument for the two
1558 first input arguments.
1560 * Change the buffering display mode.
1562 * SEP #67: lines(0) by default at startup.
1564 * Options -disable-exception-catching added under GNU/Linux & Mac OS X.
1565 Disables the Scilab exception catching system.
1567 * texmacs module moved as an ATOMS module.
1568 atomsInstall('texmacs')
1570 * PVM module moved as an ATOMS module.
1573 * maple2scilab module moved as an ATOMS module.
1574 atomsInstall('maple2scilab')
1576 * SEP #69: predef('names') returns names of protected variables by predef.
1578 * printf moved as alias on mprintf function.
1580 * sprintf moved as alias on msprintf function.
1586 * Bug #1604 fixed - List extraction failed.
1588 * Bug #3291 fixed - SCI/modules/tclsci/tcl/BWidget-1.8.0/ moved as prerequirements.
1590 * Bug #4240 fixed - Some unexpected blank lines were displayed with the dir function.
1592 * Bug #4576 fixed - An example of ilib_build with "cflags" argument was missing.
1594 * Bug #4833 fixed - msprintf() interpreted "\n" as a carriage return even if "\n"
1595 was supplied by the 2nd input argument.
1597 * Bug #4847 fixed - In uigetfile, there was no way to select files with a given
1600 * Bug #5491 fixed - Clearly states that haveacompiler() only works under Windows.
1602 * Bug #5696 fixed - When SE Linux is enabled, error messages for
1603 Scilab in the Scilab binary distribution disabled.
1605 * Bug #6408 fixed - prompt() removed trailing whites.
1607 * Bug #6819 fixed - prompt() interpreted '<...>' as html.
1609 * Bug #6875 fixed - test_run() could not run at once on the +3000 tests of
1612 * Bug #7061 fixed - changelog.txt, readme.txt, version.xml removed from modules.
1614 * Bug #7249 fixed - 'string' function did not work as documented
1615 with a macro as input argument.
1617 * Bug #7333 fixed - In BrowseVar, variables could have a weird type number.
1619 * Bug #7358 fixed - Help pages of type and typeof have now links to the actual
1622 * Bug #7409 fixed - Some corrupted matrices could be created from api_scilab.
1624 * Bug #7700 fixed - Bad proposition in the console history when a char was added.
1626 * Bug #7745 fixed - add_demo moved in demo_tools module.
1628 * Bug #7815 fixed - tohome() function erased previous and future commands in Scilab console.
1630 * Bug #8086 fixed - Some functions displayed a wrong error message when called
1631 without input argument.
1633 * Bug #8243 fixed - xgeom demonstration renamed to geom3d.
1635 * Bug #8245 fixed - gsort() did not allow overloading with not managed types.
1637 * Bug #8296 fixed - Asking for extra array dimension value with size crashed Scilab.
1639 * Bug #8420 fixed - lines crashed Scilab in some cases.
1641 * Bug #8688 fixed - fillMatrixOfString did not check available memory on stack.
1643 * Bug #8753 fixed - Help file of c_link did not describe input argument num.
1645 * Bug #8768 fixed - GetRhsVar(..., STRING_DATATYPE, ...) did not check size of input argument.
1647 * Bug #8797 fixed - Update of the help pages of getdate('s') to detail that
1648 the returned value contains the leap seconds.
1650 * Bug #8874 fixed - Display of complex numbers with Inf or Nan for real or imaginary
1653 * Bug #8963 fixed - mtlb_mode test failed under Windows.
1655 * Bug #9045 fixed - plot2d did not support overloading.
1657 * Bug #9056 fixed - A uicontrol could not be closed with <META>+W.
1659 * Bug #9104 fixed - 'warning' used in a diary Scilab session added timestamp
1662 * Bug #9129 fixed - Completion on field did not propose graphics handle fields
1665 * Bug #9156 fixed - mgetl.c compilation failed under some Windows.
1667 * Bug #9164 fixed - The unit tests now use the new assert functions.
1669 * Bug #9268 fixed - Scilab was overriding a predefined variable JAVA_HOME.
1671 * Bug #9277 fixed - Escape character "\" did not work with msprintf.
1673 * Bug #9339 fixed - tbx_build_help function did not manage languages correctly.
1675 * Bug #9354 fixed - 'avematfile could not save imbricate structures.
1677 * Bug #9414 fixed - 'SCI' and 'SCIHOME' variables were not documented.
1679 * Bug #9452 fixed - It was impossible to download Intel MKL through a proxy.
1681 * Bug #9461 fixed - The assert_checkalmostequal function did not manage
1682 sparse matrices and hypermatrices.
1684 * Bug #9479 fixed - Typo fixed (intput => input).
1686 * Bug #9498 fixed - A long history caused Scilab startup to be very long.
1688 * Bug #9510 fixed - export_to_hdf5 did not return %f when trying to export
1689 unmanaged types (function, macro, ...).
1691 * Bug #9531 fixed - assert_checkequal failed with mlist.
1693 * Bug #9540 fixed - MKL Pentium 4 target was not downloaded by installer under Windows.
1695 * Bug #9542 fixed - During export operation, the file could be locked by another
1696 process (Windows Bug).
1698 * Bug #9543 fixed - Scilab did not use the default DocumentBuilderFactory
1699 to parse XML configuration files.
1701 * Bug #9555 fixed - Typo error in the deff help page.
1703 * Bug #9571 fixed - "error(144)" returned a wrong variable name.
1705 * Bug #9573 fixed - getdebuginfo did not report multiple video cards under Windows.
1707 * Bug #9581 fixed - cleaner.sce in toolbox_skeleton did not remove all generated files.
1709 * Bug #9599 fixed - Error message "at line ... of function ... called by" was
1710 printed directly on the same line.
1712 * Bug #9635 fixed - Some temp. variables were not removed when test_run was used.
1714 * Bug #9647 fixed - At Scilab startup, the variable fft was declared by default
1715 while it should not have been.
1717 * Bug #9659 fixed - "error(246)" returned a bad message for overloading.
1719 * Bug #9682 fixed \D0 3-D assignment into a 2-D array of integers issued an error.
1721 * Bug #9696 fixed - An error in an if expression inside a try make Scilab froze.
1723 * Bug #9699 fixed - A single $ as text in a text ui led to a segfault.
1725 * Bug #9707 fixed - createNamedXXX did not check variable name.
1727 * Bug #9708 fixed - createNamedXXX did not check length of variable name.
1729 * Bug #9712 fixed - Help of StartScilab had a error about Stacksize argument type.
1731 * Bug #9716 fixed - amell.tst execution froze under Windows with reference lapack library.
1733 * Bug #9717 fixed - dllinfo.tst failed under Windows binary versions.
1735 * Bug #9728 fixed - SCI/modules/special_functions/src/fortran/special_functions_f.def
1736 was not ignored (generated file).
1738 * Bug #9730 fixed - lines() returned an int32 and not a double value.
1740 * Bug #9755 fixed - Completion on paths was not case insensitive under Windows.
1742 * Bug #9756 fixed - polelm.tst unitary test failed under 64-bit Windows.
1744 * Bug #9763 fixed - comet3d did not check input argument presence.
1746 * Bug #9765 fixed - Remove ref to scicos_pal in sci_f_clear.f.
1748 * Bug #9766 fixed - Scilab under Mac OS X 10.7 did not start.
1750 * Bug #9791 fixed - toolbar visible state change crashed Scilab in NW mode.
1752 * Bug #9799 fixed - pol2str did not manage matrix of polynomials and input argument
1753 type was not checked.
1755 * Bug #9804 fixed - Starting Scilab with an external module emptied the
1756 demonstrations list menu.
1758 * Bug #9825 fixed - The assert_computedigits function gave too large correct digits.
1760 * Bug #9833 fixed - percent was badly formatted by Scierror function.
1762 * Bug #9836 fixed - repfreq failed due to singular problem.
1764 * Bug #9838 fixed - evstr froze on some specific strings.
1766 * Bug #9843 fixed - Colormaps with 2 colors could not be created.
1768 * Bug #9858 fixed - length() could not be overloaded with mlist.
1770 * Bug #9879 fixed - Fix some minor issues in the isdir help pages.
1772 * Bug #9880 fixed - Fix a page referencing itself in the help page.
1774 * Bug #9881 fixed - Fix a mistake in call help page.
1776 * Bug #9885 fixed - User initialization scripts (scilab.ini, .scilab) did not work.
1778 * Bug #9899 fixed - string(10*log10(1/10)) gave -0, instead of -10.
1780 * Bug #9900 fixed - There was a memory leak in getAllocatedMatrixOfString,
1781 getAllocatedMatrixOfWideString, getAllocatedNamedMatrixOfString,
1782 and getAllocatedNamedMatrixOfWideString.
1784 * Bug #9920 fixed - winqueryreg did not manage HKEY_CURRENT_CONFIG.
1786 * Bug #9929 fixed - Improve integration with Gnome shell and Unity.
1788 * Bug #9950 fixed - It was possible to select several texts in the console.
1790 * Bug #9957 fixed - msprintf("%d\r", 2) returned '2r'.
1792 * Bug #9963 fixed - The assert_computedigits function was not vectorized.
1794 * Bug #9966 fixed - The default value of comptype in assert_checkalmostequal
1797 * Bug #9971 fixed - GLoad macro not used and not documented has been removed.
1799 * Bug #9979 fixed - The who_user() function printed a wrong message.
1801 * Bug #9980 fixed - Frozen console when one tried to complete an empty string.
1803 * Bug #10001 fixed - %inf:%inf crashed Scilab.
1805 * Bug #10016 fixed - The damp function unit test failed under Windows.
1807 * Bug #10019 fixed - 'exec' crashed with error 113 for too long lines.
1809 * Bug #10037 fixed - checkalmostequal.tst unitary test failed under Linux x64.
1811 * Bug #10073 fixed - Use the new Scilab icon for GNU/Linux installations.
1812 Icons renamed from XPM to PNG.
1814 * Bug #10105 fixed - Focus was not given to the prompt when outputview had it.
1816 * Bug #10119 fixed - assert_checkequal did not support sparse complex doubles
1818 * Bug #10124 fixed - strsplit crashed with wrong input arguments.
1820 * Bug #10151 fixed - Wrong error message about polynomials was displayed.
1822 * Bug #10179 fixed - Weird behavior with evstr.
1824 * Bug #10282 fixed - repmat did not work for scalar input on dims greater than 2
1825 neither for N-D arrays.
1827 * Bug #10283 fixed - w and iw output arguments of ode function
1828 are now directly read from work table used in sub-functions.
1830 * Bug #10289 fixed - xload returns a more explicit error message when a file does
1833 * Bug #10292 fixed - Improved description of modulo help page.
1835 * Bug #10293 fixed - Improved description of bvode help page.
1837 * Bug #10324 fixed - format(m) where m is a vector did not work but the
1838 documentation stated it could be used.
1840 * Bug #10366 fixed - A warning about fun2string redefinition was displayed
1841 when we used "Edit label generator" and click "Ok".
1847 * Random crash under Mac OS X at startup.
1848 Some random crash can occur at first Scilab startup. Try to restart Scilab.
1850 * Some issues at startup under Mac OS X 10.6.7 (and previous 10.6 versions)
1852 If you have "Audio Hijack" installed on your Mac OS X, it prevents some
1853 applications to work including Scilab. See Bug #7012.
1854 Uninstall / disable Audio Hijack should fix this problem.
1855 Airfoil, also developed by Rogue Amoeba, has been reported as also breaking