1 Changes between version 5.5.0 and 5.5.1
2 =======================================
4 Obsolete & Removed Functions
5 ============================
7 * datatipContextMenu() and datatipEventhandler() removed (See bug #8646).
9 * Second output argument of add_param removed (See SEP #132).
15 * Bug #6979 fixed - Help page of rlist was unclear.
17 * Bug #7203 fixed - Help page of titlepage was unclear.
19 * Bug #7549 fixed - edit_curv did not disable standard plot menus.
21 * Bug #7804 fixed - Small improvements made in struct help page.
23 * Bug #8502 fixed - Axis labels wrongly used number with 3 digits in the exponent.
25 * Bug #8646 fixed - The datatips contextual menu opened a selection list which
28 * Bug #8781 fixed - There was no error message when error was called with a complex value.
30 * Bug #8898 fixed - Help page of getdate improved.
32 * Bug #9052 fixed - Some demonstrations in graphics were automatically closed at
33 the end of their execution.
35 * Bug #9252 fixed - Some error prototypes produced screwed display.
37 * Bug #9381 fixed - parallel_run did not work on CentOS (GLIBC issue).
39 * Bug #9783 fixed - Insertion overloading did not seem to work with mlists.
41 * Bug #10168 fixed - kron produced a segfault in some cases.
43 * Bug #10336 fixed - Default key of rand was changed from "uniform" to "normal".
45 * Bug #10555 fixed - Scilab failed to build with some configure options.
47 * Bug #10583 fixed - ./configure --without-xcos did not work.
49 * Bug #10646 fixed - ./configure ARPACK check linked `-larpack -lblas` instead
50 of `-larpack -llapack -lblas`.
52 * Bug #10777 fixed - Home and End keys were not trapped in CLI mode.
54 * Bug #10784 fixed - clc function was not available in CLI & ADV-CLI modes.
56 * Bug #11035 fixed - Scilab crashed when loading a file created with Matlab 7.12.
58 * Bug #11284 fixed - Some calling sequences added in file help page.
60 * Bug #12700 fixed - edit_curv (used by CURV_f) was broken.
62 * Bug #12834 fixed - Graphics did not work on Fedora (GLIBC issue).
64 * Bug #12918 fixed - OpenSUSE 12.3 x64 did not have gluegen2-rt in librarypath.
66 * Bug #12986 fixed - Scilab did not start on CentOS 5.9 (GLIBC issue).
68 * Bug #12987 fixed - Scilab did not start on Ubuntu 10.04 (GLIBC issue).
70 * Bug #13180 fixed - surf did not handle degenerate cases.
72 * Bug #13291 fixed - xmltojar([],[],'ja_JP') might lead to a crash when the
73 locale was not available system-wide.
75 * Bug #13299 fixed - The pkgconfig file did not used the right Tcl/Tk version.
77 * Bug #13313 fixed - Setting datatips orientation did not disable
78 auto_orientation mode.
80 * Bug #13316 fixed - There were missing tooltips on File Browser buttons.
82 * Bug #13324 fixed - Legends were completely modified when an item was clicked and modified.
84 * Bug #13330 fixed - gtk2-oxygen theme engine (used by KDE) crashed Scilab.
86 * Bug #13331 fixed - Users are no longer able to write inconsistent options to mopen,
87 mopen(file, "wr") now exits with a proper error.
89 * Bug #13333 fixed - Selecting "Offline mode" in Scilab installer installed
90 Scilab in "Command line mode" (without GUI modules).
92 * Bug #13336 fixed - In SciNotes it was not possible to complete brackets only at eol.
94 * Bug #13343 fixed - In console popup menu, 'help about a selected text' moved
95 from bottom to top for consistency with Scinotes.
97 * Bug #13344 fixed - User defined ticks were not drawn at the right position.
99 * Bug #13345 fixed - Scilab did not start on Debian Wheezy (GLIBC issue).
101 * Bug #13346 fixed - Filter did not works for simple delays.
102 Improved documentation on the function filter.
104 * Bug #13349 fixed - Double-clicking on a MAT-file in file browser did not load it.
106 * Bug #13350 fixed - There was a buffer overrun with "call" function.
108 * Bug #13351 fixed - xstringb failed with LaTeX code.
110 * Bug #13358 fixed - Intersect and unique were slow due to an issue in quicksort implementation.
112 * Bug #13359 fixed - Nyquist datatip with symetry now displaying properly
115 * Bug #13364 fixed - Scilab did not start on CentOS 6.5, RedHat 5.4, RedHat 5.5 (GLIBC issue).
117 * Bug #13365 fixed - Data bounds were not correctly updated in 3-D.
119 * Bug #13367 fixed - ATOMS default repository was 5.4 one instead of 5.5.
121 * Bug #13369 fixed - Function samplef now works with 0 frequencies input values
122 and normalized frequencies. sample and samplef now consistently
125 * Bug #13378 fixed - The "Console" handle display was not homogeneous with others.
127 * Bug #13381 fixed - eigs was failing when using a function as first input argument.
129 * Bug #13383 fixed - newaxes help page did not mention the call with a graphic
132 * Bug #13384 fixed - uicontrol help page did not mention axes could be contained
133 in frame style uicontrols.
135 * Bug #13386 fixed - An exception occurred when using entity picker on legends.
137 * Bug #13388 fixed - Display of Waitbar and Progressionbar handles did not show
138 Tag and Userdata properties.
140 * Bug #13397 fixed - saveGui() returned an undocumented boolean parameter (success/failure flag).
142 * Bug #13401 fixed - Closing Scilab during halt() did not quit the Scilab process.
144 * Bug #13402 fixed - Bounding boxes of xarcs were not correct.
146 * Bug #13403 fixed - Regression on axes labeling fixed.
148 * Bug #13404 fixed - rect property was not taken into account in polarplot.
150 * Bug #13409 fixed - permute(x, dims) failed when dims was greater than the dimensions of size(x)
151 now permute treats extra dimensions as 1.
153 * Bug #13418 fixed - Help page for crossover_ga_binary was unclear.
154 Also added mix to check the crossover positions.
156 * Bug #13419 fixed - Help page for mutation_ga_binary function was not clear and lacked of examples.
158 * Bug #13420 fixed - mutation_ga_binary did not calculate properly multiple mutations.
160 * Bug #13421 fixed - Callback functions for genetic algorithms were missing.
161 Now the user can set functions to stop iterations and access the population.
163 * Bug #13422 fixed - Genetic algorithms did not log the minimum and maximum values properly.
165 * Bug #13424 fixed - crossover_ga_binary algorithm was not the classical point crossover one.
166 Also fixed the usage of binary length.
168 * Bug #13425 fixed - optim_ga and optim_moga needed optimization.
170 * Bug #13426 fixed - optim help page was written with bad indentation.
172 * Bug #13432 fixed - xstringl help page was not clear about fonts and Latex-rendered text.
174 * Bug #13435 fixed - Windows version crashes when calling xmlRemove on the first child.
176 * Bug #13438 fixed - drawaxis did not return the handle of the created axis.
178 * Bug #13441 fixed - Scilab crashed when uicontrol was called with a string for border property.
180 * Bug #13459 fixed - A warning message about libcurl.so version was displayed at Scilab startup.
182 * Bug #13471 fixed - ilib_build_jar infinite loop when used on an empty directory fixed.
184 * Bug #13481 fixed - varn did not work on rational fractions
186 * Bug #13491 fixed - intg now properly returns when the user function produces an error.
188 * Bug #13501 fixed - Typos fixed in English help pages.
190 * Bug #13503 fixed - xarrows made Scilab crash in some cases.
192 * Bug #13507 fixed - Imaginary part in result of a complex power was missing (Real^Complex).
194 * Bug #13509 fixed - It was not possible to have an empty prefix with xmlNs.
196 * Bug #13510 fixed - Datatip callback cleared 'd'.
198 * Bug #13511 fixed - lcm returned incorrect results when used with doubles.
200 * Bug #13512 fixed - dae crashed if the evaluation function had wrong prototype.
202 * Bug #13515 fixed - There were wrong results for matrix/hypermatrix with bitset function.
204 * Bug #13524 fixed - strtod did not ignore the tabs and CR.
206 * Bug #13527 fixed - hilb did not check correctly the type of first input argument.
208 * Bug #13554 fixed - rubberbox returned wrong values.
210 * Bug #13585 fixed - suitesparse 4.3.1 was not supported.
216 * Bug #9996 fixed - The RELATION_OP box drawn in the work space is not compliant to the programming.
218 * Bug #11823 fixed - Ctrl+F2 shortcut did not work on a selected block.
220 * Bug #12718 fixed - Modelica Generic block reshaped the output ports and the label was double-written.
222 * Bug #12723 fixed - Loading a .scg file in the CURVE bloc produced an error.
224 * Bug #12751 fixed - cdummy_ entry point was not found when using Code Generation.
226 * Bug #13285 fixed - There was no appropriate example of the syntax for scifunc_block_m GUI
229 * Bug #13318 fixed - Multiplication matrix * vector using MATMUL did not work correctly.
231 * Bug #13327 fixed - Sawtooth generator icon was not a Sawtooth.
233 * Bug #13385 fixed - TOWS_c and FROMWSB Xcos blocs needed better examples on how
234 to get or write a Scilab variable.
236 * Bug #13391 fixed - scifunc_block_m help page was not clear about the block using.
237 Example has been added.
239 * Bug #13396 fixed - MBLOCK did not work with an external file containing the modelica class.
241 * Bug #13436 fixed - STEP function was not delayed with the Continuous Fix Delay.
243 * Bug #13443 fixed - There was no image on CSCOPXY3D block.
245 * Bug #13513 fixed - EXPRESSION block with "u1" as expression failed with a
248 * Bug #13514 fixed - External modules' loader_pal.sce file contained absolute path.
250 * Bug #13540 fixed - Tkscale block did not respect min and max value.
252 * Bug #13553 fixed - "Export all diagrams" failed if the directory did not exist.
258 * On GNU/Linux with KDE and on some distributions, gtk2-oxygen theming engine
259 crashes Scilab. As a workaround, see http://bugzilla.scilab.org/show_bug.cgi?id=13330#c6.
261 Besides these points, do not hesitate to report bugs on:
262 http://bugzilla.scilab.org/
265 Changes between version 5.4.1 and 5.5.0
266 =======================================
271 * New special functions:
272 - erfi - The imaginary error function.
273 - dawson - Compute the Dawson function (scaled imaginary error).
275 * New functions introduced:
276 - getURL - Download a URL (HTTP, HTTPS, FTP...)
277 - splitURL - Split a URL (HTTP, HTTPS, FTP...)
278 - cov - Covariance matrix. Deprecates mvvacov. See bug #11896.
279 - ismatrix - Check if a variable is a matrix. See bug #10456.
280 - isrow - Check if a variable is a row vector. See bug #10456.
281 - iscolumn - Check if a variable is a column vector. See bug #10456.
282 - issquare - Check if a variable is a square matrix. See bug #10456.
283 - cross - Vector cross product. See bug #9941.
284 - members - Number of occurrences and linear indexes of common values between
285 two matrices of the same type. See bug #12705.
286 - jcreatejar - Creates a Java archive (JAR) from a set of files / directories
287 - ilib_build_jar - Builds Java packages from sources into a JAR file
288 - ifftshift - Inverses FFT shift
289 - unwrap - Unwraps/unfolds a Y(x) profile
290 - getPreferencesValue/setPreferencesValue - Get or set values in the preferences file.
291 - htmlDump/htmlRead/htmlReadStr/htmlWrite - Read and write data from/in HTML files.
292 - numderivative - Approximate derivatives of a function (Jacobian or Hessian).
294 * Complete set of functions to read and write any HDF5 file from Scilab added.
297 - daskr - differential-algebraic system solver with rootfinding 'daskr', using
298 BDF methods with direct and preconditioned Krylov linear solvers, based on ODEPACK.
300 * Based on JIMS external module, Scilab provides functions to interact
303 * erf, erfc, erfcx and calerf functions now support complex arguments.
305 * isnum has been redesigned in native code. Performance improvements up to 130x.
308 * Usage of the '$' keyword in part function allowed.
310 * The histplot command can now be used with the option polygon=%t/%f to add the
311 frequency polygon chart (Thanks to Mehran Khorshidi).
313 * Multi level completion on mlist, struct, XML structures...
315 * Variable browser improvements:
316 - The variable browser also shows the size of integers and the user type of
318 See bugs #12523 and #10409.
319 - It is now possible to delete variables from the variable browser.
321 - A user can now plot variables from the variable browser (this functionality was
322 already available in the variable editor).
324 * Added lighting effect for plot of surfaces. Lighting can be enabled
325 creating light objects or disabled by deleting them. The following function
327 - light - Creates a light graphic object.
330 - Multiple domains in localization managed.
331 - addlocalizationdomain function added for a new domain creation.
332 - Optional parameter added to gettext to manage domains.
333 - tbx_generate_pofile and tbx_build_localization added to create localization files for
336 * Windows Solution updated to Visual Studio 2012.
338 * -keepconsole option added for Scilab Windows to facilitate debugging.
339 Calling Scilab with this option will leave the console box window opened at startup.
341 * License update: switch to the CeCILL 2.1.
347 * New calling sequence allowed for nicholschart: nicholschart(gains, phases, colors).
350 * qp_solve can now take up to 5 output arguments. The last one is an error flag,
351 if it is present, then the function will display a warning instead of an error.
354 * graypolarplot has been improved in terms of performances and rendering.
357 * nthroot is now vectorizable.
360 * New optional output argument for routh_t.
363 * modulo and pmodulo now support integers & hypermatrices (See bug #13002).
365 * test_run can now separate 32-bit systems from 64-bit ones.
367 * pol2str: now handles polynomials with complex coefficients and hypermatrices (See bug #13109).
369 * nanreglin: reglin with arguments containing NaNs (See bug #13208).
371 * New optional input argument added to matfile2sci (append or write the output file).
374 GUI Refactoring and Improvements
375 ================================
377 * New uicontrols styles:
378 - tab: component which enables the user to switch between sets of uicontrols by
380 The children components are "frame" uicontrols.
381 Two dedicated properties have been added to configure this component:
382 - title_position: Position of the tabs
383 - title_scroll: Indicates if tabs must all be displayed at a time or
384 managed with scroll features.
385 - layer: Component which enables the user to make parts of a GUI visible/invisible
387 - spinner: Component which enables the user to select/edit a value between bounds
390 * New uicontrols properties:
391 - border: Used to set some decoration properties on "frame" uicontrols.
392 These decorations can be created and initialized with the createBorder
393 and the createBorderFont functions.
394 - scrollable: Used to add scrolling capabilities on "frame" uicontrols.
395 - groupname: Used to group "radiobutton" and "checkbox" uicontrols for an easier
397 - icon: Add an icon to "pushbutton", "text" and "frame" uicontrols.
398 - margin: Empty space around uicontrols.
400 * New uimenu properties:
401 - icon: add an icon on the left of the menu label.
403 * "listbox" and "popupmenu" style uicontrols can now manage colors selection, icons, background
404 and foreground colors when the "String" property is set to a matrix matching the format:
405 ["#color1", "Item1", "#background1", "#foreground1"; "#color2", "Item2", ..., ...]
406 ["icon1", "Item1", "#background1", "#foreground1"; "icon2", "Item2", ..., ...]
407 with "#color1", "#background1" and "#foreground1" in HTML format #XXXXXX.
408 Then the component will display a colored box or icon on the left of the associated string,
409 and different background/foreground colors for items.
411 * New management of uicontrols positioning:
412 In previous versions, uicontrols position was managed in an absolute way through
413 their "Position" property and the "Resizefcn" property of their parent figure.
414 Using the new layout management in figures and "frame" style uicontrols, position
415 is now managed in an automatic way based on Java layouts.
416 New dedicated properties have been added in figure and uicontrols:
417 - layout: layout type.
418 - layout_options: configuration of the layout.
419 Options can be initialized with the createLayoutOptions function.
420 Type "help layouts" in Scilab for more information about available types and options.
421 Uicontrols position is then managed through the "constraints" property.
422 A new createConstraints function has been added to managed these contraints.
424 * New figures properties:
425 - icon: Allows to customize the figure icon.
426 - menubar: allows to create windows without any menu bar (default menus will not be created).
427 - menubar_visible: Manages menu bar visibility.
428 - toolbar: Allows to create windows without any toolbar.
429 - toolbar_visible: Manages toolbar visibility.
430 - infobar_visible: Manages infobar visibility.
431 - resize: Allows to lock window size.
432 - dockable: Allows to create dockable/standard figures.
433 - default_axes: Allows to manage default axes creation in figures.
435 * The figure "visible" property management has evolved and offers new possibilities:
436 - When the figure is docked, this property manages the visibility
437 of components inside the figure (uicontrols, axes, ...).
438 In previous releases, this same property setting only managed axes.
439 - When the figure is not docked, this property manages the visibility
440 of the whole figure including its decorations.
442 * New way to create GUI using XML files:
443 - Created GUI using the figure/uicontrol/uimenu functions can now be saved in
444 this new format using saveGui function.
445 - XML files in this format can be loaded in Scilab using the loadGui function.
446 This function aims at creating GUI in a more efficient way.
448 * New rendering for GUI/uicontrols:
449 In this version, uicontrols use the defaults of the OS Look & Feel.
450 Some properties default values are not set by Scilab and then can be different from an
452 To come back to the previous and deprecated behavior, you can use the related
453 property on the "Console" handle:
454 set(get(0), "UseDeprecatedSkin", "on");
455 Note that this deprecated behavior will be removed in future versions.
457 * New way to access uicontrols using a path containing their "Tag" and their parent(s) "Tag" property.
458 See the set and get functions help page for more details.
460 * New display for uicontrols handles properties. Only properties used for Java rendering are displayed.
461 To display all available properties, use the "ShowHiddenProperties" "Console" property.
467 * set function prototype has been modified to allow the user to set multiple
468 properties at once: set(h, "Property1", Value1, "Property2", Value2, ...)
470 * newaxes function now allows to create axes in "frame" uicontrols.
472 * clf function now also works with "frame" uicontrols.
474 * New axes properties:
475 - ticks_format: Format of the ticks labels.
476 - ticks_st: Scales and translates factors applied to ticks position when formatting
478 - auto_margins: Activated by default, this property lets Scilab compute margins
479 needed to display axes decorations (titles, labels, ...).
480 - grid_thickness: Thickness of the grid plotting.
481 - grid_style: Style of the grid plotting.
482 - label_font_style: Font style used to draw the labels.
484 * New legends properties:
485 - line_width: Width of the drawn line.
486 - mark_count: Number of the drawn marks.
488 * New polyline properties:
489 - mark_offset: Offset before the first mark.
490 - mark_stride: Step between consecutive marks.
491 - display_function: Name of the function used to customize the information
492 displayed in all the datatips of this polyline.
493 This function can be overloaded by setting a display
494 function on each datatip handle.
495 - display_function_data: Additional data needed for datatips display function.
496 - datatips: Handles of the datatips of the polyline.
498 * New Matplot property added :
499 - rect: specifies the rectangle where the Matplot will be drawn.
501 * Datatips properties have been renamed for better readability:
503 - tip_box_mode --> box_mode
504 - tip_label_mode --> label_mode
505 - tip_orientation --> orientation
506 - tip_3component --> z_component
507 - tip_auto_orientation --> auto_orientation
508 - tip_interp_mode --> interp_mode
509 - tip_disp_function --> display_function
512 Differential Equations
513 ======================
515 * Netlib's Quadpack, used for definite integration, has been updated to match the upstream.
521 * Autosave feature can now use %date to append the current date to the backup filename
528 * New DAE solver: DDaskr, using BDF methods with direct Newton and preconditioned Krylov
529 linear solvers, which includes rootfinding.
530 It is available from dae function.
532 * In Modelica initialization GUI, inputs (eg. sensor) were not handled.
534 * Sundials updated to the "2.5.0" version, keeping our modifications.
536 * JGraphX updated to the "2.1.0.7" version, updating our hooks performance.
538 * API changed in the scicos_block4 interface: the uid value is not available
539 inside the simulation function.
541 * API change: In scicos_block4.h, "Residute" renamed to "Jacobian".
543 * xcosAddToolsMenu added to let the user perform some actions on the graph.
545 * CBLOCK4 block added to the "User-Defined Functions"
547 * xcos_debug_gui function added for a simple use of the Debug block.
549 * tbx_build_pal_loader function added to ease external module creation (See SEP #120).
551 * Event management demonstrations added.
557 * Some Xcos specific content added to xcos_toolbox_skeleton help pages.
563 * Minimal version of Flexdock (1.2.4) enforced.
565 * Minimal version of JoGL (2.1.4) enforced.
567 * Minimal version of JLaTeXMath (1.0.3) enforced.
569 * New dependencies to manage EMF export:
570 - freehep-graphics2d.jar
571 - freehep-graphicsio-emf.jar
572 - freehep-graphicsio.jar
575 Note: --without-emf can be used to disable this feature.
578 Obsolete & Removed Functions
579 ============================
581 * Scilab 5.5.X family will be the latest family working under Windows XP/2003.
583 * Vector ^ scalar syntax declared as obsolete. See bug #11524
585 * The third argument of poly function will be more strict.
586 Only the following strings are allowed: "roots", "coeff", "c", "r".
588 * Option and direction arguments of gsort will be more strict in all cases.
589 Only the following strings are allowed:
590 - option: "r" "c" "g" "lr" "lc"
591 - direction : "d" "i"
593 * nfreq tagged as obsolete. Will be removed in Scilab 5.5.1.
594 Please use tabul instead.
596 * IsAScalar tagged as obsolete. Will be removed in Scilab 5.5.1.
597 Please use isscalar instead.
599 * chart tagged as obsolete. Will be removed in Scilab 5.5.1.
600 Please use nicholschart instead.
602 * Second output argument of add_param tagged as obsolete. Will be removed in Scilab 5.5.1.
604 * mvvacov tagged as obsolete. Will be removed in Scilab 6.0.0.
605 Please use cov instead.
607 * mfft tagged as obsolete. Will be removed in Scilab 5.5.1.
608 Please use fft instead.
610 * relocate_handle tagged as obsolete. Will be removed in Scilab 5.5.1.
612 * msd and st_deviation tagged as obsolete (See bug #7593). Will be removed in Scilab 5.5.1.
613 Please use stdev instead.
615 * pcg tagged as obsolete. Will be removed in Scilab 5.5.1.
616 Please use conjgrad instead.
618 * milk_drop tagged as obsolete. Will be removed in Scilab 5.5.1.
620 * datatipGetStruct tagged as obsolete. Will be removed in Scilab 5.5.1.
621 Please use 'datatips' property instead.
623 * regress tagged as obsolete. Will be removed in Scilab 5.5.1.
624 Please use reglin instead.
626 * %asn tagged as obsolete. Will be removed in Scilab 5.5.1.
627 Please use delip instead.
629 * jmat tagged as obsolete. Will be removed in Scilab 5.5.1.
630 Please use flipdim instead.
632 * perl tagged as obsolete. Will be removed in Scilab 6.0.0.
634 * numdiff and derivative tagged as obsolete. Will be removed in Scilab 6.0.0.
635 Please use numderivative instead.
637 * xmltochm tagged as obsolete. Will be removed in Scilab 5.5.1.
639 * dft removed, please use fft instead.
641 * sscanf removed, please use msscanf instead.
643 * fscanf removed, please use mfscanf for files opened with mopen or read for files opened
646 * fprintf removed, please use mfprintf for files opened with mopen or write for files
647 opened with file instead.
649 * clear_pixmap removed, please use drawlater/drawnow instead.
651 * pixmap property removed for figures, please use drawlater/drawnow instead.
653 * demo_message and demo_mdialog removed.
655 * with_embedded_jre removed.
659 * fit_dat removed. Please use datafit instead.
661 * winclose removed. Please use close instead.
663 * datatipInitStruct and datatipRedraw removed.
665 * getfont, getmark, getlinestyle and getsymbol removed. Please use ged instead.
668 Known incompatibilities
669 ========================
671 * Using => or =< now returns an error. See bug #2345.
673 * or/and functions now fix reals value before working on them. See bug #7666.
675 * a*b*-c+d is now interpreted as (a*b*(-c))+d instead of a*b*(-c+d). See bug #13168.
677 * Extracting children from an empty matrix of handles now returns an error.
678 For example: f=gcf(); f.children(1).children.children returns an error.
680 * Figure anti_aliasing property behavior changed:
681 - "off": No anti-aliasing activated on the figure.
682 - "2x", "4x", "8x", "16x": anti-aliasing activation will have no effect on most plateforms.
688 * paramfplot2d: When theta input argument was a column vector, an error occurred.
690 * Bug #1253 fixed - There was no possibility to draw only few marks on a polyline which
691 contained a lot of points.
693 * Bug #1751 fixed - Margins were not computed according to contents.
695 * Bug #2067 fixed - Scilab crashed when plot was called with a large numerical value.
697 * Bug #2267 fixed - Wrong error message when ticks locations and labels did not have the
700 * Bug #2345 fixed - Use of operators => and =< did not lead to an error.
702 * Bug #2416 fixed - Particular case (string([]) returns []) has been added in string help
705 * Bug #2802 fixed - convstr did not convert non ascii chars.
707 * Bug #3511 fixed - strindex did not return all occurrences in regexp mode.
709 * Bug #3928 fixed - An error was returned when a matrix was flipped along the third
712 * Bug #4042 fixed - squeeze returned a hypermatrix instead of a matrix when at least one
713 dimension was equal to 1.
715 * Bug #4083 fixed - The numdiff and derivative functions were duplicates and are
716 now tagged as obsolete and replaced by numderivative. See SEP #130.
718 * Bug #4085 fixed - num2cell help page added.
720 * Bug #4177 fixed - find function moved to the "elementary_functions" module.
722 * Bug #4229 fixed - delip did not return an error if one element of its first input
723 argument was negative.
725 * Bug #4383 fixed - csim with "step" and "impuls" now works with direct feedthrough.
727 * Bug #4401 fixed - isnum did not recognize all constants or some complex numbers.
729 * Bug #4481 fixed - iir help page updated to precise that frq can be a scalar.
731 * Bug #4490 fixed - Input argument of sinc function moved to rad.
733 * Bug #4649 fixed - License issue in xs2ppm help page fixed.
735 * Bug #4677 fixed - xclick did not return correct mouse position on keyboard event.
737 * Bug #4692 fixed - Export did not work while xgetmouse was waiting.
739 * Bug #4731 fixed - lqr failed when the time domain of an input was a number.
741 * Bug #4743 fixed - Graphics with too big or too small values did not work.
743 * Bug #4858 fixed - libintl.h was missing in binary versions but included in localization.h.
745 * Bug #4965 fixed - Setting links property for a handle of type legend did not work.
747 * Bug #5016 fixed - condestsp could return different results when repeated calls were performed.
749 * Bug #5017 fixed - norm rewritten to take benefit from the Lapack package performance.
751 * Bug #5073 fixed - New parameter added in strtod function (decimal separator).
753 * Bug #5205 fixed - permute was slow for large hypermatrices.
755 * Bug #5207 fixed - grand can now return a hypermatrix.
757 * Bug #5232 fixed - 'frame' uicontrols children now follow the frame displacement.
759 * Bug #5365 fixed - makecell help page was in the "compatibility functions" directory
760 instead of being in "data_structures".
762 * Bug #5539 fixed - sylv help page was wrong in the discrete-time case.
764 * Bug #5616 fixed - typeof(uiCreateTree(...)) returned "Tree" instead of "uitree".
766 * Bug #5694 fixed - numdiff help page clarified.
768 * Bug #5779 fixed - xnumb number format was too small (+ unit test added).
770 * Bug #5826 fixed - Graphic windows did not redirect key events in console.
772 * Bug #5844 fixed - grayplot did not have a logflag option.
774 * Bug #5886 fixed - There was no property labels_font_style on axis.
776 * Bug #6037 fixed - macrovar help page improved.
778 * Bug #6168 fixed - zpbutt, zpch1, zpch2 and zpell help pages were unclear.
780 * Bug #6191 fixed - It was not possible to set thickness and line_style properties for a grid.
782 * Bug #6305 fixed - dsearch function did not work with integers, strings and hypermatrices.
784 * Bug #6306 fixed - It is now possible to compute an histogram instead of plotting it
785 with new function histc(). Besides, histplot can now return the computed data.
787 * Bug #6363 fixed - It was not possible to create figures without menubar/toolbar.
789 * Bug #6390 fixed - The "external" argument of odedc was not well documented and
792 * Bug #6404 fixed - xrects help page was not clear about argument specification.
794 * Bug #6427 fixed - full([%T %F]) returned an error message.
796 * Bug #6466 fixed - Example with vectorized input added in mprintf and msprintf help pages.
798 * Bug #6476 fixed - Matplot help did not indicate that the data field should be used to update data.
800 * Bug #6512 fixed - %asn function tagged as obsolete.
802 * Bug #6584 fixed - mfft tagged as obsolete.
804 * Bug #6615 fixed - ui(get|put)file did not center the file dialog on the last focused window.
806 * Bug #6638 fixed - The profiler output was incorrect by a factor of 1000 under Windows.
808 * Bug #6689 & #6690 fixed - grand now works with complexes, polynomials, booleans, integers, sparses and strings,
809 and can handle row vectors, matrices and hypermatrices of thoses types.
811 * Bug #6693 fixed - modulo did not accept polynomial inputs. Help page was not updated.
813 * Bug #6752 fixed - unit test scilab.tst has been split in different tests.
815 * Bug #6824 fixed - resize_matrix did not manage hypermatrices.
817 * Bug #6832 fixed - Matrices of rationals can now be transposed via the " .' " operator.
819 * Bug #6840 fixed - New line_style added.
821 * Bug #6859 fixed - xlabel and xtitle could overlapped.
823 * Bug #6930 fixed - Matplot handle had no rect property.
825 * Bug #6988 fixed - Error messages in modules/data_structures/src/c/hmops.c were not
828 * Bug #7026 fixed - There was no unit test for plot2d.
830 * Bug #7038 fixed - A toggle button now manages datatip mode.
832 * Bug #7040 fixed - Example and description for getMatrixOfIntegerPrecision modified in help page.
834 * Bug #7047 fixed - milk_drop is now obsolete. It will be removed in Scilab 5.5.1, but will be kept as a demonstration.
836 * Bug #7051 fixed - fieldnames help page updated.
838 * Bug #7080 fixed - Some graphic macros did not use standard error messages.
840 * Bug #7084 fixed - Old, not documented and deprecated gr_menu function removed.
842 * Bug #7085 fixed - 'edit' uicontrols did not support multiple line edition.
844 * Bug #7133 fixed - help_from_sci with no input argument now launches a full demonstration.
846 * Bug #7169 fixed - It was not possible to specify different option value (thickness, style, ...) for X and Y grids.
848 * Bug #7204 fixed - geomean applied to a hypermatrix gave wrong results.
850 * Bug #7205 fixed - length(H) applied to a non-string hypermat returned 3 instead of size(H,"*").
852 * Bug #7206 fixed - If the second input argument of meanf function was a hypermatrix,
853 this function returned an error.
855 * Bug #7244 fixed - Extraction from a struct array with a boolean vector had a strange behavior.
857 * Bug #7296 fixed - %nan, %inf and -%inf enabled for the cdf* functions.
859 * Bug #7304 fixed - exportUI did not switch filename extension when filter was changed.
861 * Bug #7411 fixed - clf forgot to turn off the datatip mode.
863 * Bug #7417 fixed - Auto-positioning of datatips did not take the curvature into account.
865 * Bug #7486 fixed - LAPACK versions of DGELSY and ZGELSY now used.
867 * Bug #7561 fixed - roots help page now explains that coefficients are used in the contrary order of poly.
869 * Bug #7570 fixed - The switch criterion on x and y is now explained in beta() help page.
871 * Bug #7585 fixed - psi.f moved from "elementary functions" to "special functions" module.
873 * Bug #7593 fixed - stdev now encompasses msd and st_deviation thanks to a new optional input argument.
875 * Bug #7596 fixed - A same error happening in different places now displays the same
878 * Bug #7648 fixed - CDF functions now display a warning for non integer
879 "degrees of freedom" argument.
881 * Bug #7650 fixed - isempty(tlist(...)) always returned false, even when all defined fields were empty.
883 * Bug #7655 fixed - An example added in type help page, for type(X)=11 and type(X)=13.
885 * Bug #7666 fixed - Inconsistencies between and/or and &/| fixed.
887 * Bug #7684 fixed - Introduction demonstration splitted into subsections.
889 * Bug #7705 fixed - "dimension", "minbounds" and "maxbounds" fields have been documented in Genetic algorithms help pages.
891 * Bug #7739 fixed - Axis position was invalid in log modes.
893 * Bug #7771 fixed - There was no item about arrow_size in champ_properties help page.
895 * Bug #7772 fixed - There was no description, no example about line_style property in polyline help page.
897 * Bug #7781 fixed - The second parameter of iqr function had no effect.
899 * Bug #7782 fixed - lcm and gcd help pages improved to tell the user how to use both
902 * Bug #7824 fixed - title function properties did not support an indexed color.
904 * Bug #7826 fixed - chart tagged as obsolete.
906 * Bug #7828 fixed - Slight improvements in nicholschart.
908 * Bug #7848 fixed - The third argument of correl function is now optional.
910 * Bug #7858 fixed - variance and variancef can now return the mean of the input
911 in a new output argument and take the a priori mean as input.
913 * Bug #7877 fixed - iirgroup function fixed.
915 * Bug #7879 fixed - string now accepts plist type, and printing a plist displays that string.
917 * Bug #7905 fixed - Figure icon can now be changed using dedicated property.
919 * Bug #7916 fixed - nansum([]) returned NaN value while this function had to ignore it.
921 * Bug #7927 fixed - Output "flag" in qmr function was not well documented.
923 * Bug #7960 fixed - plzr could not produce pole zero plot for a simple transfer function.
925 * Bug #7986 fixed - spec gateway renamed from sci_eig.c to sci_spec.c.
927 * Bug #7999 fixed - SwingScilabFileChooser.getFilterIndex() was unusable.
929 * Bug #8031 fixed - cdfgam error message fixed.
931 * Bug #8058 fixed - The user can now set the tolerances of intc function.
933 * Bug #8060 fixed - Improved list display in the variable browser.
935 * Bug #8098 fixed - cumsum could not be applied to rational matrices.
937 * Bug #8131 fixed - It was not possible to choose the number of marks and the line width in legends.
939 * Bug #8133 fixed - Ticks disappeared in planar 3-D view.
941 * Bug #8162 fixed - Area of stability of plzr was wrong for continuous systems
944 * Bug #8196 fixed - Error messages dealing with negative thickness were not standard.
946 * Bug #8211 fixed - Parameters module demonstration finalized.
948 * Bug #8231 fixed - xrect help page did not say that clipping property was inherited.
950 * Bug #8234 fixed - strtod did not return an empty matrix when the input argument was an
953 * Bug #8247 fixed - regress tagged as obsolete.
955 * Bug #8264 fixed - Matlab to Scilab dictionary help page updated for atan2.
957 * Bug #8290 fixed - DELAYV_f block documentation fixed.
959 * Bug #8319 fixed - dbphi(hypermat) and phasemag(hypermat) returned a matrix instead of
962 * Bug #8323 fixed - Scilab "About Box" did not hide Scilab main window.
964 * Bug #8337 fixed - mtlb_rand now uses the "uniform" rule, whatever the random rule set is.
966 * Bug #8373 fixed - clear can now handle a matrix of strings argument.
968 * Bug #8379 fixed - It was not possible to delete the selected datatip with DELETE or BACKSPACE.
970 * Bug #8415 fixed - optim_moga, optim_nsga, optim_nsga2 can now take list as input
971 arguments, as explained in their help pages.
974 * Bug #8462 fixed - bvodeS could make Scilab unstable.
976 * Bug #8470 fixed - bvode displayed some output in terminal window and not in
979 * Bug #8479 fixed - The latest Saxon version was not supported.
981 * Bug #8511 fixed - sprand now uses grand instead of rand and grand functions. Internal
982 state of the random generator is no more changed.
984 * Bug #8561 fixed - ddassl, ddasrt, ddaskr: abs and rel tolerance sizes are now checked.
986 * Bug #8597 fixed - grand/clcg4 could display uncontrolled messages as warning.
988 * Bug #8607 fixed - Some error messages in modules/overloading/macros were not standard
991 * Bug #8614 fixed - Unit test for barhomogenize added.
993 * Bug #8636 fixed - roots help page updated (default algorithm value was wrong).
995 * Bug #8667 fixed - The handling of %nan in min, max, median functions was not properly
998 * Bug #8680 fixed - "end" output argument of regexp function has been changed.
1000 * Bug #8687 fixed - typeof function failed on uint8, depending on the format
1001 (+ unit test added).
1003 * Bug #8695 fixed - optim_ga used old (initial) values instead of newly-computed ones.
1005 * Bug #8745 fixed - Extracting from an empty matrix automatically returned an empty matrix.
1007 * Bug #8778 fixed - Call_ScilabOpen, TerminateScilab could not be called more
1008 than 80 times in a loop.
1010 * Bug #8779 fixed - gsort did not preserve the order of equal elements, in
1013 * Bug #8820 fixed - squeeze did not return a matrix when the number of dimensions
1014 of the result was less or equal to 2.
1016 * Bug #8824 fixed - taucs_chfact returned a segfault (not the case in nwni mode).
1018 * Bug #8840 fixed - fileparts did not manage matrix of strings.
1020 * Bug #8856 fixed - Non regression test added for [k,l,m,...]=find(a==5).
1021 Non regression test of bug #476 updated.
1023 * Bug #8857 fixed - Non regression test of bug #477 updated.
1025 * Bug #8858 fixed - Non regression test of bug #480 updated.
1027 * Bug #8862 fixed - mget and mput could not read and write 64 bit data from
1030 * Bug #8956 fixed - xpoly, xfpoly, xrect, xsegs and xarc did not update data_bounds property.
1032 * Bug #9004 fixed - bitcmp function called with one input argument returned an error.
1034 * Bug #9020 fixed - exists function did not accept matrix as first input argument.
1036 * Bug #9031 fixed - Misalignment of text when using xstring with a matrix fixed.
1038 * Bug #9033 fixed - auto_dimensioning property for text handles was not documented.
1040 * Bug #9059 fixed - tbx_build_macros and genlib did not stop even if an error occurred.
1042 * Bug #9109 fixed - nfreq tagged as obsolete.
1044 * Bug #9110 fixed - Examples and references to other functions added in Statistics help pages.
1046 * Bug #9158 fixed - zeros called with a big number returned an empty matrix instead
1049 * Bug #9208 fixed - Added three optional output arguments to optim,
1050 to retrieve #iterations, #evaluations and a termination indicator.
1052 * Bug #9309 fixed - comparison help page updated to document issue with empty matrix.
1054 * Bug #9319 fixed - Huge polylines could not be exported in PS/EPS.
1056 * Bug #9385 fixed - The type checking in trigonometric functions has been added.
1058 * Bug #9394 fixed - is_param recognized "plist" as an existing field.
1060 * Bug #9395 fixed - add_param did not check its input arguments.
1062 * Bug #9396 fixed - add_param accepted duplicate keys.
1064 * Bug #9444 fixed - with_embedded_jre function removed.
1066 * Bug #9459 fixed - Default values of the optional plot3d arguments were not documented.
1068 * Bug #9493 fixed - Title is now correctly set when starting Scilab and focus is set on Console.
1070 * Bug #9537 fixed - optimbase_configure only allowed row vectors as initial value.
1071 Column vectors now allowed by transposing them.
1073 * Bug #9538 fixed - optimbase_checkshape only allowed row vectors as output arguments of
1074 cost function. Column vectors are now allowed by transposing them.
1076 * Bug #9577 fixed - Setting neldermead_configure("-numberofvariables") is now optional,
1077 setting neldermead_configure("-x0") initializes -numberofvariables
1080 * Bug #9601 fixed - Cylinder demonstration fixed.
1082 * Bug #9627 fixed - Arguments checking added in optimsimplex_* functions.
1084 * Bug #9688 fixed - optim could crash when "imp" option was < 0. It is now set to 0 in
1087 * Bug #9690 fixed - The "imp" option for optim could crash Scilab and was not consistent
1090 * Bug #9691 fixed - "imp" option in optim help page was poorly documented.
1092 * Bug #9694 fixed - Example in optim help page fixed to display correct counters.
1095 * Bug #9697 fixed - Displayed information for optim "qn" and "gc" with bounds and imp=1 fixed.
1097 * Bug #9701 fixed - optim with "qn" option was failing for large problems.
1099 * Bug #9702 fixed - Contrary to what optim help page stated, the "gc" algorithm does use
1100 the "epsx" parameter.
1102 * Bug #9780 fixed - gmres solver did not run with complex systems.
1104 * Bug #9788 fixed - neldermead can now produce a warning when it fails to converge,
1105 thanks to a new input argument "warn".
1107 * Bug #9819 fixed - unwrap function did not exist in Scilab.
1109 * Bug #9821 fixed - getrelativefilename did not manage matrix of strings.
1111 * Bug #9840 fixed - Default G tolerance in lsqrsolve was too large.
1113 * Bug #9851 fixed - Error message occurred because of a cut-off frequency of 0.25Hz
1116 * Bug #9859 fixed - It was not possible to draw arrows in 3-D using xarrows.
1118 * Bug #10012 fixed - lmisolver and lmitool called with no input now produce errors.
1121 * Bug #10083 fixed - plot3d could not be used with only one input argument.
1123 * Bug #10122 fixed - replot could not be used in 3-D.
1125 * Bug #10146 fixed - In SciNotes, 'help on keyword' moved from bottom to top in the popup
1128 * Bug #10175 fixed - Clearer example added for sp2adj to adj2sp conversion (and backwards conversion).
1130 * Bug #10180 fixed - det was not defined for sparse matrices.
1132 * Bug #10213 fixed - sci2exp help page updated to document the impact of format function.
1134 * Bug #10214 fixed - evstr help page updated to mention that input argument must not be composed of
1135 continuation marks (..).
1137 * Bug #10216 fixed - Invalid syntaxes for zeros, ones, eye, rand, like zeros(2,:).
1139 * Bug #10221 fixed - ifftshift function did not exist in Scilab.
1141 * Bug #10226 fixed - When a // <empty session> line was deleted, all sessions
1142 histories were folded.
1144 * Bug #10234 fixed - reglin function moved from CACSD to Statistics module.
1146 * Bug #10243 fixed - fun2string(X) called X before returning its code.
1148 * Bug #10254 fixed - Slight improvements in ones help page.
1150 * Bug #10269 fixed - qp_solve can now take up to 5 output arguments. The last one is an
1151 error flag, if it is present, then the function will issue a warning
1152 instead of an error.
1154 * Bug #10271 fixed - ordmmd now checks the consistency of the third input argument with the
1155 input matrix defined by the first two input arguments.
1157 * Bug #10273 fixed - spchol help page now displays an example showing how to use its output arguments.
1159 * Bug #10276 fixed - qp_solve segfaulted with large matrices.
1161 * Bug #10287 fixed - Error message added for complex expression as input argument of
1164 * Bug #10305 fixed - Comparison of lists with empty items returned an error message.
1166 * Bug #10391 fixed - Error when using completion after a global variable clear fixed.
1168 * Bug #10428 fixed - Java based components of Scilab showed a library load error in CLI mode.
1170 * Bug #10445 fixed - In SciNotes, CTRL+Drag&Drop moved text rather than copying it.
1172 * Bug #10470 fixed - In SciNotes, split "Horizontally" or "Vertically" was meaningless.
1174 * Bug #10596 fixed - exit(xxx) from Scilab failed.
1176 * Bug #10621 fixed - Figure without docking/undocking capabilities can now be created.
1178 * Bug #10645 fixed - File encoding could not be given as argument in xmlRead.
1180 * Bug #10718 fixed - New "Resize" property added to figures.
1182 * Bug #10805 fixed - Documentation on left bracket was superfluous and is now removed.
1183 Refer to brackets for information on "[" and "]".
1185 * Bug #10816 fixed - Typo in part error message fixed.
1187 * Bug #10818 fixed - home, %e, %t, %f, %z and %s help pages added.
1189 * Bug #10823 fixed - fullpath returned different results under Windows and Linux for
1192 * Bug #10830 fixed - Hypermatrix insertion with a negative index returned a wrong error message.
1194 * Bug #10833 fixed - exists help page updated.
1196 * Bug #10840 fixed - Keyboard arrows were disabled on 'slider' type uicontrols.
1198 * Bug #10856 fixed - analpf did not return the right result.
1200 * Bug #10862 fixed - Add a without Internet connection installation
1201 global configuration in the installer.
1203 * Bug #10866 fixed - det was not equivalent to detr for rational matrices.
1205 * Bug #10906 fixed - Typo fixed in cls2dls help page.
1207 * Bug #10930 fixed - The comments in armax function were in French.
1209 * Bug #10932 fixed - Startup directory was not saved/restored in preferences.
1211 * Bug #10936 fixed - Scilab hung with invalid strf in plot2d.
1213 * Bug #10942 fixed - Function soundsec revised. Now soundsec can be used for non integer values of time.
1215 * Bug #10995 fixed - Typo fixed in grand help page for Gamma law argument.
1217 * Bug #10998 fixed - matrix*hypermatrix and hypermatrix*matrix operations failed.
1219 * Bug #11001 fixed - exists and isdef did not work with primitives.
1221 * Bug #11007, #11008 & #11009 fixed - New conjgrad function (Conjugate Gradient methods "pcg", "cgs", "bicg" and "bicgstab").
1223 * Bug #11065 fixed - The second output argument of unique function contained a wrong result.
1225 * Bug #11067 fixed - Display of ticks labels with closed associated values was wrong.
1227 * Bug #11139 fixed - conj was not defined for sparse matrices (+ unit test added).
1229 * Bug #11303 fixed - Exception while searching with multiple tabs in SciNotes fixed.
1230 already existing in SCI/contrib/archives in "offline" mode.
1232 * Bug #11305 fixed - Performances improved with a better way to update data in Graphics.
1234 * Bug #11308 fixed - Calling sequences in dsearch help page were wrong.
1236 * Bug #11343 fixed - The "isoview" figure property did not work when the axes
1237 margins had been modified.
1239 * Bug #11523 fixed - In SciNotes, 'whereami line numbering' was not clear enough.
1241 * Bug #11571 fixed - x_mdialog did not let the Look&Feel select the window size.
1243 * Bug #11575 fixed - There was no preview of GIF files in exportUI dialog.
1245 * Bug #11576 fixed - exportUI did not propose gcf().figure_name as default file name.
1247 * Bug #11616 fixed - Figure menubar could not be made invisible.
1249 * Bug #11629 fixed - Interactive zoom did not work properly in datatip mode.
1251 * Bug #11648 fixed - Copying graphic via the clipboard did not work.
1253 * Bug #11680 fixed - GUI functions in Scilab 5.4.X were much slower than in Scilab 5.3.3.
1255 * Bug #11714 fixed - help_from_sci sometimes failed when input function had "<imagedata>" comments.
1257 * Bug #11766 fixed - nthroot has been added to m2sci help page.
1259 * Bug #11779 fixed - Wrong variable type in the documentation of getNbInputArgument and getNbOutputArgument fixed.
1261 * Bug #11789 fixed - Documentation was missing for nbInputArgument.
1263 * Bug #11792 fixed - Lists can be accessed with non integer indexes (list help page
1266 * Bug #11814 fixed - Typo in CACSD help chapter fixed.
1268 * Bug #11869 fixed - "Environment" was not localized in preferences.
1270 * Bug #11876 fixed - ilib_include_flag now returns a string when called with a string column vector as input.
1272 * Bug #11885 fixed - Each rand has been changed to grand in genetic algorithms and
1273 simulated annealing functions.
1275 * Bug #11891 fixed - Fisher ratio could be inaccurate for one-way ANOVA.
1277 * Bug #11953 fixed - Scilab crashed when global("") was typed.
1279 * Bug #11964 fixed - uicontrol coordinates system did not take figure resize into account.
1281 * Bug #11996 fixed - eye extended to hypermatrix.
1283 * Bug #11997 fixed - In case of invalid variable name, save function now returns an error
1284 instead of a compatibility warning.
1286 * Bug #12012 fixed - Misleading perl function should not be part of Scilab (tagged as obsolete).
1288 * Bug #12034 fixed - max function did not manage empty matrices.
1290 * Bug #12037 fixed - Simplified Chinese version of SciNotes displayed warnings at startup.
1292 * Bug #12045 fixed - repmat returned wrong results if the values of an input matrix were
1295 * Bug #12070 fixed - Removing a module can now be done in an on-line mode even if
1296 it has been installed in an off-line mode.
1298 * Bug #12073 fixed - Width of code examples has been decreased in XML help pages.
1300 * Bug #12080 fixed - lsqrsolve always printed messages.
1302 * Bug #12082 fixed - convstr function did not work with non-ASCII symbols.
1304 * Bug #12085 fixed - Under Windows, csvWrite wrote wrong EOL.
1306 * Bug #12114 fixed - libstdc++ is now compiled as static instead of using the
1307 library from thirdparty.
1309 * Bug #12118 fixed - ode could take complex externals.
1311 * Bug #12121 fixed - inv function did not work for complex sparse matrices.
1313 * Bug #12130 fixed - flipdim can now flip blocks, thus making jmat obsolete.
1315 * Bug #12143 fixed - "stop entity picker" (ged(11)) returned an error message.
1317 * Bug #12145 fixed - demo_mdialog internal function removed.
1319 * Bug #12150 fixed - datatipCreate failed with one single point.
1321 * Bug #12156 fixed - Closing a Scilab session in Javasci could led to a HDF5 error message.
1323 * Bug #12163 fixed - unzoom did not work with a single input argument.
1325 * Bug #12170 fixed - Calling matfile_listvar on an empty file returned an error.
1327 * Bug #12212 fixed - Export of a polyline in 2-D broke it into several segments.
1329 * Bug #12306 fixed - Invalid memory free on completion in NWNI mode fixed.
1331 * Bug #12308 fixed - create_palette help page removed (function removed).
1333 * Bug #12326 fixed - There was no way to set LaTeX font size in preview.
1335 * Bug #12334 fixed - Mark color in legend was invalid.
1337 * Bug #12349 fixed - In SciNotes, when the view was splitted, removing a char made the
1340 * Bug #12376 fixed - Exec & edit buttons in the help pages examples were sometimes
1343 * Bug #12412 fixed - Typo fixed in some error messages.
1345 * Bug #12413 fixed - ATOMS packages could not be removed if ATOMS had never been on-line.
1347 * Bug #12415 fixed - PATH environment variable grew when using call_scilab in a loop.
1349 * Bug #12426 fixed - By using addErrorMessage, a random string error could be displayed.
1351 * Bug #12433 fixed - show_pixmap function was removed from Scilab but still used in some
1354 * Bug #12439 fixed - edit_error returned a wrong message when there was no recorded error.
1356 * Bug #12440 fixed - Unitary test added for bitxor.
1358 * Bug #12443 fixed - The behavior of mopen in text file mode has been documented
1361 * Bug #12463 fixed - Wrong specification for rect=[x,y,w,h] argument in xstringb
1364 * Bug #12465 fixed - ATOMS Default categories names were not localized.
1366 * Bug #12470 fixed - Variable browser was not refreshed after loading an environment.
1368 * Bug #12472 fixed - grand and link error messages fixed.
1370 * Bug #12473 fixed - Problems with "é" in mkdir French help page.
1372 * Bug #12475 fixed - csvRead did not support double quoted fields.
1374 * Bug #12481 fixed - xlabel could not be used with Scilab property names.
1376 * Bug #12485 fixed - xchange returned bad values with log scale.
1378 * Bug #12490 fixed - plot did not call clf; in its help page example producing a
1381 * Bug #12492 fixed - Exported EPS files were invalid when dash patterns were too long.
1383 * Bug #12496 fixed - zoom_rect could led to a crash in log scale.
1385 * Bug #12506 fixed - In SciNotes, a miscolorization could occurred when returned values
1388 * Bug #12508 fixed - Wrong error message in rand function fixed.
1390 * Bug #12518 fixed - Polynoms were not displayed by default in the variable browser.
1391 and a new function bode_asymp() to draw the system asymptotes.
1393 * Bug #12520 fixed - Improve the description of the size in the variable browser.
1395 * Bug #12527 fixed - Scilab user functions were not listed in the variable browser.
1397 * Bug #12535 fixed - In a French localized Scilab, comma was used as decimal separator when zooming (rather than point).
1399 * Bug #12547 fixed - In SciNotes, lines were wrongly numbered with splitted function
1402 * Bug #12548 fixed - Duplicated code in xmltoformat removed.
1404 * Bug #12550 fixed - optimbase and optimsimplex help pages were not standard.
1406 * Bug #12551 fixed - Stack problem with diary([],"pause") and diary([],"resume") fixed.
1408 * Bug #12556 fixed - A fatal error occurred when calling set with wrong instructions.
1410 * Bug #12557 fixed - Valid function names were not specified in function and functions
1413 * Bug #12564 fixed - Compile and run javasci help page was not clear about needed packages.
1415 * Bug #12567 fixed - Error messages fixed in ricc.
1417 * Bug #12581 fixed - isfield could not support mlist or tlist.
1419 * Bug #12589 fixed - Call sequence for spzeros & spones were missing in French
1422 * Bug #12592 fixed - Scilab hung with plot(-0).
1424 * Bug #12593 fixed - A wrong error message was returned when running genlib with an
1425 error in the sci file.
1427 * Bug #12594 fixed - Invalid SciNotes configuration file avoided SciNotes startup.
1429 * Bug #12600 fixed - mput did not manage unsigned integer.
1431 * Bug #12606 fixed - Overloads for grand were not standard.
1433 * Bug #12613 fixed - gsort did not return correct results with %nan.
1435 * Bug #12614 fixed - Helpbrowser was not launched in EDT.
1437 * Bug #12615 fixed - Graphics seemed to be freezed after a call to plot/bar/barh with
1438 a bad LineSpec argument.
1440 * Bug #12622 fixed - Various typos fixed in error messages.
1442 * Bug #12624 fixed - In case of errors in Scilab macros, "make check-TESTS" did not fail
1445 * Bug #12627 fixed - At restoration, a window could be out of the screen.
1447 * Bug #12629 fixed - The last example of csim help page defined a function called
1448 input (overwriting the Scilab one).
1450 * Bug #12631 fixed - A "see also" link has been added from progressionbar to waitbar
1453 * Bug #12634 fixed - ATOMS modules could not be installed from an archive file
1454 already existing in SCI/contrib/archives in "offline" mode.
1456 * Bug #12637 fixed - In some help pages, some signal processing functions were not in
1457 the correct section.
1459 * Bug #12639 fixed - justify([], position) returned an error instead of [].
1461 * Bug #12641 fixed - graypolarplot has been fully vectorized as it was too slow.
1463 * Bug #12657 fixed - Computation of v1.^v2 is now done without any memory allocation,
1464 when v1 and v2 are real arrays, v1 >= 0 and v2 integer.
1466 * Bug #12668 fixed - Undocking SciNotes led to an exception.
1468 * Bug #12672 fixed - Ticks part of axes_property help page updated.
1470 * Bug #12673 fixed - Ticks were drawn outside of axes area.
1472 * Bug #12678 fixed - nthroot now accepts vector/matrix as second argument.
1474 * Bug #12679 fixed - Argument type check added in gcd and lcm.
1476 * Bug #12682 fixed - Key events were disabled after zooming.
1478 * Bug #12683 fixed - proc_name(k, gwin) callback was badly managed depending on
1479 input arguments of addmenu function.
1481 * Bug #12686 fixed - Error returned by diff fixed.
1483 * Bug #12702 fixed - When no extra parameters were needed in the cost function,
1484 NDcost did not work.
1486 * Bug #12703 fixed - In SciNotes, common shortcuts 'SHIFT DELETE', 'SHIFT INSERT'
1489 * Bug #12705 fixed - members function added. It allows to find the number of occurrences
1490 and linear indexes for common values between two matrices of the
1492 * Bug #12706 fixed - A wrong size of a matrix as input argument of cross function was
1495 * Bug #12708 fixed - Incorrect display in SciNotes preferences fixed (onmouseover styles).
1497 * Bug #12712 fixed - In SciNotes, autosaving can now use %date to append the current
1498 date to the backup filename.
1500 * Bug #12714 fixed - csvDefault("decimal", ",") returned %f while this value was valid.
1502 * Bug #12715 fixed - Variable cross in pspect and cspect has been renamed because of
1503 conflicts with cross function.
1505 * Bug #12716 fixed - In SciNotes, RTL languages were not correctly displayed.
1507 * Bug #12725 fixed - Datatips did not work in logarithmic scale.
1509 * Bug #12733 fixed - There was no way to direct graphs to nothing with driver function.
1511 * Bug #12736 fixed - In SciNotes, the Completion window appeared only in first tab.
1513 * Bug #12737 fixed - In SciNotes, autosave did not create directory if it did not exist.
1515 * Bug #12747 fixed - legendre now accepts the -1 and 1 values for third argument.
1517 * Bug #12749 fixed - fscanfMat help page updated.
1519 * Bug #12758 fixed - Focus issue with plot3d fixed.
1521 * Bug #12761 fixed - The https:// protocol was not supported on ATOMS.
1523 * Bug #12763 fixed - Value of "listbox" style uicontrols was not updated when using arrow keys.
1525 * Bug #12769 fixed - xset("window", 1) did not set the current axes.
1527 * Bug #12772 fixed - eigs failed when trying to solve a sparse matrix eigen value problem.
1529 * Bug #12774 fixed - Various typos fixed.
1531 * Bug #12775 fixed - Some related functions were not listed in "See also" section of
1534 * Bug #12778 fixed - Insertion of an empty matrix in an integer matrix led to a
1537 * Bug #12779 fixed - savewave had a miscoding in the internal function write_wavedat.
1539 * Bug #12783 fixed - There were some inconsistent error messages in dsearch.
1541 * Bug #12784 fixed - Misleading error message in many functions when passing an integer
1542 argument instead of double argument fixed.
1544 * Bug #12785 fixed - plot did not allow int data as first argument.
1546 * Bug #12790 fixed - Links to ZCOS files in documentation were broken.
1548 * Bug #12791 fixed - More information is now given in case of failure during the ATOMS
1551 * Bug #12793 fixed - Improved the bode() plots with a new option "rad" to convert plot into rad/s
1552 and a new function bode_asymp() to draw the system asymptotes.
1554 * Bug #12794 fixed - calfrq.sci code did not follow Scilab standard.
1556 * Bug #12795 fixed - Typos fixed in CACSD help page.
1558 * Bug #12800 fixed - Typo fixed in Polynomials help page.
1560 * Bug #12803 fixed - warning(['foo','bar']) printed two 'WARNING: '.
1562 * Bug #12804 fixed - Typos fixed in routh_t help page.
1564 * Bug #12807 fixed - Display of showprofile improved.
1566 * Bug #12808 fixed - Add missing </td> in documentation generation (note, warning, ...).
1568 * Bug #12813 fixed - flipdim function extended to any type of input data.
1570 * Bug #12814 fixed - Improvements of pertrans help page.
1572 * Bug #12815 fixed - levin redefined cov as a variable.
1575 * Bug #12816 fixed - Numbers pasted in editvar were not parsed according to locale.
1577 * Bug #12818 fixed - Segfault in set function with invalid property values dimension.
1579 * Bug #12819 fixed - Link to contributors website page fixed in the documentation.
1581 * Bug #12823 fixed - In help generation (toolbox) links were not correctly handled.
1583 * Bug #12826 fixed - <warning> and <note> tags were not managed in the documentation.
1585 * Bug #12827 fixed - noisegen help page improved.
1587 * Bug #12828 fixed - routh_t gave a wrong result if the first element of a row was zero.
1589 * Bug #12829 fixed - New optional output argument added for routh_t function.
1591 * Bug #12830 fixed - In SciNotes, it was not possible to execute a replace action
1592 from the caret position.
1594 * Bug #12831 fixed - In SciNotes toolbar, there was no button to open code navigator.
1596 * Bug #12833 fixed - In SciNotes, there was no autoscroll when searching a pattern.
1598 * Bug #12836 fixed - Error fixed in strcmpi help page.
1600 * Bug #12839 fixed - Typo fixed in getVariablesOnStack help page.
1602 * Bug #12840 fixed - Typo fixed in number_properties.xml help page.
1604 * Bug #12852 fixed - Visual Studio 2012 SDK configuration was incorrect.
1606 * Bug #12854 fixed - configure failed to detect custom installation of docbook.
1608 * Bug #12858 fixed - Typo fixed in debug and pause French help pages.
1610 * Bug #12859 fixed - Fixed optional argument in isdef help page.
1612 * Bug #12860 fixed - Missing semicolon in style.css added.
1614 * Bug #12863 fixed - size(state-space, "r") returned an error.
1616 * Bug #12875 fixed - phasemag returned an error for input vector containing zeros.
1618 * Bug #12880 fixed - A warning is displayed when transposing arguments of plot.
1620 * Bug #12882 fixed - Some help pages were not clear.
1622 * Bug #12887 fixed - Scilab hung with auto_clear set to on and log_flags set to true.
1624 * Bug #12888 fixed - sysdiag was not documented about block diagonal matrices build.
1626 * Bug #12896 fixed - Typos fixed in XML module error messages.
1628 * Bug #12900 fixed - It is now possible to set proxy options in Preferences.
1630 * Bug #12906 fixed - champ and champ1 help pages updated
1632 * Bug #12909 fixed - Completion on (mt)list led to a crash.
1634 * Bug #12910 fixed - Typos fixed in several help pages.
1636 * Bug #12911 fixed - Matlab to Scilab dictionary help page updated for eig.
1638 * Bug #12913 fixed - linspace returned an error if the third argument was an integer type
1641 * Bug #12916 fixed - power help page improved.
1643 * Bug #12919 fixed - Rotation on plots was disabled after using menus.
1645 * Bug #12927 fixed - ones function could not take integer type input.
1647 * Bug #12931 fixed - ATOMS redefined "message" keyword.
1649 * Bug #12938 fixed - No Java compiler was available in Linux binary version.
1651 * Bug #12943 fixed - Datatips did not work properly when 2-D plots were rotated.
1653 * Bug #12945 fixed - Datatips could not be dragged properly in zoomed axes.
1655 * Bug #12948 fixed - When host was not found, getURL caused a crash to desktop.
1657 * Bug #12950 fixed - getURL ignored the proxy settings under Windows.
1659 * Bug #12951 fixed - Interactive zoom was broken.
1661 * Bug #12952 fixed - It was not always possible to search a word in a file with SciNotes.
1663 * Bug #12956 fixed - splitURL with no protocol in URL provoked an access
1664 violation exception.
1666 * Bug #12957 fixed - splitURL and getURL were not declared as new 5.5 functions.
1668 * Bug #12962 fixed - xinfo documentation was not clear.
1670 * Bug #12963 fixed - drawaxis did not place the axis properly.
1672 * Bug #12966 fixed - Rotation, tool tip and other Xcos plot actions were
1673 disabled by default.
1675 * Bug #12967 fixed - Data editor icon was not 16x16.
1677 * Bug #12968 fixed - A variable named 'temp' could not be saved.
1679 * Bug #12971 fixed - getURL downloaded file name was wrong.
1681 * Bug #12973 fixed - Exception occurring when clicking on a figure at creation fixed.
1683 * Bug #12976 fixed - getURL returned a file name instead of a file path.
1685 * Bug #12978 fixed - exportUI returned an error when input argument was a figure handle.
1687 * Bug #12979 fixed - exportUI did not work with vectorial export.
1689 * Bug #12990 fixed - GED features conflicted with figure events.
1691 * Bug #12992 fixed - The sigma value was always equal to "LM" in eigs.
1693 * Bug #12993 fixed - stdev returned value depended on 'x' being defined in the environment.
1695 * Bug #13000 fixed - []./int8(3) and on int8(3)./[] led to an endless recursive.
1697 * Bug #13002 fixed - modulo and pmodulo did not support integers & hypermatrices.
1699 * Bug #13003 fixed - String to enum converter added to Java external objects.
1701 * Bug #13004 fixed - Debug infos were displayed in case of an error with eoj.
1703 * Bug #13005 fixed - jcompile did not use the classpath to compile.
1705 * Bug #13007 fixed - Compilation errors were not returned by jcompile.
1707 * Bug #13008 fixed - 'help $' now opens the 'Symbols' help page.
1709 * Bug #13010 fixed - Wrong class was returned by jcompile (with ecj).
1711 * Bug #13011 fixed - ilib_compile failed under Mac OS X 10.9.
1713 * Bug #13012 fixed - Vectorial export of rotated strings was wrong.
1715 * Bug #13013 fixed - In SciNotes, the first proposed directory to save a file was not current working directory.
1717 * Bug #13014 fixed - Update of the efficiency inner variable improved in optim_ga.
1719 * Bug #13015 fixed - Computation of efficiency inner variable improved in optim_ga.
1721 * Bug #13022 fixed - Vectorial export did not clip large segments.
1723 * Bug #13023 fixed - xs2pdf crashed under Windows when the target file was already opened.
1726 * Bug #13027 fixed - There was no autowrap into array in JIMS.
1728 * Bug #13031 fixed - Lorentz Butterfly demonstration fixed.
1730 * Bug #13032 fixed - CMATVIEW help page example fixed and CMAT3D help page example created.
1732 * Bug #13033 fixed - -1 could not be used as nax argument in plot2d.
1734 * Bug #13036 fixed - The help page associated to the history browser was wrong.
1736 * Bug #13041 fixed - Wrong result was returned for "integer scalar" minus "integer vector".
1738 * Bug #13042 fixed - Texts in graphics were not properly centered.
1740 * Bug #13047 fixed - jcompile did not allow class reloading.
1742 * Bug #13049 fixed - New handled protocols added in links in SciNotes.
1744 * Bug #13050 fixed - The result of mvvacov was not symmetric.
1746 * Bug #13051 fixed - SciNotes restoration could block desktop one.
1748 * Bug #13053 fixed - datatipCreate did not return datatip handle.
1750 * Bug #13055 fixed - Array indexing did not follow Scilab convention in JIMS.
1752 * Bug #13061 fixed - hdf5 demonstration failed with a read-only file.
1754 * Bug #13063 fixed - Color selection in SciNotes preferences threw exceptions.
1756 * Bug #13064 fixed - Deleting a link connected to a split led to a translated link.
1758 * Bug #13066 fixed - data_bounds was not fully documented in axes_properties.
1760 * Bug #13069 fixed - Documentation for %MODELICA_USER_LIBS updated.
1762 * Bug #13080 fixed - Contextual menu was unavailable for datatips management.
1764 * Bug #13082 fixed - Datatip mark style was not inherited from the parent polyline.
1766 * Bug #13083 fixed - Datatip marks did not inherit colors from the parent polyline.
1768 * Bug #13084 fixed - interp_mode property could not be set on all datatips of the same polyline.
1770 * Bug #13085 fixed - A datatip could not be moved on a circle.
1772 * Bug #13092 fixed - Optimizations now check the user function output (must be real).
1774 * Bug #13093 fixed - Removed trailing "\n" in the head_comments error message.
1776 * Bug #13101 fixed - When x-axis was in reverse position x_location='origin' failed.
1778 * Bug #13102 fixed - savematfile did not support "-v7.3" option.
1780 * Bug #13108 fixed - Time between ATOMS database updates is now a month (was a day) and is configurable.
1782 * Bug #13109 fixed - pol2str now supports polynomials with complex coefficients and hypermatrices.
1784 * Bug #13111 fixed - sqrt returned different results when imaginary part was -0 versus 0.
1786 * Bug #13114 fixed - clear_pixmap/pixmap property should have been removed in Scilab 5.4.1.
1788 * Bug #13116 fixed - qpsolve now respects upper-bounds constraints.
1790 * Bug #13119 fixed - mget and mgetl now return an error when called with decimal values as number of lines.
1792 * Bug #13121 fixed - ode "rk" option crashed Scilab when the user derivative function failed.
1794 * Bug #13127 fixed - There were no subticks with user defined ticks.
1796 * Bug #13132 fixed - There were missing graduations when data_bounds interval was too small.
1798 * Bug #13134 fixed - User-defined ticks in log scale were invisible.
1800 * Bug #13136 fixed - exists and isdef failed for input arguments longer than 1.
1802 * Bug #13139 fixed - fft help page fixed.
1804 * Bug #13140 fixed - Various typos fixed in help pages.
1806 * Bug #13144 fixed - csvRead can now ignore header comments thanks to a new input argument.
1808 * Bug #13146 fixed - profile failed when a comment was on the same line as a function declaration.
1810 * Bug #13150 fixed - Vectorial export used too much memory for grayplot.
1812 * Bug #13152 fixed - Typo fixed in syslin French help page.
1814 * Bug #13164 fixed - Miscolorization in SciNotes colors preferences fixed.
1816 * Bug #13165 fixed - Preferences reset did not show a confirmation pop-up.
1818 * Bug #13168 fixed - Wrong interpretation of star followed by minus fixed.
1820 * Bug #13170 fixed - Legends for plzr plots fixed.
1822 * Bug #13174 fixed - Scilab crashed after XML element removal.
1824 * Bug #13175 fixed - argn help page updated with specific cases.
1826 * Bug #13177 fixed - Error when changing x_ticks.locations on axes fixed.
1828 * Bug #13185 fixed - When the "checked" option of a uimenu was set to "on" for
1829 the first time, the display order of other uimenus was changed.
1831 * Bug #13186 fixed - csvRead freezed Scilab if separator was an empty string.
1833 * Bug #13187 fixed - xmltoformat did not include "imageobjects" in output.
1835 * Bug #13188 fixed - The output argument of eomday function was not pre-dimensioned.
1837 * Bug #13191 fixed - isempty(rational) returned an error message.
1839 * Bug #13192 fixed - horner returned an error message when the input arguments did not have the same size.
1841 * Bug #13194 fixed - part help page improved.
1843 * Bug #13199 fixed - There was a thin blue line around acknowledgements button in about box.
1845 * Bug #13200 fixed - about() ACKNOWLEDGEMENTS did not render utf-8 characters.
1847 * Bug #13201 fixed - x_mdialog entries had no margin.
1849 * Bug #13202 fixed - kernel help page improved.
1851 * Bug #13203 fixed - Typos fixed in some error messages.
1853 * Bug #13205 fixed - group accepted continuous transfer functions.
1855 * Bug #13208 fixed - New nanreglin function to handle NaNs for reglin().
1857 * Bug #13210 fixed - Incorrect argument description in mseek help page.
1859 * Bug #13213 fixed - User-defined margins were reset by auto computation of the margins.
1861 * Bug #13215 fixed - clf(1001) returned an error.
1863 * Bug #13218 fixed - Typos fixed in core module help pages.
1865 * Bug #13226 fixed - Completion with accented chars could led to a crash.
1867 * Bug #13227 fixed - Invalid windowsConfiguration.xml file could avoid Scilab startup.
1869 * Bug #13233 fixed - Wrong simulation result of step response csim('step',t,H) fixed.
1871 * Bug #13234 fixed - lmitool calling sequence clarified.
1873 * Bug #13236 fixed - "parents" help page has been renamed to "parentheses".
1875 * Bug #13238 fixed - Wrong legends display fixed.
1877 * Bug #13243 fixed - optim with "gc" option failed when imp<0.
1879 * Bug #13247 fixed - Hypermatrix in structure definition did not work properly.
1881 * Bug #13252 fixed - Minor typos fixed in Graphics messages.
1883 * Bug #13258 fixed - Bad number display in datatips fixed.
1885 * Bug #13267 fixed - Implicit typecasts in scicos.c fixed.
1887 * Bug #13271 fixed - plot2d with logarithmic scale and %nan value froze Scilab.
1889 * Bug #13272 fixed - Error occurring when reading CSV files with comment option on a CSV file without comment fixed.
1891 * Bug #13280 fixed - Axes were not always displayed properly after figure resize.
1897 * Bug #7350 fixed - The I/O ports numbering of a superblock was not updated
1898 when a new port was dropped.
1900 * Bug #8570 fixed - "Region to superblock" has been renamed to
1901 "Selection to superblock".
1903 * Bug #9995 fixed - LOGICAL_OP drew the parameters over the block.
1905 * Bug #11518 fixed - CLR block-text was displayed out of the bounding box
1908 * Bug #11776 fixed - CMSCOPE did not take into account label&Id parameter.
1910 * Bug #11975 fixed - Inverted Pendulum demonstration did not compile.
1912 * Bug #12359 fixed - Xcos files have been converted to ZCOS to gain some space.
1914 * Bug #12384 fixed - Using a Modelica part linked with an explicit link to
1915 another Modelica part led to an algebraic loop error.
1917 * Bug #12387 fixed - The "Modelica initialize" setup menu option did not blur
1920 * Bug #12414 fixed - SWITCH_m block had different behaviors
1921 for different types of inputs.
1923 * Bug #12423 fixed - Data types of SWITCH2_m were not documented.
1925 * Bug #12424 fixed - Calling lincos on a derivative block made Scilab crash.
1927 * Bug #12449 fixed - QUANT_f was not rounding/truncating/flooring/ceiling properly input signal.
1929 * Bug #12460 fixed - xcosPalGenerateAllIcons sometimes crashed Scilab.
1931 * Bug #12461 fixed - Cancelling zoom out by zooming in did not fully work.
1933 * Bug #12561 fixed - SELECT_m and RELAY_f did not behave as expected.
1935 * Bug #12568 fixed - "Recent files" menu entry is now below the "Open" one.
1937 * Bug #12590 fixed - Block shape style was removed on file loading.
1939 * Bug #12603 fixed - ZCOS files could contain blocks with modified (eg. invalid)
1942 * Bug #12619 fixed - DLR discrete block did not display LaTeX formula
1943 like CLR continuous block.
1945 * Bug #12651 fixed - The 'nw' scicos_simulate option did not work while
1946 passing a previous Info simulation status.
1948 * Bug #12664 fixed - Inverted pendulum French localization in the Xcos demonstrations was
1951 * Bug #12667 fixed - 'Recent Files' menu was not localized.
1953 * Bug #12685 fixed - The lincos and steadycos functions did not load
1954 the XcosLibs so all the blocks were unknown.
1956 * Bug #12731 fixed - Code generation produced erroneous block.
1958 * Bug #12732 fixed - Improper Copyright comments in the files were generated by the code
1961 * Bug #12796 fixed - There was some mismatches between implicit
1962 and explicit ports of superblocks.
1964 * Bug #12797 fixed - I/O blocks generated by "Selection to Superblocks" had
1967 * Bug #12868 fixed - There were several problems with PULSE_SC block.
1969 * Bug #12869 fixed - min and max were not defined but used in Xcos generated code.
1971 * Bug #12873 fixed - scicos_flat produced an unexpected error after a diagram
1974 * Bug #12874 fixed - CSCOPE marks sizes were too small.
1976 * Bug #12877 fixed - Incorrect output port dimensions and types in GENSIN_f, GENSQR_f,
1977 STEP_FUNCTION and STEP blocks fixed.
1979 * Bug #12924 fixed - Blocks type 2004 was not handled as a valid block type.
1981 * Bug #12934 fixed - Separate compilation of a superblock could fail due to under
1982 determined signal sizes.
1983 * Bug #12998 fixed - 'ans' was not ignored in the context results.
1985 * Bug #13006 fixed - Selection to superblock (in_f and out_f) failed.
1987 * Bug #13030 fixed - Selection to superblock did not reset the origin.
1989 * Bug #13059 fixed - NaN propagated at startup made the simulation fail.
1991 * Bug #13071 fixed - Three unused functions in Xcos macros now specified as not mandatory
1992 to write new blocks.
1994 * Bug #13172 fixed - Logic block help file had some typo errors.
1996 * Bug #13239 fixed - Grid was not shown in zoomed log scale.
1998 * Bug #13250 fixed - CLSS wrongly handled scalar values.
2002 Changes between version 5.5.0-beta-1 and 5.5.0
2003 ==============================================
2005 GUI Refactoring and Improvements
2006 ================================
2008 * New uicontrols styles:
2009 - tab: component which enables the user to switch between sets of uicontrols by
2011 The children components are "frame" uicontrols.
2012 Two dedicated properties have been added to configure this component:
2013 - title_position: Position of the tabs
2014 - title_scroll: Indicates if tabs must all be displayed at a time or
2015 managed with scroll features.
2016 - layer: Component which enables the user to make parts of a GUI visible/invisible
2018 - spinner: Component which enables the user to select/edit a value between bounds
2021 * New uicontrols properties:
2022 - border: Used to set some decoration properties on "frame" uicontrols.
2023 These decorations can be created and initialized with the createBorder
2024 and the createBorderFont functions.
2025 - scrollable: Used to add scrolling capabilities on "frame" uicontrols.
2026 - groupname: Used to group "radiobutton" and "checkbox" uicontrols for an easier
2028 - icon: Add an icon to "pushbutton", "text" and "frame" uicontrols.
2029 - margin: Empty space around uicontrols.
2031 * New uimenu properties:
2032 - icon: add an icon on the left of the menu label.
2034 * "listbox" and "popupmenu" style uicontrols can now manage colors selection, icons, background
2035 and foreground colors when the "String" property is set to a matrix matching the format:
2036 ["#color1", "Item1", "#background1", "#foreground1"; "#color2", "Item2", ..., ...]
2037 ["icon1", "Item1", "#background1", "#foreground1"; "icon2", "Item2", ..., ...]
2038 with "#color1", "#background1" and "#foreground1" in HTML format #XXXXXX.
2039 Then the component will display a colored box or icon on the left of the associated string,
2040 and different background/foreground colors for items.
2042 * New management of uicontrols positioning:
2043 In previous versions, uicontrols position was managed in an absolute way through
2044 their "Position" property and the "Resizefcn" property of their parent figure.
2045 Using the new layout management in figures and "frame" style uicontrols, position
2046 is now managed in an automatic way based on Java layouts.
2047 New dedicated properties have been added in figure and uicontrols:
2048 - layout: layout type.
2049 - layout_options: configuration of the layout.
2050 Options can be initialized with the createLayoutOptions function.
2051 Type "help layouts" in Scilab for more information about available types and options.
2052 Uicontrols position is then managed through the "constraints" property.
2053 A new createConstraints function has been added to managed these contraints.
2055 * New figures properties:
2056 - icon: Allows to customize the figure icon.
2057 - menubar: allows to create windows without any menu bar (default menus will not be created).
2058 - menubar_visible: Manages menu bar visibility.
2059 - toolbar: Allows to create windows without any toolbar.
2060 - toolbar_visible: Manages toolbar visibility.
2061 - infobar_visible: Manages infobar visibility.
2062 - resize: Allows to lock window size.
2063 - dockable: Allows to create dockable/standard figures.
2064 - default_axes: Allows to manage default axes creation in figures.
2066 * The figure "visible" property management has evolved and offers new possibilities:
2067 - When the figure is docked, this property manages the visibility
2068 of components inside the figure (uicontrols, axes, ...).
2069 In previous releases, this same property setting only managed axes.
2070 - When the figure is not docked, this property manages the visibility
2071 of the whole figure including its decorations.
2073 * New way to create GUI using XML files:
2074 - Created GUI using the figure/uicontrol/uimenu functions can now be saved in
2075 this new format using saveGui function.
2076 - XML files in this format can be loaded in Scilab using the loadGui function.
2077 This function aims at creating GUI in a more efficient way.
2079 * New rendering for GUI/uicontrols:
2080 In this version, uicontrols use the defaults of the OS Look & Feel.
2081 Some properties default values are not set by Scilab and then can be different from an
2083 To come back to the previous and deprecated behavior, you can use the related
2084 property on the "Console" handle:
2085 set(get(0), "UseDeprecatedSkin", "on");
2086 Note that this deprecated behavior will be removed in future versions.
2088 * New way to access uicontrols using a path containing their "Tag" and their parent(s) "Tag" property.
2089 See the set and get functions help page for more details.
2091 * New display for uicontrols handles properties. Only properties used for Java rendering are displayed.
2092 To display all available properties, use the "ShowHiddenProperties" "Console" property.
2098 * set function prototype has been modified to allow the user to set multiple
2099 properties at once: set(h, "Property1", Value1, "Property2", Value2, ...)
2101 * newaxes function now allows to create axes in "frame" uicontrols.
2103 * clf function now also works with "frame" uicontrols.
2105 * New axes properties:
2106 - ticks_format: Format of the ticks labels.
2107 - ticks_st: Scales and translates factors applied to ticks position when formatting
2109 - auto_margins: Activated by default, this property lets Scilab compute margins
2110 needed to display axes decorations (titles, labels, ...).
2111 - grid_thickness: Thickness of the grid plotting.
2112 - grid_style: Style of the grid plotting.
2113 - label_font_style: Font style used to draw the labels.
2115 * New legends properties:
2116 - line_width: Width of the drawn line.
2117 - mark_count: Number of the drawn marks.
2119 * New polyline properties:
2120 - mark_offset: Offset before the first mark.
2121 - mark_stride: Step between consecutive marks.
2122 - display_function: Name of the function used to customize the information
2123 displayed in all the datatips of this polyline.
2124 This function can be overloaded by setting a display
2125 function on each datatip handle.
2126 - display_function_data: Additional data needed for datatips display function.
2127 - datatips: Handles of the datatips of the polyline.
2129 * New Matplot property added :
2130 - rect: specifies the rectangle where the Matplot will be drawn.
2132 * Datatips properties have been renamed for better readability:
2134 - tip_box_mode --> box_mode
2135 - tip_label_mode --> label_mode
2136 - tip_orientation --> orientation
2137 - tip_3component --> z_component
2138 - tip_auto_orientation --> auto_orientation
2139 - tip_interp_mode --> interp_mode
2140 - tip_disp_function --> display_function
2146 * New functions introduced:
2147 - jcreatejar - Creates a Java archive (JAR) from a set of files / directories
2148 - ilib_build_jar - Builds Java packages from sources into a JAR file
2149 - ifftshift - Inverses FFT shift
2150 - unwrap - Unwraps/unfolds a Y(x) profile
2151 - getPreferencesValue/setPreferencesValue - Get or set values in the preferences file.
2152 - htmlDump/htmlRead/htmlReadStr/htmlWrite - Read and write data from/in HTML files.
2153 - numderivative - Approximate derivatives of a function (Jacobian or Hessian).
2155 * modulo and pmodulo now support integers & hypermatrices (See bug #13002).
2157 * test_run can now separate 32-bit systems from 64-bit ones.
2159 * pol2str: now handles polynomials with complex coefficients and hypermatrices (See bug #13109).
2161 * nanreglin: reglin with arguments containing NaNs (See bug #13208).
2163 * New optional input argument added to matfile2sci (append or write the output file).
2169 * xcos_debug_gui function added for a simple use of the Debug block.
2171 * tbx_build_pal_loader function added to ease external module creation (See SEP #120).
2173 * Event management demonstrations added.
2175 * API change: In scicos_block4.h, "Residute" renamed to "Jacobian".
2178 Obsolete & Removed Functions
2179 ============================
2181 * relocate_handle tagged as obsolete. Will be removed in Scilab 5.5.1.
2183 * msd and st_deviation tagged as obsolete (See bug #7593). Will be removed in Scilab 5.5.1.
2184 Please use stdev instead.
2186 * pcg tagged as obsolete. Will be removed in Scilab 5.5.1.
2187 Please use conjgrad instead.
2189 * milk_drop tagged as obsolete. Will be removed in Scilab 5.5.1.
2191 * datatipGetStruct tagged as obsolete. Will be removed in Scilab 5.5.1.
2192 Please use 'datatips' property instead.
2194 * regress tagged as obsolete. Will be removed in Scilab 5.5.1.
2195 Please use reglin instead.
2197 * %asn tagged as obsolete. Will be removed in Scilab 5.5.1.
2198 Please use delip instead.
2200 * jmat tagged as obsolete. Will be removed in Scilab 5.5.1.
2201 Please use flipdim instead.
2203 * perl tagged as obsolete. Will be removed in Scilab 6.0.0.
2205 * numdiff and derivative tagged as obsolete. Will be removed in Scilab 6.0.0.
2206 Please use numderivative instead.
2208 * xmltochm tagged as obsolete. Will be removed in Scilab 5.5.1.
2210 * clear_pixmap removed, please use drawlater/drawnow instead.
2212 * pixmap property removed for figures, please use drawlater/drawnow instead.
2214 * demo_message and demo_mdialog removed.
2216 * with_embedded_jre removed.
2220 * fit_dat removed. Please use datafit instead.
2222 * winclose removed. Please use close instead.
2224 * datatipInitStruct and datatipRedraw removed.
2226 * getfont, getmark, getlinestyle and getsymbol removed. Please use ged instead.
2232 * Minimal version of JoGL (2.1.4) enforced.
2234 * Minimal version of JLaTeXMath (1.0.3) enforced.
2236 * New dependencies to manage EMF export:
2237 - freehep-graphics2d.jar
2238 - freehep-graphicsio-emf.jar
2239 - freehep-graphicsio.jar
2242 Note: --without-emf can be used to disable this feature.
2245 Known incompatibilities
2246 ========================
2248 * Using => or =< now returns an error. See bug #2345.
2250 * or/and functions now fix reals value before working on them. See bug #7666.
2252 * a*b*-c+d is now interpreted as (a*b*(-c))+d instead of a*b*(-c+d). See bug #13168.
2254 * Extracting children from an empty matrix of handles now returns an error.
2255 For example: f=gcf(); f.children(1).children.children returns an error.
2257 * Figure anti_aliasing property behavior changed:
2258 - "off": No anti-aliasing activated on the figure.
2259 - "2x", "4x", "8x", "16x": anti-aliasing activation will have no effect on most plateforms.
2265 * Bug #1253 fixed - There was no possibility to draw only few marks on a polyline which
2266 contained a lot of points.
2268 * Bug #1751 fixed - Margins were not computed according to contents.
2270 * Bug #2067 fixed - Scilab crashed when plot was called with a large numerical value.
2272 * Bug #2345 fixed - Use of operators => and =< did not lead to an error.
2274 * Bug #2802 fixed - convstr did not convert non ascii chars.
2276 * Bug #4083 fixed - The numdiff and derivative functions were duplicates and are
2277 now tagged as obsolete and replaced by numderivative. See SEP #130.
2279 * Bug #4177 fixed - find function moved to the "elementary_functions" module.
2281 * Bug #4401 fixed - isnum did not recognize all constants or some complex numbers.
2283 * Bug #4490 fixed - Input argument of sinc function moved to rad.
2285 * Bug #4649 fixed - License issue in xs2ppm help page fixed.
2287 * Bug #4677 fixed - xclick did not return correct mouse position on keyboard event.
2289 * Bug #4692 fixed - Export did not work while xgetmouse was waiting.
2291 * Bug #4858 fixed - libintl.h was missing in binary versions but included in localization.h.
2293 * Bug #4965 fixed - Setting links property for a handle of type legend did not work.
2295 * Bug #5016 fixed - condestsp could return different results when repeated calls were performed.
2297 * Bug #5232 fixed - 'frame' uicontrols children now follow the frame displacement.
2299 * Bug #5826 fixed - Graphic windows did not redirect key events in console.
2301 * Bug #5844 fixed - grayplot did not have a logflag option.
2303 * Bug #5886 fixed - There was no property labels_font_style on axis.
2305 * Bug #6191 fixed - It was not possible to set thickness and line_style properties for a grid.
2307 * Bug #6305 fixed - dsearch function did not work with integers, strings and hypermatrices.
2309 * Bug #6306 fixed - It is now possible to compute an histogram instead of plotting it
2310 with new function histc(). Besides, histplot can now return the computed data.
2312 * Bug #6363 fixed - It was not possible to create figures without menubar/toolbar.
2314 * Bug #6404 fixed - xrects help page was not clear about argument specification.
2316 * Bug #6476 fixed - Matplot help did not indicate that the data field should be used to update data.
2318 * Bug #6512 fixed - %asn function tagged as obsolete.
2320 * Bug #6615 fixed - ui(get|put)file did not center the file dialog on the last focused window.
2322 * Bug #6689 & #6690 fixed - grand now works with complexes, polynomials, booleans, integers, sparses and strings,
2323 and can handle row vectors, matrices and hypermatrices of thoses types.
2325 * Bug #6824 fixed - resize_matrix did not manage hypermatrices.
2327 * Bug #6832 fixed - Matrices of rationals can now be transposed via the " .' " operator.
2329 * Bug #6859 fixed - xlabel and xtitle could overlapped.
2331 * Bug #6930 fixed - Matplot handle had no rect property.
2333 * Bug #7038 fixed - A toggle button now manages datatip mode.
2335 * Bug #7040 fixed - Example and description for getMatrixOfIntegerPrecision modified in help page.
2337 * Bug #7047 fixed - milk_drop is now obsolete. It will be removed in Scilab 5.5.1, but will be kept as a demonstration.
2339 * Bug #7051 fixed - fieldnames help page updated.
2341 * Bug #7084 fixed - Old, not documented and deprecated gr_menu function removed.
2343 * Bug #7085 fixed - 'edit' uicontrols did not support multiple line edition.
2345 * Bug #7133 fixed - help_from_sci with no input argument now launches a full demonstration.
2347 * Bug #7169 fixed - It was not possible to specify different option value (thickness, style, ...) for X and Y grids.
2349 * Bug #7205 fixed - length(H) applied to a non-string hypermat returned 3 instead of size(H,"*").
2351 * Bug #7244 fixed - Extraction from a struct array with a boolean vector had a strange behavior.
2353 * Bug #7304 fixed - exportUI did not switch filename extension when filter was changed.
2355 * Bug #7417 fixed - Auto-positioning of datatips did not take the curvature into account.
2357 * Bug #7561 fixed - roots help page now explains that coefficients are used in the contrary order of poly.
2359 * Bug #7570 fixed - The switch criterion on x and y is now explained in beta() help page.
2361 * Bug #7585 fixed - psi.f moved from "elementary functions" to "special functions" module.
2363 * Bug #7593 fixed - stdev now encompasses msd and st_deviation thanks to a new optional input argument.
2365 * Bug #7650 fixed - isempty(tlist(...)) always returned false, even when all defined fields were empty.
2367 * Bug #7666 fixed - Inconsistencies between and/or and &/| fixed.
2369 * Bug #7705 fixed - "dimension", "minbounds" and "maxbounds" fields have been documented in Genetic algorithms help pages.
2371 * Bug #7739 fixed - Axis position was invalid in log modes.
2373 * Bug #7771 fixed - There was no item about arrow_size in champ_properties help page.
2375 * Bug #7772 fixed - There was no description, no example about line_style property in polyline help page.
2377 * Bug #7858 fixed - variance and variancef can now return the mean of the input
2378 in a new output argument and take the a priori mean as input.
2380 * Bug #7879 fixed - string now accepts plist type, and printing a plist displays that string.
2382 * Bug #7905 fixed - Figure icon can now be changed using dedicated property.
2384 * Bug #7916 fixed - nansum([]) returned NaN value while this function had to ignore it.
2386 * Bug #7986 fixed - spec gateway renamed from sci_eig.c to sci_spec.c.
2388 * Bug #7999 fixed - SwingScilabFileChooser.getFilterIndex() was unusable.
2390 * Bug #8031 fixed - cdfgam error message fixed.
2392 * Bug #8060 fixed - Improved list display in the variable browser.
2394 * Bug #8131 fixed - It was not possible to choose the number of marks and the line width in legends.
2396 * Bug #8133 fixed - Ticks disappeared in planar 3-D view.
2398 * Bug #8196 fixed - Error messages dealing with negative thickness were not standard.
2400 * Bug #8231 fixed - xrect help page did not say that clipping property was inherited.
2402 * Bug #8247 fixed - regress tagged as obsolete.
2404 * Bug #8290 fixed - DELAYV_f block documentation fixed.
2406 * Bug #8323 fixed - Scilab "About Box" did not hide Scilab main window.
2408 * Bug #8337 fixed - mtlb_rand now uses the "uniform" rule, whatever the random rule set is.
2410 * Bug #8379 fixed - It was not possible to delete the selected datatip with DELETE or BACKSPACE.
2412 * Bug #8745 fixed - Extracting from an empty matrix automatically returned an empty matrix.
2414 * Bug #8956 fixed - xpoly, xfpoly, xrect, xsegs and xarc did not update data_bounds property.
2416 * Bug #9031 fixed - Misalignment of text when using xstring with a matrix fixed.
2418 * Bug #9033 fixed - auto_dimensioning property for text handles was not documented.
2420 * Bug #9110 fixed - Examples and references to other functions added in Statistics help pages.
2422 * Bug #9309 fixed - comparison help page updated to document issue with empty matrix.
2424 * Bug #9319 fixed - Huge polylines could not be exported in PS/EPS.
2426 * Bug #9444 fixed - with_embedded_jre function removed.
2428 * Bug #9493 fixed - Title is now correctly set when starting Scilab and focus is set on Console.
2430 * Bug #9627 fixed - Arguments checking added in optimsimplex_* functions.
2432 * Bug #9697 fixed - Displayed information for optim "qn" and "gc" with bounds and imp=1 fixed.
2434 * Bug #9701 fixed - optim with "qn" option was failing for large problems.
2436 * Bug #9819 fixed - unwrap function did not exist in Scilab.
2438 * Bug #9840 fixed - Default G tolerance in lsqrsolve was too large.
2440 * Bug #10012 fixed - lmisolver and lmitool called with no input now produce errors.
2442 * Bug #10083 fixed - plot3d could not be used with only one input argument.
2444 * Bug #10122 fixed - replot could not be used in 3-D.
2446 * Bug #10175 fixed - Clearer example added for sp2adj to adj2sp conversion (and backwards conversion).
2448 * Bug #10214 fixed - evstr help page updated to mention that input argument must not be composed of
2449 continuation marks (..).
2451 * Bug #10221 fixed - ifftshift function did not exist in Scilab.
2453 * Bug #10234 fixed - reglin function moved from CACSD to Statistics module.
2455 * Bug #10243 fixed - fun2string(X) called X before returning its code.
2457 * Bug #10271 fixed - ordmmd now checks the consistency of the third input argument with the
2458 input matrix defined by the first two input arguments.
2460 * Bug #10273 fixed - spchol help page now displays an example showing how to use its output arguments.
2462 * Bug #10391 fixed - Error when using completion after a global variable clear fixed.
2464 * Bug #10428 fixed - Java based components of Scilab showed a library load error in CLI mode.
2466 * Bug #10445 fixed - In SciNotes, CTRL+Drag&Drop moved text rather than copying it.
2468 * Bug #10470 fixed - In SciNotes, split "Horizontally" or "Vertically" was meaningless.
2470 * Bug #10621 fixed - Figure without docking/undocking capabilities can now be created.
2472 * Bug #10645 fixed - File encoding could not be given as argument in xmlRead.
2474 * Bug #10718 fixed - New "Resize" property added to figures.
2476 * Bug #10805 fixed - Documentation on left bracket was superfluous and is now removed.
2477 Refer to brackets for information on "[" and "]".
2479 * Bug #10816 fixed - Typo in part error message fixed.
2481 * Bug #10830 fixed - Hypermatrix insertion with a negative index returned a wrong error message.
2483 * Bug #10833 fixed - exists help page updated.
2485 * Bug #10840 fixed - Keyboard arrows were disabled on 'slider' type uicontrols.
2487 * Bug #10856 fixed - analpf did not return the right result.
2489 * Bug #10932 fixed - Startup directory was not saved/restored in preferences.
2491 * Bug #10936 fixed - Scilab hung with invalid strf in plot2d.
2493 * Bug #10942 fixed - Function soundsec revised. Now soundsec can be used for non integer values of time.
2495 * Bug #10998 fixed - matrix*hypermatrix and hypermatrix*matrix operations failed.
2497 * Bug #11001 fixed - exists and isdef did not work with primitives.
2499 * Bug #11007, #11008 & #11009 fixed - New conjgrad function (Conjugate Gradient methods "pcg", "cgs", "bicg" and "bicgstab").
2501 * Bug #11303 fixed - Exception while searching with multiple tabs in SciNotes fixed.
2503 * Bug #11305 fixed - Performances improved with a better way to update data in Graphics.
2505 * Bug #11523 fixed - In SciNotes, 'whereami line numbering' was not clear enough.
2507 * Bug #11571 fixed - x_mdialog did not let the Look&Feel select the window size.
2509 * Bug #11575 fixed - There was no preview of GIF files in exportUI dialog.
2511 * Bug #11576 fixed - exportUI did not propose gcf().figure_name as default file name.
2513 * Bug #11616 fixed - Figure menubar could not be made invisible.
2515 * Bug #11629 fixed - Interactive zoom did not work properly in datatip mode.
2517 * Bug #11680 fixed - GUI functions in Scilab 5.4.X were much slower than in Scilab 5.3.3.
2519 * Bug #11714 fixed - help_from_sci sometimes failed when input function had "<imagedata>" comments.
2521 * Bug #11779 fixed - Wrong variable type in the documentation of getNbInputArgument and getNbOutputArgument fixed.
2523 * Bug #11789 fixed - Documentation was missing for nbInputArgument.
2525 * Bug #11814 fixed - Typo in CACSD help chapter fixed.
2527 * Bug #11876 fixed - ilib_include_flag now returns a string when called with a string column vector as input.
2529 * Bug #11953 fixed - Scilab crashed when global("") was typed.
2531 * Bug #11964 fixed - uicontrol coordinates system did not take figure resize into account.
2533 * Bug #11996 fixed - eye extended to hypermatrix.
2535 * Bug #12012 fixed - Misleading perl function should not be part of Scilab (tagged as obsolete).
2537 * Bug #12037 fixed - Simplified Chinese version of SciNotes displayed warnings at startup.
2539 * Bug #12073 fixed - Width of code examples has been decreased in XML help pages.
2541 * Bug #12082 fixed - convstr function did not work with non-ASCII symbols.
2543 * Bug #12121 fixed - inv function did not work for complex sparse matrices.
2545 * Bug #12130 fixed - flipdim can now flip blocks, thus making jmat obsolete.
2547 * Bug #12145 fixed - demo_mdialog internal function removed.
2549 * Bug #12156 fixed - Closing a Scilab session in Javasci could led to a HDF5 error message.
2551 * Bug #12170 fixed - Calling matfile_listvar on an empty file returned an error.
2553 * Bug #12306 fixed - Invalid memory free on completion in NWNI mode fixed.
2555 * Bug #12308 fixed - create_palette help page removed (function removed).
2557 * Bug #12334 fixed - Mark color in legend was invalid.
2559 * Bug #12412 fixed - Typo fixed in some error messages.
2561 * Bug #12439 fixed - edit_error returned a wrong message when there was no recorded error.
2563 * Bug #12440 fixed - Unitary test added for bitxor.
2565 * Bug #12465 fixed - ATOMS Default categories names were not localized.
2567 * Bug #12472 fixed - grand and link error messages fixed.
2569 * Bug #12481 fixed - xlabel could not be used with Scilab property names.
2571 * Bug #12485 fixed - xchange returned bad values with log scale.
2573 * Bug #12492 fixed - Exported EPS files were invalid when dash patterns were too long.
2575 * Bug #12496 fixed - zoom_rect could led to a crash in log scale.
2577 * Bug #12535 fixed - In a French localized Scilab, comma was used as decimal separator when zooming (rather than point).
2579 * Bug #12567 fixed - Error messages fixed in ricc.
2581 * Bug #12622 fixed - Various typos fixed in error messages.
2583 * Bug #12672 fixed - Ticks part of axes_property help page updated.
2585 * Bug #12673 fixed - Ticks were drawn outside of axes area.
2587 * Bug #12682 fixed - Key events were disabled after zooming.
2589 * Bug #12683 fixed - proc_name(k, gwin) callback was badly managed depending on
2590 input arguments of addmenu function.
2592 * Bug #12714 fixed - csvDefault("decimal", ",") returned %f while this value was valid.
2594 * Bug #12716 fixed - In SciNotes, RTL languages were not correctly displayed.
2596 * Bug #12725 fixed - Datatips did not work in logarithmic scale.
2598 * Bug #12733 fixed - There was no way to direct graphs to nothing with driver function.
2600 * Bug #12737 fixed - In SciNotes, autosave did not create directory if it did not exist.
2602 * Bug #12763 fixed - Value of "listbox" style uicontrols was not updated when using arrow keys.
2604 * Bug #12769 fixed - xset("window", 1) did not set the current axes.
2606 * Bug #12784 fixed - Misleading error message in many functions when passing an integer
2607 argument instead of double argument fixed.
2609 * Bug #12785 fixed - plot did not allow int data as first argument.
2611 * Bug #12803 fixed - warning(['foo','bar']) printed two 'WARNING: '.
2613 * Bug #12819 fixed - Link to contributors website page fixed in the documentation.
2615 * Bug #12826 fixed - <warning> and <note> tags were not managed in the documentation.
2617 * Bug #12854 fixed - configure failed to detect custom installation of docbook.
2619 * Bug #12860 fixed - Missing semicolon in style.css added.
2621 * Bug #12880 fixed - A warning is displayed when transposing arguments of plot.
2623 * Bug #12882 fixed - Some help pages were not clear.
2625 * Bug #12896 fixed - Typos fixed in XML module error messages.
2627 * Bug #12900 fixed - It is now possible to set proxy options in Preferences.
2629 * Bug #12910 fixed - Typos fixed in several help pages.
2631 * Bug #12938 fixed - No Java compiler was available in Linux binary version.
2633 * Bug #12943 fixed - Datatips did not work properly when 2-D plots were rotated.
2635 * Bug #12945 fixed - Datatips could not be dragged properly in zoomed axes.
2637 * Bug #12948 fixed - When host was not found, getURL caused a crash to desktop.
2639 * Bug #12950 fixed - getURL ignored the proxy settings under Windows.
2641 * Bug #12951 fixed - Interactive zoom was broken.
2643 * Bug #12952 fixed - It was not always possible to search a word in a file with SciNotes.
2645 * Bug #12956 fixed - splitURL with no protocol in URL provoked an access
2646 violation exception.
2648 * Bug #12957 fixed - splitURL and getURL were not declared as new 5.5 functions.
2650 * Bug #12962 fixed - xinfo documentation was not clear.
2652 * Bug #12967 fixed - Data editor icon was not 16x16.
2654 * Bug #12963 fixed - drawaxis did not place the axis properly.
2656 * Bug #12966 fixed - Rotation, tool tip and other Xcos plot actions were
2657 disabled by default.
2659 * Bug #12968 fixed - A variable named 'temp' could not be saved.
2661 * Bug #12971 fixed - getURL downloaded file name was wrong.
2663 * Bug #12973 fixed - Exception occurring when clicking on a figure at creation fixed.
2665 * Bug #12976 fixed - getURL returned a file name instead of a file path.
2667 * Bug #12978 fixed - exportUI returned an error when input argument was a figure handle.
2669 * Bug #12979 fixed - exportUI did not work with vectorial export.
2671 * Bug #12990 fixed - GED features conflicted with figure events.
2673 * Bug #12992 fixed - The sigma value was always equal to "LM" in eigs.
2675 * Bug #12993 fixed - stdev returned value depended on 'x' being defined in the environment.
2677 * Bug #13000 fixed - []./int8(3) and on int8(3)./[] led to an endless recursive.
2679 * Bug #13002 fixed - modulo and pmodulo did not support integers & hypermatrices.
2681 * Bug #13003 fixed - String to enum converter added to Java external objects.
2683 * Bug #13004 fixed - Debug infos were displayed in case of an error with eoj.
2685 * Bug #13005 fixed - jcompile did not use the classpath to compile.
2687 * Bug #13007 fixed - Compilation errors were not returned by jcompile.
2689 * Bug #13008 fixed - 'help $' now opens the 'Symbols' help page.
2691 * Bug #13010 fixed - Wrong class was returned by jcompile (with ecj).
2693 * Bug #13011 fixed - ilib_compile failed under Mac OS X 10.9.
2695 * Bug #13012 fixed - Vectorial export of rotated strings was wrong.
2697 * Bug #13013 fixed - In SciNotes, the first proposed directory to save a file was not current working directory.
2699 * Bug #13014 fixed - Update of the efficiency inner variable improved in optim_ga.
2701 * Bug #13015 fixed - Computation of efficiency inner variable improved in optim_ga.
2703 * Bug #13022 fixed - Vectorial export did not clip large segments.
2705 * Bug #13023 fixed - xs2pdf crashed under Windows when the target file was already opened.
2707 * Bug #13027 fixed - There was no autowrap into array in JIMS.
2709 * Bug #13031 fixed - Lorentz Butterfly demonstration fixed.
2711 * Bug #13032 fixed - CMATVIEW help page example fixed and CMAT3D help page example created.
2713 * Bug #13033 fixed - -1 could not be used as nax argument in plot2d.
2715 * Bug #13036 fixed - The help page associated to the history browser was wrong.
2717 * Bug #13041 fixed - Wrong result was returned for "integer scalar" minus "integer vector".
2719 * Bug #13042 fixed - Texts in graphics were not properly centered.
2721 * Bug #13047 fixed - jcompile did not allow class reloading.
2723 * Bug #13049 fixed - New handled protocols added in links in SciNotes.
2725 * Bug #13050 fixed - The result of mvvacov was not symmetric.
2727 * Bug #13051 fixed - SciNotes restoration could block desktop one.
2729 * Bug #13053 fixed - datatipCreate did not return datatip handle.
2731 * Bug #13055 fixed - Array indexing did not follow Scilab convention in JIMS.
2733 * Bug #13061 fixed - hdf5 demonstration failed with a read-only file.
2735 * Bug #13063 fixed - Color selection in SciNotes preferences threw exceptions.
2737 * Bug #13064 fixed - Deleting a link connected to a split led to a translated link.
2739 * Bug #13069 fixed - Documentation for %MODELICA_USER_LIBS updated.
2741 * Bug #13066 fixed - data_bounds was not fully documented in axes_properties.
2743 * Bug #13080 fixed - Contextual menu was unavailable for datatips management.
2745 * Bug #13082 fixed - Datatip mark style was not inherited from the parent polyline.
2747 * Bug #13083 fixed - Datatip marks did not inherit colors from the parent polyline.
2749 * Bug #13084 fixed - interp_mode property could not be set on all datatips of the same polyline.
2751 * Bug #13085 fixed - A datatip could not be moved on a circle.
2753 * Bug #13092 fixed - Optimizations now check the user function output (must be real).
2755 * Bug #13093 fixed - Removed trailing "\n" in the head_comments error message.
2757 * Bug #13101 fixed - When x-axis was in reverse position x_location='origin' failed.
2759 * Bug #13102 fixed - savematfile did not support "-v7.3" option.
2761 * Bug #13108 fixed - Time between ATOMS database updates is now a month (was a day) and is configurable.
2763 * Bug #13109 fixed - pol2str now supports polynomials with complex coefficients and hypermatrices.
2765 * Bug #13111 fixed - sqrt returned different results when imaginary part was -0 versus 0.
2767 * Bug #13114 fixed - clear_pixmap/pixmap property should have been removed in Scilab 5.4.1.
2769 * Bug #13116 fixed - qpsolve now respects upper-bounds constraints.
2771 * Bug #13119 fixed - mget and mgetl now return an error when called with decimal values as number of lines.
2773 * Bug #13121 fixed - ode "rk" option crashed Scilab when the user derivative function failed.
2775 * Bug #13127 fixed - There were no subticks with user defined ticks.
2777 * Bug #13132 fixed - There were missing graduations when data_bounds interval was too small.
2779 * Bug #13134 fixed - User-defined ticks in log scale were invisible.
2781 * Bug #13136 fixed - exists and isdef failed for input arguments longer than 1.
2783 * Bug #13139 fixed - fft help page fixed.
2785 * Bug #13140 fixed - Various typos fixed in help pages.
2787 * Bug #13144 fixed - csvRead can now ignore header comments thanks to a new input argument.
2789 * Bug #13146 fixed - profile failed when a comment was on the same line as a function declaration.
2791 * Bug #13150 fixed - Vectorial export used too much memory for grayplot.
2793 * Bug #13152 fixed - Typo fixed in syslin French help page.
2795 * Bug #13164 fixed - Miscolorization in SciNotes colors preferences fixed.
2797 * Bug #13165 fixed - Preferences reset did not show a confirmation pop-up.
2799 * Bug #13168 fixed - Wrong interpretation of star followed by minus fixed.
2801 * Bug #13170 fixed - Legends for plzr plots fixed.
2803 * Bug #13174 fixed - Scilab crashed after XML element removal.
2805 * Bug #13175 fixed - argn help page updated with specific cases.
2807 * Bug #13177 fixed - Error when changing x_ticks.locations on axes fixed.
2809 * Bug #13185 fixed - When the "checked" option of a uimenu was set to "on" for
2810 the first time, the display order of other uimenus was changed.
2812 * Bug #13186 fixed - csvRead freezed Scilab if separator was an empty string.
2814 * Bug #13187 fixed - xmltoformat did not include "imageobjects" in output.
2816 * Bug #13188 fixed - The output argument of eomday function was not pre-dimensioned.
2818 * Bug #13191 fixed - isempty(rational) returned an error message.
2820 * Bug #13192 fixed - horner returned an error message when the input arguments did not have the same size.
2822 * Bug #13194 fixed - part help page improved.
2824 * Bug #13199 fixed - There was a thin blue line around acknowledgements button in about box.
2826 * Bug #13200 fixed - about() ACKNOWLEDGEMENTS did not render utf-8 characters.
2828 * Bug #13201 fixed - x_mdialog entries had no margin.
2830 * Bug #13202 fixed - kernel help page improved.
2832 * Bug #13203 fixed - Typos fixed in some error messages.
2834 * Bug #13205 fixed - group accepted continuous transfer functions.
2836 * Bug #13208 fixed - New nanreglin function to handle NaNs for reglin().
2838 * Bug #13210 fixed - Incorrect argument description in mseek help page.
2840 * Bug #13213 fixed - User-defined margins were reset by auto computation of the margins.
2842 * Bug #13215 fixed - clf(1001) returned an error.
2844 * Bug #13218 fixed - Typos fixed in core module help pages.
2846 * Bug #13226 fixed - Completion with accented chars could led to a crash.
2848 * Bug #13227 fixed - Invalid windowsConfiguration.xml file could avoid Scilab startup.
2850 * Bug #13233 fixed - Wrong simulation result of step response csim('step',t,H) fixed.
2852 * Bug #13234 fixed - lmitool calling sequence clarified.
2854 * Bug #13236 fixed - "parents" help page has been renamed to "parentheses".
2856 * Bug #13238 fixed - Wrong legends display fixed.
2858 * Bug #13243 fixed - optim with "gc" option failed when imp<0.
2860 * Bug #13247 fixed - Hypermatrix in structure definition did not work properly.
2862 * Bug #13252 fixed - Minor typos fixed in Graphics messages.
2864 * Bug #13258 fixed - Bad number display in datatips fixed.
2866 * Bug #13267 fixed - Implicit typecasts in scicos.c fixed.
2868 * Bug #13271 fixed - plot2d with logarithmic scale and %nan value froze Scilab.
2870 * Bug #13272 fixed - Error occurring when reading CSV files with comment option on a CSV file without comment fixed.
2872 * Bug #13280 fixed - Axes were not always displayed properly after figure resize.
2878 * Bug #9995 fixed - LOGICAL_OP drew the parameters over the block.
2880 * Bug #11975 fixed - Inverted Pendulum demonstration did not compile.
2882 * Bug #12423 fixed - Data types of SWITCH2_m were not documented.
2884 * Bug #12685 fixed - The lincos and steadycos functions did not load
2885 the XcosLibs so all the blocks were unknown.
2887 * Bug #12998 fixed - 'ans' was not ignored in the context results.
2889 * Bug #13006 fixed - Selection to superblock (in_f and out_f) failed.
2891 * Bug #13030 fixed - Selection to superblock did not reset the origin.
2893 * Bug #13059 fixed - NaN propagated at startup made the simulation fail.
2895 * Bug #13071 fixed - Three unused functions in Xcos macros now specified as not mandatory
2896 to write new blocks.
2898 * Bug #13172 fixed - Logic block help file had some typo errors.
2900 * Bug #13239 fixed - Grid was not shown in zoomed log scale.
2902 * Bug #13250 fixed - CLSS wrongly handled scalar values.
2907 Changes between version 5.4.1 and 5.5.0-beta-1
2908 ==============================================
2913 * New special functions:
2914 - erfi - The imaginary error function.
2915 - dawson - Compute the Dawson function (scaled imaginary error).
2917 * New functions introduced:
2918 - getURL - Download a URL (HTTP, HTTPS, FTP...)
2919 - splitURL - Split a URL (HTTP, HTTPS, FTP...)
2920 - cov - Covariance matrix. Deprecates mvvacov. See bug #11896.
2921 - ismatrix - Check if a variable is a matrix. See bug #10456.
2922 - isrow - Check if a variable is a row vector. See bug #10456.
2923 - iscolumn - Check if a variable is a column vector. See bug #10456.
2924 - issquare - Check if a variable is a square matrix. See bug #10456.
2925 - cross - Vector cross product. See bug #9941.
2926 - members - Number of occurrences and linear indexes of common values between
2927 two matrices of the same type.See bug #12705.
2929 * Complete set of functions to read and write any HDF5 file from Scilab added.
2932 - daskr - differential-algebraic system solver with rootfinding 'daskr', using
2933 BDF methods with direct and preconditioned Krylov linear solvers, based on ODEPACK.
2935 * Based on JIMS external module, Scilab provides functions to interact
2938 * erf, erfc, erfcx and calerf functions now support complex arguments.
2940 * isnum has been redesigned in native code. Performance improvements up to 130x.
2943 * Usage of the '$' keyword in part function allowed.
2945 * The histplot command can now be used with the option polygon=%t/%f to add the
2946 frequency polygon chart (Thanks to Mehran Khorshidi).
2948 * Multi level completion on mlist, struct, XML structures...
2950 * Variable browser improvements:
2951 - The variable browser also shows the size of integers and the user type of
2953 See bugs #12523 and #10409.
2954 - It is now possible to delete variables from the variable browser.
2956 - A user can now plot variables from the variable browser (this functionality was
2957 already available in the variable editor).
2959 * Added lighting effect for plot of surfaces. Lighting can be enabled
2960 creating light objects or disabled by deleting them. The following function
2962 - light - Creates a light graphic object.
2965 - Multiple domains in localization managed.
2966 - addlocalizationdomain function added for a new domain creation.
2967 - Optional parameter added to gettext to manage domains.
2968 - tbx_generate_pofile and tbx_build_localization added to create localization files for
2971 * Windows Solution updated to Visual Studio 2012.
2973 * -keepconsole option added for Scilab Windows to facilitate debugging.
2974 Calling Scilab with this option will leave the console box window opened at startup.
2976 * License update: switch to the CeCILL 2.1.
2982 * New calling sequence allowed for nicholschart: nicholschart(gains, phases, colors).
2985 * qp_solve can now take up to 5 output arguments. The last one is an error flag,
2986 if it is present, then the function will display a warning instead of an error.
2989 * graypolarplot has been improved in terms of performances and rendering.
2992 * nthroot is now vectorizable.
2995 * New optional output argument for routh_t.
2999 Differential Equations
3000 ======================
3002 * Netlib's Quadpack, used for definite integration, has been updated to match the upstream.
3008 * Autosave feature can now use %date to append the current date to the backup filename
3015 * New DAE solver: DDaskr, using BDF methods with direct Newton and preconditioned Krylov
3016 linear solvers, which includes rootfinding.
3017 It is available from dae function.
3019 * In Modelica initialization GUI, inputs (eg. sensor) were not handled.
3021 * Sundials updated to the "2.5.0" version, keeping our modifications.
3023 * JGraphX updated to the "2.1.0.7" version, updating our hooks performance.
3025 * API changed in the scicos_block4 interface: the uid value is not available
3026 inside the simulation function.
3028 * xcosAddToolsMenu added to let the user perform some actions on the graph.
3030 * CBLOCK4 block added to the "User-Defined Functions"
3036 * Some Xcos specific content added to xcos_toolbox_skeleton help pages.
3042 * Minimal version of Flexdock (1.2.4) enforced.
3045 Obsolete & Removed Functions
3046 ============================
3048 * Scilab 5.5.X family will be the latest family working under Windows XP/2003.
3050 * Vector ^ scalar syntax declared as obsolete. See bug #11524
3052 * The third argument of poly function will be more strict.
3053 Only the following strings are allowed: "roots", "coeff", "c", "r".
3055 * Option and direction arguments of gsort will be more strict in all cases.
3056 Only the following strings are allowed:
3057 - option: "r" "c" "g" "lr" "lc"
3058 - direction : "d" "i"
3060 * nfreq tagged as obsolete. Will be removed in Scilab 5.5.1.
3061 Please use tabul instead.
3063 * IsAScalar tagged as obsolete. Will be removed in Scilab 5.5.1.
3064 Please use isscalar instead.
3066 * chart tagged as obsolete. Will be removed in Scilab 5.5.1.
3067 Please use nicholschart instead.
3069 * Second output argument of add_param tagged as obsolete. Will be removed in Scilab 5.5.1.
3071 * mvvacov tagged as obsolete. Will be removed in Scilab 6.0.0.
3072 Please use cov instead.
3074 * dft removed, please use fft instead.
3076 * sscanf removed, please use msscanf instead.
3078 * fscanf removed, please use mfscanf for files opened with mopen or read for files opened
3081 * fprintf removed, please use mfprintf for files opened with mopen or write for files
3082 opened with file instead.
3084 * mfft tagged as obsolete. Will be removed in Scilab 5.5.1.
3085 Please use fft instead.
3091 * paramfplot2d: When theta input argument was a column vector, an error occurred.
3093 * Bug #2267 fixed - Wrong error message when ticks locations and labels did not have the
3096 * Bug #2416 fixed - Particular case (string([]) returns []) has been added in string help
3099 * Bug #3511 fixed - strindex did not return all occurrences in regexp mode.
3101 * Bug #3928 fixed - An error was returned when a matrix was flipped along the third
3104 * Bug #4042 fixed - squeeze returned a hypermatrix instead of a matrix when at least one
3105 dimension was equal to 1.
3107 * Bug #4085 fixed - num2cell help page added.
3109 * Bug #4229 fixed - delip did not return an error if one element of its first input
3110 argument was negative.
3112 * Bug #4383 fixed - csim with "step" and "impuls" now works with direct feedthrough.
3114 * Bug #4481 fixed - iir help page updated to precise that frq can be a scalar.
3116 * Bug #4731 fixed - lqr failed when the time domain of an input was a number.
3118 * Bug #4743 fixed - Graphics with too big or too small values did not work.
3120 * Bug #5017 fixed - norm rewritten to take benefit from the Lapack package performance.
3122 * Bug #5073 fixed - New parameter added in strtod function (decimal separator).
3124 * Bug #5205 fixed - permute was slow for large hypermatrices.
3126 * Bug #5207 fixed - grand can now return a hypermatrix.
3128 * Bug #5365 fixed - makecell help page was in the "compatibility functions" directory
3129 instead of being in "data_structures".
3131 * Bug #5539 fixed - sylv help page was wrong in the discrete-time case.
3133 * Bug #5616 fixed - typeof(uiCreateTree(...)) returned "Tree" instead of "uitree".
3135 * Bug #5694 fixed - numdiff help page clarified.
3137 * Bug #5779 fixed - xnumb number format was too small (+ unit test added).
3139 * Bug #6037 fixed - macrovar help page improved.
3141 * Bug #6168 fixed - zpbutt, zpch1, zpch2 and zpell help pages were unclear.
3143 * Bug #6390 fixed - The "external" argument of odedc was not well documented and
3146 * Bug #6427 fixed - full([%T %F]) returned an error message.
3148 * Bug #6466 fixed - Example with vectorized input added in mprintf and msprintf help pages.
3150 * Bug #6584 fixed - mfft tagged as obsolete.
3152 * Bug #6638 fixed - The profiler output was incorrect by a factor of 1000 under Windows.
3154 * Bug #6693 fixed - modulo did not accept polynomial inputs. Help page was not updated.
3156 * Bug #6752 fixed - unit test scilab.tst has been split in different tests.
3158 * Bug #6840 fixed - New line_style added.
3160 * Bug #6988 fixed - Error messages in modules/data_structures/src/c/hmops.c were not
3163 * Bug #7026 fixed - There was no unit test for plot2d.
3165 * Bug #7080 fixed - Some graphic macros did not use standard error messages.
3167 * Bug #7204 fixed - geomean applied to a hypermatrix gave wrong results.
3169 * Bug #7206 fixed - If the second input argument of meanf function was a hypermatrix,
3170 this function returned an error.
3172 * Bug #7296 fixed - %nan, %inf and -%inf enabled for the cdf* functions.
3174 * Bug #7411 fixed - clf forgot to turn off the datatip mode.
3176 * Bug #7486 fixed - LAPACK versions of DGELSY and ZGELSY now used.
3178 * Bug #7596 fixed - A same error happening in different places now displays the same
3181 * Bug #7648 fixed - CDF functions now display a warning for non integer
3182 "degrees of freedom" argument.
3184 * Bug #7655 fixed - An example added in type help page, for type(X)=11 and type(X)=13.
3186 * Bug #7684 fixed - Introduction demonstration splitted into subsections.
3188 * Bug #7781 fixed - The second parameter of iqr function had no effect.
3190 * Bug #7782 fixed - lcm and gcd help pages improved to tell the user how to use both
3193 * Bug #7824 fixed - title function properties did not support an indexed color.
3195 * Bug #7826 fixed - chart tagged as obsolete.
3197 * Bug #7828 fixed - Slight improvements in nicholschart.
3199 * Bug #7848 fixed - The third argument of correl function is now optional.
3201 * Bug #7877 fixed - iirgroup function fixed.
3203 * Bug #7927 fixed - Output "flag" in qmr function was not well documented.
3205 * Bug #7960 fixed - plzr could not produce pole zero plot for a simple transfer function.
3207 * Bug #8058 fixed - The user can now set the tolerances of intc function.
3209 * Bug #8098 fixed - cumsum could not be applied to rational matrices.
3211 * Bug #8162 fixed - Area of stability of plzr was wrong for continuous systems
3214 * Bug #8211 fixed - Parameters module demonstration finalized.
3216 * Bug #8234 fixed - strtod did not return an empty matrix when the input argument was an
3219 * Bug #8667 fixed - Handling of %nan in functions min,max,median is not correctly documented.
3221 * Bug #8264 fixed - Matlab to Scilab dictionary help page updated for atan2.
3223 * Bug #8319 fixed - dbphi(hypermat) and phasemag(hypermat) returned a matrix instead of
3226 * Bug #8373 fixed - clear can now handle a matrix of strings argument.
3228 * Bug #8415 fixed - optim_moga, optim_nsga, optim_nsga2 can now take list as input
3229 arguments, as explained in their help pages.
3231 * Bug #8462 fixed - bvodeS could make Scilab unstable.
3233 * Bug #8470 fixed - bvode displayed some output in terminal window and not in
3236 * Bug #8479 fixed - The latest Saxon version was not supported.
3238 * Bug #8511 fixed - sprand now uses grand instead of rand and grand functions. Internal
3239 state of the random generator is no more changed.
3241 * Bug #8561 fixed - ddassl, ddasrt, ddaskr: abs and rel tolerance sizes are now checked.
3243 * Bug #8597 fixed - grand/clcg4 could display uncontrolled messages as warning.
3245 * Bug #8607 fixed - Some error messages in modules/overloading/macros were not standard
3248 * Bug #8614 fixed - Unit test for barhomogenize added.
3250 * Bug #8636 fixed - roots help page updated (default algorithm value was wrong).
3252 * Bug #8667 fixed - The handling of %nan in min, max, median functions was not properly
3255 * Bug #8680 fixed - "end" output argument of regexp function has been changed.
3257 * Bug #8687 fixed - typeof function failed on uint8, depending on the format
3258 (+ unit test added).
3260 * Bug #8695 fixed - optim_ga used old (initial) values instead of newly-computed ones.
3262 * Bug #8778 fixed - Call_ScilabOpen, TerminateScilab could not be called more
3263 than 80 times in a loop.
3265 * Bug #8779 fixed - gsort did not preserve the order of equal elements, in
3268 * Bug #8820 fixed - squeeze did not return a matrix when the number of dimensions
3269 of the result was less or equal to 2.
3271 * Bug #8824 fixed - taucs_chfact returned a segfault (not the case in nwni mode).
3273 * Bug #8840 fixed - fileparts did not manage matrix of strings.
3275 * Bug #8856 fixed - Non regression test added for [k,l,m,...]=find(a==5).
3276 Non regression test of bug #476 updated.
3278 * Bug #8857 fixed - Non regression test of bug #477 updated.
3280 * Bug #8858 fixed - Non regression test of bug #480 updated.
3282 * Bug #8862 fixed - mget and mput could not read and write 64 bit data from
3285 * Bug #9004 fixed - bitcmp function called with one input argument returned an error.
3287 * Bug #9020 fixed - exists function did not accept matrix as first input argument.
3289 * Bug #9059 fixed - tbx_build_macros and genlib did not stop even if an error occurred.
3291 * Bug #9109 fixed - nfreq tagged as obsolete.
3293 * Bug #9158 fixed - zeros called with a big number returned an empty matrix instead
3296 * Bug #9208 fixed - Added three optional output arguments to optim,
3297 to retrieve #iterations, #evaluations and a termination indicator.
3299 * Bug #9385 fixed - The type checking in trigonometric functions has been added.
3301 * Bug #9394 fixed - is_param recognized "plist" as an existing field.
3303 * Bug #9395 fixed - add_param did not check its input arguments.
3305 * Bug #9396 fixed - add_param accepted duplicate keys.
3307 * Bug #9459 fixed - Default values of the optional plot3d arguments were not documented.
3309 * Bug #9537 fixed - optimbase_configure only allowed row vectors as initial value.
3310 Column vectors now allowed by transposing them.
3312 * Bug #9538 fixed - optimbase_checkshape only allowed row vectors as output arguments of
3313 cost function. Column vectors are now allowed by transposing them.
3315 * Bug #9577 fixed - Setting neldermead_configure("-numberofvariables") is now optional,
3316 setting neldermead_configure("-x0") initializes -numberofvariables
3319 * Bug #9601 fixed - Cylinder demonstration fixed.
3321 * Bug #9688 fixed - optim could crash when "imp" option was < 0. It is now set to 0 in
3324 * Bug #9690 fixed - The "imp" option for optim could crash Scilab and was not consistent
3327 * Bug #9691 fixed - "imp" option in optim help page was poorly documented.
3329 * Bug #9694 fixed - Example in optim help page fixed to display correct counters.
3331 * Bug #9702 fixed - Contrary to what optim help page stated, the "gc" algorithm does use
3332 the "epsx" parameter.
3334 * Bug #9780 fixed - gmres solver did not run with complex systems.
3336 * Bug #9788 fixed - neldermead can now produce a warning when it fails to converge,
3337 thanks to a new input argument "warn".
3339 * Bug #9821 fixed - getrelativefilename did not manage matrix of strings.
3341 * Bug #9851 fixed - Error message occurred because of a cut-off frequency of 0.25Hz
3344 * Bug #9859 fixed - It was not possible to draw arrows in 3-D using xarrows.
3346 * Bug #10146 fixed - In SciNotes, 'help on keyword' moved from bottom to top in the popup
3349 * Bug #10180 fixed - det was not defined for sparse matrices.
3351 * Bug #10213 fixed - sci2exp help page updated to document the impact of format function.
3353 * Bug #10216 fixed - Invalid syntaxes for zeros, ones, eye, rand, like zeros(2,:).
3355 * Bug #10226 fixed - When a // <empty session> line was deleted, all sessions
3356 histories were folded.
3358 * Bug #10254 fixed - Slight improvements in ones help page.
3360 * Bug #10269 fixed - qp_solve can now take up to 5 output arguments. The last one is an
3361 error flag, if it is present, then the function will issue a warning
3362 instead of an error.
3364 * Bug #10276 fixed - qp_solve segfaulted with large matrices.
3366 * Bug #10287 fixed - Error message added for complex expression as input argument of
3369 * Bug #10305 fixed - Comparison of lists with empty items returned an error message.
3371 * Bug #10596 fixed - exit(xxx) from Scilab failed.
3373 * Bug #10818 fixed - home, %e, %t, %f, %z and %s help pages added.
3375 * Bug #10823 fixed - fullpath returned different results under Windows and Linux for
3378 * Bug #10862 fixed - Add a without Internet connection installation
3379 global configuration in the installer.
3381 * Bug #10866 fixed - det was not equivalent to detr for rational matrices.
3383 * Bug #10906 fixed - Typo fixed in cls2dls help page.
3385 * Bug #10930 fixed - The comments in armax function were in French.
3387 * Bug #10995 fixed - Typo fixed in grand help page for Gamma law argument.
3389 * Bug #11065 fixed - The second output argument of unique function contained a wrong result.
3391 * Bug #11067 fixed - Display of ticks labels with closed associated values was wrong.
3393 * Bug #11139 fixed - conj was not defined for sparse matrices (+ unit test added).
3395 * Bug #11308 fixed - Calling sequences in dsearch help page were wrong.
3397 * Bug #11343 fixed - The "isoview" figure property did not work when the axes
3398 margins had been modified.
3400 * Bug #11648 fixed - Copying graphic via the clipboard did not work.
3402 * Bug #11766 fixed - nthroot has been added to m2sci help page.
3404 * Bug #11792 fixed - Lists can be accessed with non integer indexes (list help page
3407 * Bug #11869 fixed - "Environment" was not localized in preferences.
3409 * Bug #11885 fixed - Each rand has been changed to grand in genetic algorithms and
3410 simulated annealing functions.
3412 * Bug #11891 fixed - Fisher ratio could be inaccurate for one-way ANOVA.
3414 * Bug #11997 fixed - In case of invalid variable name, save function now returns an error
3415 instead of a compatibility warning.
3417 * Bug #12034 fixed - max function did not manage empty matrices.
3419 * Bug #12045 fixed - repmat returned wrong results if the values of an input matrix were
3422 * Bug #12070 fixed - Removing a module can now be done in an on-line mode even if
3423 it has been installed in an off-line mode.
3425 * Bug #12080 fixed - lsqrsolve always printed messages.
3427 * Bug #12085 fixed - Under Windows, csvWrite wrote wrong EOL.
3429 * Bug #12114 fixed - libstdc++ is now compiled as static instead of using the
3430 library from thirdparty.
3432 * Bug #12118 fixed - ode could take complex externals.
3434 * Bug #12143 fixed - "stop entity picker" (ged(11)) returned an error message.
3436 * Bug #12150 fixed - datatipCreate failed with one single point.
3438 * Bug #12163 fixed - unzoom did not work with a single input argument.
3440 * Bug #12212 fixed - Export of a polyline in 2-D broke it into several segments.
3442 * Bug #12326 fixed - There was no way to set LaTeX font size in preview.
3444 * Bug #12349 fixed - In SciNotes, when the view was splitted, removing a char made the
3447 * Bug #12376 fixed - Exec & edit buttons in the help pages examples were sometimes
3450 * Bug #12413 fixed - ATOMS packages could not be removed if ATOMS had never been on-line.
3452 * Bug #12415 fixed - PATH environment variable grew when using call_scilab in a loop.
3454 * Bug #12426 fixed - By using addErrorMessage, a random string error could be displayed.
3456 * Bug #12433 fixed - show_pixmap function was removed from Scilab but still used in some
3459 * Bug #12443 fixed - The behavior of mopen in text file mode has been documented
3462 * Bug #12463 fixed - Wrong specification for rect=[x,y,w,h] argument in xstringb
3465 * Bug #12470 fixed - Variable browser was not refreshed after loading an environment.
3467 * Bug #12473 fixed - Problems with "é" in mkdir French help page.
3469 * Bug #12475 fixed - csvRead did not support double quoted fields.
3471 * Bug #12490 fixed - plot did not call clf; in its help page example producing a
3474 * Bug #12506 fixed - In SciNotes, a miscolorization could occurred when returned values
3477 * Bug #12508 fixed - Wrong error message in rand function fixed.
3479 * Bug #12518 fixed - Polynoms were not displayed by default in the variable browser.
3481 * Bug #12520 fixed - Improve the description of the size in the variable browser.
3483 * Bug #12527 fixed - Scilab user functions were not listed in the variable browser.
3485 * Bug #12547 fixed - In SciNotes, lines were wrongly numbered with splitted function
3488 * Bug #12548 fixed - Duplicated code in xmltoformat removed.
3490 * Bug #12550 fixed - optimbase and optimsimplex help pages were not standard.
3492 * Bug #12551 fixed - Stack problem with diary([],"pause") and diary([],"resume") fixed.
3494 * Bug #12556 fixed - A fatal error occurred when calling set with wrong instructions.
3496 * Bug #12557 fixed - Valid function names were not specified in function and functions
3499 * Bug #12564 fixed - Compile and run javasci help page was not clear about needed packages.
3501 * Bug #12581 fixed - isfield could not support mlist or tlist.
3503 * Bug #12589 fixed - Call sequence for spzeros & spones were missing in French
3506 * Bug #12592 fixed - Scilab hung with plot(-0).
3508 * Bug #12593 fixed - A wrong error message was returned when running genlib with an
3509 error in the sci file.
3511 * Bug #12594 fixed - Invalid SciNotes configuration file avoided SciNotes startup.
3513 * Bug #12600 fixed - mput did not manage unsigned integer.
3515 * Bug #12606 fixed - Overloads for grand were not standard.
3517 * Bug #12613 fixed - gsort did not return correct results with %nan.
3519 * Bug #12614 fixed - Helpbrowser was not launched in EDT.
3521 * Bug #12615 fixed - Graphics seemed to be freezed after a call to plot/bar/barh with
3522 a bad LineSpec argument.
3524 * Bug #12624 fixed - In case of errors in Scilab macros, "make check-TESTS" did not fail
3527 * Bug #12627 fixed - At restoration, a window could be out of the screen.
3529 * Bug #12629 fixed - The last example of csim help page defined a function called
3530 input (overwriting the Scilab one).
3532 * Bug #12631 fixed - A "see also" link has been added from progressionbar to waitbar
3535 * Bug #12634 fixed - ATOMS modules could not be installed from an archive file
3536 already existing in SCI/contrib/archives in "offline" mode.
3538 * Bug #12637 fixed - In some help pages, some signal processing functions were not in
3539 the correct section.
3541 * Bug #12639 fixed - justify([], position) returned an error instead of [].
3543 * Bug #12641 fixed - graypolarplot has been fully vectorized as it was too slow.
3545 * Bug #12657 fixed - Computation of v1.^v2 is now done without any memory allocation,
3546 when v1 and v2 are real arrays, v1 >= 0 and v2 integer.
3548 * Bug #12668 fixed - Undocking SciNotes led to an exception.
3550 * Bug #12678 fixed - nthroot now accepts vector/matrix as second argument.
3552 * Bug #12679 fixed - Argument type check added in gcd and lcm.
3554 * Bug #12686 fixed - Error returned by diff fixed.
3556 * Bug #12702 fixed - When no extra parameters were needed in the cost function,
3557 NDcost did not work.
3559 * Bug #12703 fixed - In SciNotes, common shortcuts 'SHIFT DELETE', 'SHIFT INSERT'
3562 * Bug #12705 fixed - members function added. It allows to find the number of occurrences
3563 and linear indexes for common values between two matrices of the
3566 * Bug #12706 fixed - A wrong size of a matrix as input argument of cross function was
3569 * Bug #12708 fixed - Incorrect display in SciNotes preferences fixed (onmouseover styles).
3571 * Bug #12712 fixed - In SciNotes, autosaving can now use %date to append the current
3572 date to the backup filename.
3574 * Bug #12715 fixed - Variable cross in pspect and cspect has been renamed because of
3575 conflicts with cross function.
3577 * Bug #12736 fixed - In SciNotes, the Completion window appeared only in first tab.
3579 * Bug #12747 fixed - legendre now accepts the -1 and 1 values for third argument.
3581 * Bug #12749 fixed - fscanfMat help page updated.
3583 * Bug #12758 fixed - Focus issue with plot3d fixed.
3585 * Bug #12761 fixed - The https:// protocol was not supported on ATOMS.
3587 * Bug #12772 fixed - eigs failed when trying to solve a sparse matrix eigen value problem.
3589 * Bug #12774 fixed - Various typos fixed.
3591 * Bug #12775 fixed - Some related functions were not listed in "See also" section of
3594 * Bug #12778 fixed - Insertion of an empty matrix in an integer matrix led to a
3597 * Bug #12779 fixed - savewave had a miscoding in the internal function write_wavedat.
3599 * Bug #12783 fixed - There were some inconsistent error messages in dsearch.
3601 * Bug #12790 fixed - Links to ZCOS files in documentation were broken.
3603 * Bug #12791 fixed - More information is now given in case of failure during the ATOMS
3606 * Bug #12793 fixed - Improved the bode() plots with a new option "rad" to convert plot into rad/s
3607 and a new function bode_asymp() to draw the system asymptotes.
3609 * Bug #12794 fixed - calfrq.sci code did not follow Scilab standard.
3611 * Bug #12795 fixed - Typos fixed in CACSD help page.
3613 * Bug #12800 fixed - Typo fixed in Polynomials help page.
3615 * Bug #12804 fixed - Typos fixed in routh_t help page.
3617 * Bug #12807 fixed - Display of showprofile improved.
3619 * Bug #12808 fixed - Add missing </td> in documentation generation (note, warning, ...).
3621 * Bug #12813 fixed - flipdim function extended to any type of input data.
3623 * Bug #12814 fixed - Improvements of pertrans help page.
3625 * Bug #12815 fixed - levin redefined cov as a variable.
3627 * Bug #12816 fixed - Numbers pasted in editvar were not parsed according to locale.
3629 * Bug #12818 fixed - Segfault in set function with invalid property values dimension.
3631 * Bug #12823 fixed - In help generation (toolbox) links were not correctly handled.
3633 * Bug #12827 fixed - noisegen help page improved.
3635 * Bug #12828 fixed - routh_t gave a wrong result if the first element of a row was zero.
3637 * Bug #12829 fixed - New optional output argument added for routh_t function.
3639 * Bug #12830 fixed - In SciNotes, it was not possible to execute a replace action
3640 from the caret position.
3642 * Bug #12831 fixed - In SciNotes toolbar, there was no button to open code navigator.
3644 * Bug #12833 fixed - In SciNotes, there was no autoscroll when searching a pattern.
3646 * Bug #12836 fixed - Error fixed in strcmpi help page.
3648 * Bug #12839 fixed - Typo fixed in getVariablesOnStack help page.
3650 * Bug #12840 fixed - Typo fixed in number_properties.xml help page.
3652 * Bug #12852 fixed - Visual Studio 2012 SDK configuration was incorrect.
3654 * Bug #12858 fixed - Typo fixed in debug and pause French help pages.
3656 * Bug #12859 fixed - Fixed optional argument in isdef help page.
3658 * Bug #12863 fixed - size(state-space, "r") returned an error.
3660 * Bug #12875 fixed - phasemag returned an error for input vector containing zeros.
3662 * Bug #12887 fixed - Scilab hung with auto_clear set to on and log_flags set to true.
3664 * Bug #12888 fixed - sysdiag was not documented about block diagonal matrices build.
3666 * Bug #12906 fixed - champ and champ1 help pages updated
3668 * Bug #12909 fixed - Completion on (mt)list led to a crash.
3670 * Bug #12911 fixed - Matlab to Scilab dictionary help page updated for eig.
3672 * Bug #12913 fixed - linspace returned an error if the third argument was an integer type
3675 * Bug #12916 fixed - power help page improved.
3677 * Bug #12919 fixed - Rotation on plots was disabled after using menus.
3679 * Bug #12927 fixed - ones function could not take integer type input.
3681 * Bug #12931 fixed - ATOMS redefined "message" keyword.
3687 * Bug #7350 fixed - The I/O ports numbering of a superblock was not updated
3688 when a new port was dropped.
3690 * Bug #8570 fixed - "Region to superblock" has been renamed to
3691 "Selection to superblock".
3693 * Bug #11518 fixed - CLR block-text was displayed out of the bounding box
3696 * Bug #11776 fixed - CMSCOPE did not take into account label&Id parameter.
3698 * Bug #12359 fixed - Xcos files have been converted to ZCOS to gain some space.
3700 * Bug #12384 fixed - Using a Modelica part linked with an explicit link to
3701 another Modelica part led to an algebraic loop error.
3703 * Bug #12387 fixed - The "Modelica initialize" setup menu option did not blur
3706 * Bug #12414 fixed - SWITCH_m block had different behaviors
3707 for different types of inputs.
3709 * Bug #12424 fixed - Calling lincos on a derivative block made Scilab crash.
3711 * Bug #12449 fixed - QUANT_f was not rounding/truncating/flooring/ceiling properly input signal.
3713 * Bug #12460 fixed - xcosPalGenerateAllIcons sometimes crashed Scilab.
3715 * Bug #12461 fixed - Cancelling zoom out by zooming in did not fully work.
3717 * Bug #12561 fixed - SELECT_m and RELAY_f did not behave as expected.
3719 * Bug #12568 fixed - "Recent files" menu entry is now below the "Open" one.
3721 * Bug #12590 fixed - Block shape style was removed on file loading.
3723 * Bug #12603 fixed - ZCOS files could contain blocks with modified (eg. invalid)
3726 * Bug #12619 fixed - DLR discrete block did not display LaTeX formula
3727 like CLR continuous block.
3729 * Bug #12651 fixed - The 'nw' scicos_simulate option did not work while
3730 passing a previous Info simulation status.
3732 * Bug #12664 fixed - Inverted pendulum French localization in the Xcos demonstrations was
3735 * Bug #12667 fixed - 'Recent Files' menu was not localized.
3737 * Bug #12731 fixed - Code generation produced erroneous block.
3739 * Bug #12732 fixed - Improper Copyright comments in the files were generated by the code
3742 * Bug #12796 fixed - There was some mismatches between implicit
3743 and explicit ports of superblocks.
3745 * Bug #12797 fixed - I/O blocks generated by "Selection to Superblocks" had
3748 * Bug #12868 fixed - There were several problems with PULSE_SC block.
3750 * Bug #12869 fixed - min and max were not defined but used in Xcos generated code.
3752 * Bug #12873 fixed - scicos_flat produced an unexpected error after a diagram
3755 * Bug #12874 fixed - CSCOPE marks sizes were too small.
3757 * Bug #12877 fixed - Incorrect output port dimensions and types in GENSIN_f, GENSQR_f,
3758 STEP_FUNCTION and STEP blocks fixed.
3760 * Bug #12924 fixed - Blocks type 2004 was not handled as a valid block type.
3762 * Bug #12934 fixed - Separate compilation of a superblock could fail due to under
3763 determined signal sizes.