1 Changes between version 5.5.2 and 5.5.3
2 =======================================
6 Changes between version 5.5.1 and 5.5.2
7 =======================================
12 * fec function can now plot meshes based on any convex polygon type (not only triangles).
14 * New datatips positions are now available: "left", "right", "upper", "lower".
16 * New contour2dm function.
21 * Modelica user-defined block has been added to xcos_toolbox_skeleton.
27 * %asn removed. Please use delip instead.
29 * chart removed. Please use nicholschart instead.
31 * IsAScalar removed. Please use isscalar instead.
33 * jmat removed. Please use flipdim instead.
35 * mfft removed. Please use fft instead.
39 * msd removed. Please use stdev instead.
41 * nfreq removed. Please use tabul instead.
43 * pcg removed. Please use conjgrad instead.
45 * regress removed. Please use reglin instead.
47 * relocate_handle removed.
49 * st_deviation removed. Please use stdev instead.
53 * xsetm removed. Please use ged instead.
59 * Required version of JOGL updated to 2.2.4 (See bugs #12788 & #13586).
65 * Bug #8066 fixed - There was no OK button in x_choose window.
67 * Bug #9890 fixed - xarrows demonstration was added to Graphics/Basic functions category.
69 * Bug #12788 fixed - All graphics were displayed in red under some platforms.
71 * Bug #12842 fixed - Scilab could not be launched under some platforms (ATOMS internal library loading problem).
73 * Bug #13372 fixed - xsetm should have been removed in Scilab 5.5.0.
75 * Bug #13437 fixed - axis drawn by drawaxis used different font than those drawn by plot.
77 * Bug #13462 fixed - Low level functions modified bounds even with auto_scale="off".
79 * Bug #13494 fixed - Wrong vertical range of plot3d and plot3d1 fixed.
81 * Bug #13531 fixed - sylv help page fixed to include the real Sylvester equation.
83 * Bug #13549 fixed - Slider uicontrols triggered three callbacks instead of one.
85 * Bug #13551 fixed - Marks with null size were not correctly exported in vectorial formats.
87 * Bug #13586 fixed - Scilab compilation failed with recent versions of JoGL package.
89 * Bug #13605 fixed - harmean returned an inverted result when called with parameters "r" or "c".
91 * Bug #13608 fixed - logm produced an error with complex values.
93 * Bug #13619 fixed - xstringl returned wrong first point.
95 * Bug #13640 fixed - Graphics in isoview mode were too small when they were in subplots.
97 * Bug #13655 fixed - acos and asin returned wrong results when input argument was a matrix
98 of size greater than 1 and containing at least one NaN value.
100 * Bug #13673 fixed - Anti-aliasing of xpoly marks had not a proper render.
102 * Bug #13674 fixed - User .wgetrc configuration file is now by-passed when ATOMS does not use a proxy.
104 * Bug #13676 fixed - An invisible figure could not be exported.
106 * Bug #13677 fixed - Indentation of examples in assert_checkerror help page was not correct.
108 * Bug #13679 fixed - There were invalid subticks in log scale after a copy.
110 * Bug #13681 fixed - Calling cdfnor to get the X vector could produced a vector with some NaN values.
112 * Bug #13684 fixed - SciNotes editor component did not fill all the window content pane when wrap-lines
113 option was set to false.
115 * Bug #13685 fixed - LaTeX was not detected when specified in ticks_format.
117 * Bug #13689 fixed - There were errors in reading enum from hdf5 files.
119 * Bug #13690 fixed - tight_limits property can now manage X, Y and Z axes separately.
121 * Bug #13692 fixed - group returned an error for a discrete dynamical system with a specified sample time.
123 * Bug #13694 fixed - Calling wfir without input arguments produced an error instead of calling wfir_gui.
125 * Bug #13695 fixed - Scilab used bash-specific features in scripts.
127 * Bug #13702 fixed - Problems with * prefix for modified files in SciNotes fixed.
129 * Bug #13706 fixed - plot3d([1 1 1]) randomly crashed.
131 * Bug #13712 fixed - Details added in strcat help page for strcat(strings, "", "r") case.
133 * Bug #13721 fixed - Writing in a file opened in r+ mode was not possible.
135 * Bug #13723 fixed - It was not possible to insert a single double in double[][].
137 * Bug #13725 fixed - Polyline was not correctly filled with big values.
139 * Bug #13731 fixed - xmlDelete could be very slow.
141 * Bug #13733 fixed - fmt could not be used as a singular optional argument in colorbar.
143 * Bug #13735 fixed - There was no check of frameflag value in plot2d.
145 * Bug #13741 fixed - An invisible figure could not be printed under Windows.
147 * Bug #13742 fixed - Figure was not well-printed when there was a xstring with LaTeX.
149 * Bug #13752 fixed - The 'Supported compilers' page was outdated.
151 * Bug #13758 fixed - x_mdialog interpreted 'F' and 'T' as boolean values
152 whereas it should have interpreted '%F' and '%T' instead.
154 * Bug #13766 fixed - Setting figure_size property led to wrong display and figure properties values.
156 * Bug #13772 fixed - Xcos GUI was not locked while setting parameters.
158 * Bug #13791 fixed - ricc no longer managed the 'invf' method.
161 Known incompatibilities
162 =======================
164 * Undocumented use of exec with "errcatch" as third input argument now returns an error:
165 exec(path, mode, 'errcatch') must be replaced by exec(path, 'errcatch', mode)
169 Changes between version 5.5.0 and 5.5.1
170 =======================================
175 * datatipContextMenu and datatipEventhandler removed (See Bug #8646).
177 * Second output argument of add_param removed (See SEP #132).
183 * Required version of Arpack-ng updated to 3.1.5 (See Bug #13058).
189 * Bug #6979 fixed - rlist help page was not clear.
191 * Bug #7203 fixed - titlepage help page was not clear.
193 * Bug #7549 fixed - edit_curv did not disable standard plot menus.
195 * Bug #7804 fixed - Small improvements added to struct help page.
197 * Bug #8502 fixed - Axis labels wrongly used number with 3 digits in the exponent.
199 * Bug #8646 fixed - The datatips contextual menu opened a selection list which
202 * Bug #8781 fixed - There was no error message when error was called with
205 * Bug #8898 fixed - getdate help page improved.
207 * Bug #9052 fixed - Some demonstrations in graphics were automatically closed at
208 the end of their execution.
210 * Bug #9252 fixed - Some error calling sequences produced screwed display.
212 * Bug #9381 fixed - parallel_run did not work under CentOS (GLIBC issue).
214 * Bug #9783 fixed - Insertion overloading did not seem to work with mlists.
216 * Bug #10168 fixed - kron produced a segfault in some cases.
218 * Bug #10336 fixed - Default key of rand could change from "uniform" to "normal".
220 * Bug #10555 fixed - Scilab failed to build with some configure options.
222 * Bug #10583 fixed - ./configure --without-xcos did not work.
224 * Bug #10646 fixed - ./configure ARPACK check linked `-larpack -lblas` instead
225 of `-larpack -llapack -lblas`.
227 * Bug #10777 fixed - "Home" and "End" keys were not trapped in CLI mode.
229 * Bug #10784 fixed - clc was not available in CLI & ADV-CLI modes.
231 * Bug #11035 fixed - Scilab crashed when a file created with Matlab 7.12 was loaded.
233 * Bug #11284 fixed - Calling sequences added in file help page.
235 * Bug #11405 fixed - Hypermatrix support added for extraction.
237 * Bug #12580 fixed - Demonstration GUI now displays an arrow if a selected item
240 * Bug #12620 fixed - uicontextmenus size was wrong when children were created invisible.
242 * Bug #12700 fixed - edit_curv (used by CURV_f) was broken.
244 * Bug #12834 fixed - Graphics did not work under Fedora (GLIBC issue).
246 * Bug #12918 fixed - OpenSUSE 12.3 x64 did not have gluegen2-rt in library path.
248 * Bug #12986 fixed - Scilab did not start under CentOS 5.9 (GLIBC issue).
250 * Bug #12987 fixed - Scilab did not start under Ubuntu 10.04 (GLIBC issue).
252 * Bug #13058 fixed - eigs produced wrong results in some cases.
253 Arpack-ng library has been updated to fix this bug.
255 * Bug #13180 fixed - surf did not handle degenerate cases.
257 * Bug #13291 fixed - xmltojar([],[],'ja_JP') might lead to a crash when the
258 locale was not system-wide available.
260 * Bug #13299 fixed - The pkgconfig file did not used the right Tcl/Tk version.
262 * Bug #13313 fixed - Setting datatips orientation did not disable
263 auto_orientation mode.
265 * Bug #13316 fixed - There were missing tooltips on File Browser buttons.
267 * Bug #13321 fixed - Default figure "visible" property was ignored when creating
270 * Bug #13324 fixed - Legends display were completely modified when an item was clicked
273 * Bug #13330 fixed - gtk2-oxygen theme engine (used by KDE) crashed Scilab.
275 * Bug #13331 fixed - Users are no longer able to write inconsistent options to mopen.
276 mopen(file, "wr") now exits with a proper error.
278 * Bug #13333 fixed - Selecting "Offline mode" in Scilab installer installed
279 Scilab in "Command line mode" (without GUI modules).
281 * Bug #13336 fixed - In SciNotes, it was not possible to complete brackets only at the
284 * Bug #13339 fixed - Kronecker tensor product now works on hypermatrices.
286 * Bug #13343 fixed - In console popup menu, "help about a selected text" moved
287 from bottom to top for better consistency with SciNotes.
289 * Bug #13344 fixed - User-defined ticks were not drawn at the right position.
291 * Bug #13345 fixed - Scilab did not start under Debian Wheezy (GLIBC issue).
293 * Bug #13346 fixed - filter did not work for simple delays.
294 filter help page improved.
296 * Bug #13349 fixed - Double-clicking on a MAT-file in the file browser did not load it.
298 * Bug #13350 fixed - There was a buffer overrun with call.
300 * Bug #13351 fixed - xstringb failed with LaTeX code.
302 * Bug #13358 fixed - intersect and unique were slow due to an issue in quicksort implementation.
304 * Bug #13359 fixed - Nyquist datatip with symmetry now displays properly
305 negative frequencies.
307 * Bug #13364 fixed - Scilab did not start under CentOS 6.5, RedHat 5.4, RedHat 5.5 (GLIBC issue).
309 * Bug #13365 fixed - Data bounds were not correctly updated in 3-D.
311 * Bug #13367 fixed - ATOMS default repository was 5.4 one instead of 5.5.
313 * Bug #13369 fixed - samplef now works with 0 frequencies input values
314 and normalized frequencies. sample and samplef now consistently
317 * Bug #13377 fixed - showprofile now displays lines numbers.
319 * Bug #13378 fixed - The "Console" handle display was not homogeneous with others.
321 * Bug #13381 fixed - eigs was failing when using a function as first input argument.
323 * Bug #13383 fixed - newaxes help page did not mention the call with a graphic
326 * Bug #13384 fixed - uicontrol help page did not mention axes could be contained
327 in frame style uicontrols.
329 * Bug #13386 fixed - An exception occurred when using entity picker on legends.
331 * Bug #13388 fixed - Display of Waitbar and Progressionbar handles did not show
332 Tag and Userdata properties.
334 * Bug #13397 fixed - saveGui() returned an undocumented boolean parameter (success/failure flag).
336 * Bug #13401 fixed - Closing Scilab during halt() did not quit Scilab process.
338 * Bug #13402 fixed - Bounding boxes of xarcs were not correct.
340 * Bug #13403 fixed - Regression on axes labeling fixed.
342 * Bug #13404 fixed - rect property was not taken into account in polarplot.
344 * Bug #13409 fixed - permute(x, dims) failed when dims was greater than the dimensions of size(x).
345 It now treats extra dimensions as 1.
347 * Bug #13418 fixed - crossover_ga_binary help page was not clear.
348 Mix to check the crossover positions also added.
350 * Bug #13419 fixed - mutation_ga_binary help page was not clear and lacked examples.
352 * Bug #13420 fixed - mutation_ga_binary did not calculate multiple mutations properly.
354 * Bug #13421 fixed - Callback functions for genetic algorithms were missing.
355 Now the user can set functions to stop iterations and access the population.
357 * Bug #13422 fixed - Genetic algorithms did not log the minimum and maximum values properly.
359 * Bug #13424 fixed - crossover_ga_binary algorithm was not the classical point crossover one.
360 Binary length usage also fixed.
362 * Bug #13425 fixed - optim_ga and optim_moga needed optimization.
364 * Bug #13426 fixed - optim help page was written with bad indentation.
366 * Bug #13432 fixed - xstringl help page was not clear about fonts and LaTeX-rendered text.
368 * Bug #13435 fixed - Scilab under Windows crashed when calling xmlRemove on the first child.
370 * Bug #13438 fixed - drawaxis did not return the handle of the created axis.
372 * Bug #13441 fixed - Scilab crashed when uicontrol was called with a string for border property.
374 * Bug #13459 fixed - A warning message about libcurl.so version was displayed at Scilab startup.
376 * Bug #13471 fixed - ilib_build_jar entered an infinite loop when used on an empty directory.
378 * Bug #13481 fixed - varn did not work on rational fractions.
380 * Bug #13482 fixed - pfss changed the variable of the rational fractions.
381 varn was also modified to keep variable "dt" of rational fractions.
383 * Bug #13491 fixed - intg now properly exits when the user function produces an error.
385 * Bug #13501 fixed - Typos fixed in English help pages.
387 * Bug #13503 fixed - xarrows made Scilab crashed in some cases.
389 * Bug #13507 fixed - Imaginary part in result of a complex power was missing (Real^Complex).
391 * Bug #13509 fixed - It was not possible to have an empty prefix with xmlNs.
393 * Bug #13510 fixed - Datatip callback cleared 'd'.
395 * Bug #13512 fixed - dae crashed if the evaluation function had wrong prototype.
397 * Bug #13515 fixed - There were wrong results for matrix/hypermatrix with bitset.
399 * Bug #13516 fixed - Russian and Japanese help pages were missing.
401 * Bug #13524 fixed - strtod did not ignore the tabs and CR.
403 * Bug #13527 fixed - hilb did not check properly the type of the first input argument.
405 * Bug #13543 fixed - "slider" uicontrols did not work with the mouse wheel.
407 * Bug #13554 fixed - rubberbox returned wrong values.
409 * Bug #13579 fixed - bar displayed useless warnings.
411 * Bug #13585 fixed - SuiteSparse 4.3.1 was not supported.
413 * Bug #13588 fixed - Default values of "event_handler" and "event_handler_enable" properties
414 were not taken into account when creating a new figure.
420 * Bug #9996 fixed - The RELATION_OP box drawn in the workspace was not compliant with the programming.
422 * Bug #11823 fixed - Ctrl+F2 shortcut did not work on a selected block.
424 * Bug #12718 fixed - Modelica Generic block reshaped the output ports and the label was double-written.
426 * Bug #12723 fixed - Loading a .scg file in CURVE block produced an error.
428 * Bug #12751 fixed - cdummy_ entry point was not found when using Code Generation.
430 * Bug #13285 fixed - There was no appropriate example of the syntax for scifunc_block_m GUI
433 * Bug #13318 fixed - matrix * vector multiplication using MATMUL did not work properly.
435 * Bug #13327 fixed - Sawtooth generator icon was not a Sawtooth.
437 * Bug #13385 fixed - TOWS_c and FROMWSB Xcos blocks needed better examples on how
438 to get or write a Scilab variable.
440 * Bug #13391 fixed - scifunc_block_m help page was not clear about the block use.
441 An example has been added.
443 * Bug #13396 fixed - MBLOCK did not work with an external file containing Modelica class.
445 * Bug #13436 fixed - STEP function was not delayed with the Continuous Fix Delay.
447 * Bug #13443 fixed - There was no image on CSCOPXY3D block.
449 * Bug #13513 fixed - EXPRESSION block with "u1" as expression failed with a
452 * Bug #13514 fixed - External modules loader_pal.sce file contained absolute path.
454 * Bug #13540 fixed - Tkscale block did not respect min and max value.
456 * Bug #13553 fixed - "Export all diagrams" failed if the directory did not exist.
462 * Under GNU/Linux with KDE and under some distributions, gtk2-oxygen theming engine
463 crashes Scilab. As a workaround, please consult:
464 http://bugzilla.scilab.org/show_bug.cgi?id=13330#c6.
466 Besides these points, do not hesitate to report bugs on:
467 http://bugzilla.scilab.org/
470 Changes between version 5.4.1 and 5.5.0
471 =======================================
476 * New special functions:
477 - erfi - The imaginary error function.
478 - dawson - Compute the Dawson function (scaled imaginary error).
480 * New functions introduced:
481 - getURL - Download a URL (HTTP, HTTPS, FTP...)
482 - splitURL - Split a URL (HTTP, HTTPS, FTP...)
483 - cov - Covariance matrix. Deprecates mvvacov. See bug #11896.
484 - ismatrix - Check if a variable is a matrix. See bug #10456.
485 - isrow - Check if a variable is a row vector. See bug #10456.
486 - iscolumn - Check if a variable is a column vector. See bug #10456.
487 - issquare - Check if a variable is a square matrix. See bug #10456.
488 - cross - Vector cross product. See bug #9941.
489 - members - Number of occurrences and linear indexes of common values between
490 two matrices of the same type. See bug #12705.
491 - jcreatejar - Creates a Java archive (JAR) from a set of files / directories
492 - ilib_build_jar - Builds Java packages from sources into a JAR file
493 - ifftshift - Inverses FFT shift
494 - unwrap - Unwraps/unfolds a Y(x) profile
495 - getPreferencesValue/setPreferencesValue - Get or set values in the preferences file.
496 - htmlDump/htmlRead/htmlReadStr/htmlWrite - Read and write data from/in HTML files.
497 - numderivative - Approximate derivatives of a function (Jacobian or Hessian).
499 * Complete set of functions to read and write any HDF5 file from Scilab added.
502 - daskr - differential-algebraic system solver with rootfinding 'daskr', using
503 BDF methods with direct and preconditioned Krylov linear solvers, based on ODEPACK.
505 * Based on JIMS external module, Scilab provides functions to interact
508 * erf, erfc, erfcx and calerf functions now support complex arguments.
510 * isnum has been redesigned in native code. Performance improvements up to 130x.
513 * Usage of the '$' keyword in part function allowed.
515 * The histplot command can now be used with the option polygon=%t/%f to add the
516 frequency polygon chart (Thanks to Mehran Khorshidi).
518 * Multi level completion on mlist, struct, XML structures...
520 * Variable browser improvements:
521 - The variable browser also shows the size of integers and the user type of
523 See bugs #12523 and #10409.
524 - It is now possible to delete variables from the variable browser.
526 - A user can now plot variables from the variable browser (this functionality was
527 already available in the variable editor).
529 * Added lighting effect for plot of surfaces. Lighting can be enabled
530 creating light objects or disabled by deleting them. The following function
532 - light - Creates a light graphic object.
535 - Multiple domains in localization managed.
536 - addlocalizationdomain function added for a new domain creation.
537 - Optional parameter added to gettext to manage domains.
538 - tbx_generate_pofile and tbx_build_localization added to create localization files for
541 * Windows Solution updated to Visual Studio 2012.
543 * -keepconsole option added for Scilab Windows to facilitate debugging.
544 Calling Scilab with this option will leave the console box window opened at startup.
546 * License update: switch to the CeCILL 2.1.
552 * New calling sequence allowed for nicholschart: nicholschart(gains, phases, colors).
555 * qp_solve can now take up to 5 output arguments. The last one is an error flag,
556 if it is present, then the function will display a warning instead of an error.
559 * graypolarplot has been improved in terms of performances and rendering.
562 * nthroot is now vectorizable.
565 * New optional output argument for routh_t.
568 * modulo and pmodulo now support integers & hypermatrices (See bug #13002).
570 * test_run can now separate 32-bit systems from 64-bit ones.
572 * pol2str: now handles polynomials with complex coefficients and hypermatrices (See bug #13109).
574 * nanreglin: reglin with arguments containing NaNs (See bug #13208).
576 * New optional input argument added to matfile2sci (append or write the output file).
579 GUI Refactoring and Improvements
580 ================================
582 * New uicontrols styles:
583 - tab: component which enables the user to switch between sets of uicontrols by
585 The children components are "frame" uicontrols.
586 Two dedicated properties have been added to configure this component:
587 - title_position: Position of the tabs
588 - title_scroll: Indicates if tabs must all be displayed at a time or
589 managed with scroll features.
590 - layer: Component which enables the user to make parts of a GUI visible/invisible
592 - spinner: Component which enables the user to select/edit a value between bounds
595 * New uicontrols properties:
596 - border: Used to set some decoration properties on "frame" uicontrols.
597 These decorations can be created and initialized with the createBorder
598 and the createBorderFont functions.
599 - scrollable: Used to add scrolling capabilities on "frame" uicontrols.
600 - groupname: Used to group "radiobutton" and "checkbox" uicontrols for an easier
602 - icon: Add an icon to "pushbutton", "text" and "frame" uicontrols.
603 - margin: Empty space around uicontrols.
605 * New uimenu properties:
606 - icon: add an icon on the left of the menu label.
608 * "listbox" and "popupmenu" style uicontrols can now manage colors selection, icons, background
609 and foreground colors when the "String" property is set to a matrix matching the format:
610 ["#color1", "Item1", "#background1", "#foreground1"; "#color2", "Item2", ..., ...]
611 ["icon1", "Item1", "#background1", "#foreground1"; "icon2", "Item2", ..., ...]
612 with "#color1", "#background1" and "#foreground1" in HTML format #XXXXXX.
613 Then the component will display a colored box or icon on the left of the associated string,
614 and different background/foreground colors for items.
616 * New management of uicontrols positioning:
617 In previous versions, uicontrols position was managed in an absolute way through
618 their "Position" property and the "Resizefcn" property of their parent figure.
619 Using the new layout management in figures and "frame" style uicontrols, position
620 is now managed in an automatic way based on Java layouts.
621 New dedicated properties have been added in figure and uicontrols:
622 - layout: layout type.
623 - layout_options: configuration of the layout.
624 Options can be initialized with the createLayoutOptions function.
625 Type "help layouts" in Scilab for more information about available types and options.
626 Uicontrols position is then managed through the "constraints" property.
627 A new createConstraints function has been added to managed these contraints.
629 * New figures properties:
630 - icon: Allows to customize the figure icon.
631 - menubar: allows to create windows without any menu bar (default menus will not be created).
632 - menubar_visible: Manages menu bar visibility.
633 - toolbar: Allows to create windows without any toolbar.
634 - toolbar_visible: Manages toolbar visibility.
635 - infobar_visible: Manages infobar visibility.
636 - resize: Allows to lock window size.
637 - dockable: Allows to create dockable/standard figures.
638 - default_axes: Allows to manage default axes creation in figures.
640 * The figure "visible" property management has evolved and offers new possibilities:
641 - When the figure is docked, this property manages the visibility
642 of components inside the figure (uicontrols, axes, ...).
643 In previous releases, this same property setting only managed axes.
644 - When the figure is not docked, this property manages the visibility
645 of the whole figure including its decorations.
647 * New way to create GUI using XML files:
648 - Created GUI using the figure/uicontrol/uimenu functions can now be saved in
649 this new format using saveGui function.
650 - XML files in this format can be loaded in Scilab using the loadGui function.
651 This function aims at creating GUI in a more efficient way.
653 * New rendering for GUI/uicontrols:
654 In this version, uicontrols use the defaults of the OS Look & Feel.
655 Some properties default values are not set by Scilab and then can be different from an
657 To come back to the previous and deprecated behavior, you can use the related
658 property on the "Console" handle:
659 set(get(0), "UseDeprecatedSkin", "on");
660 Note that this deprecated behavior will be removed in future versions.
662 * New way to access uicontrols using a path containing their "Tag" and their parent(s) "Tag" property.
663 See the set and get functions help page for more details.
665 * New display for uicontrols handles properties. Only properties used for Java rendering are displayed.
666 To display all available properties, use the "ShowHiddenProperties" "Console" property.
672 * set function prototype has been modified to allow the user to set multiple
673 properties at once: set(h, "Property1", Value1, "Property2", Value2, ...)
675 * newaxes function now allows to create axes in "frame" uicontrols.
677 * clf function now also works with "frame" uicontrols.
679 * New axes properties:
680 - ticks_format: Format of the ticks labels.
681 - ticks_st: Scales and translates factors applied to ticks position when formatting
683 - auto_margins: Activated by default, this property lets Scilab compute margins
684 needed to display axes decorations (titles, labels, ...).
685 - grid_thickness: Thickness of the grid plotting.
686 - grid_style: Style of the grid plotting.
687 - label_font_style: Font style used to draw the labels.
689 * New legends properties:
690 - line_width: Width of the drawn line.
691 - mark_count: Number of the drawn marks.
693 * New polyline properties:
694 - mark_offset: Offset before the first mark.
695 - mark_stride: Step between consecutive marks.
696 - display_function: Name of the function used to customize the information
697 displayed in all the datatips of this polyline.
698 This function can be overloaded by setting a display
699 function on each datatip handle.
700 - display_function_data: Additional data needed for datatips display function.
701 - datatips: Handles of the datatips of the polyline.
703 * New Matplot property added :
704 - rect: specifies the rectangle where the Matplot will be drawn.
706 * Datatips properties have been renamed for better readability:
708 - tip_box_mode --> box_mode
709 - tip_label_mode --> label_mode
710 - tip_orientation --> orientation
711 - tip_3component --> z_component
712 - tip_auto_orientation --> auto_orientation
713 - tip_interp_mode --> interp_mode
714 - tip_disp_function --> display_function
717 Differential Equations
718 ======================
720 * Netlib's Quadpack, used for definite integration, has been updated to match the upstream.
726 * Autosave feature can now use %date to append the current date to the backup filename
733 * New DAE solver: DDaskr, using BDF methods with direct Newton and preconditioned Krylov
734 linear solvers, which includes rootfinding.
735 It is available from dae function.
737 * In Modelica initialization GUI, inputs (eg. sensor) were not handled.
739 * Sundials updated to the "2.5.0" version, keeping our modifications.
741 * JGraphX updated to the "2.1.0.7" version, updating our hooks performance.
743 * API changed in the scicos_block4 interface: the uid value is not available
744 inside the simulation function.
746 * API change: In scicos_block4.h, "Residute" renamed to "Jacobian".
748 * xcosAddToolsMenu added to let the user perform some actions on the graph.
750 * CBLOCK4 block added to the "User-Defined Functions"
752 * xcos_debug_gui function added for a simple use of the Debug block.
754 * tbx_build_pal_loader function added to ease external module creation (See SEP #120).
756 * Event management demonstrations added.
762 * Some Xcos specific content added to xcos_toolbox_skeleton help pages.
768 * Minimal version of Flexdock (1.2.4) enforced.
770 * Minimal version of JoGL (2.1.4) enforced.
772 * Minimal version of JLaTeXMath (1.0.3) enforced.
774 * New dependencies to manage EMF export:
775 - freehep-graphics2d.jar
776 - freehep-graphicsio-emf.jar
777 - freehep-graphicsio.jar
780 Note: --without-emf can be used to disable this feature.
783 Obsolete & Removed Functions
784 ============================
786 * Scilab 5.5.X family will be the latest family working under Windows XP/2003.
788 * Vector ^ scalar syntax declared as obsolete. See bug #11524
790 * The third argument of poly function will be more strict.
791 Only the following strings are allowed: "roots", "coeff", "c", "r".
793 * Option and direction arguments of gsort will be more strict in all cases.
794 Only the following strings are allowed:
795 - option: "r" "c" "g" "lr" "lc"
796 - direction : "d" "i"
798 * nfreq tagged as obsolete. Will be removed in Scilab 5.5.1.
799 Please use tabul instead.
801 * IsAScalar tagged as obsolete. Will be removed in Scilab 5.5.1.
802 Please use isscalar instead.
804 * chart tagged as obsolete. Will be removed in Scilab 5.5.1.
805 Please use nicholschart instead.
807 * Second output argument of add_param tagged as obsolete. Will be removed in Scilab 5.5.1.
809 * mvvacov tagged as obsolete. Will be removed in Scilab 6.0.0.
810 Please use cov instead.
812 * mfft tagged as obsolete. Will be removed in Scilab 5.5.1.
813 Please use fft instead.
815 * relocate_handle tagged as obsolete. Will be removed in Scilab 5.5.1.
817 * msd and st_deviation tagged as obsolete (See bug #7593). Will be removed in Scilab 5.5.1.
818 Please use stdev instead.
820 * pcg tagged as obsolete. Will be removed in Scilab 5.5.1.
821 Please use conjgrad instead.
823 * milk_drop tagged as obsolete. Will be removed in Scilab 5.5.1.
825 * datatipGetStruct tagged as obsolete. Will be removed in Scilab 5.5.1.
826 Please use 'datatips' property instead.
828 * regress tagged as obsolete. Will be removed in Scilab 5.5.1.
829 Please use reglin instead.
831 * %asn tagged as obsolete. Will be removed in Scilab 5.5.1.
832 Please use delip instead.
834 * jmat tagged as obsolete. Will be removed in Scilab 5.5.1.
835 Please use flipdim instead.
837 * perl tagged as obsolete. Will be removed in Scilab 6.0.0.
839 * numdiff and derivative tagged as obsolete. Will be removed in Scilab 6.0.0.
840 Please use numderivative instead.
842 * xmltochm tagged as obsolete. Will be removed in Scilab 5.5.1.
844 * dft removed, please use fft instead.
846 * sscanf removed, please use msscanf instead.
848 * fscanf removed, please use mfscanf for files opened with mopen or read for files opened
851 * fprintf removed, please use mfprintf for files opened with mopen or write for files
852 opened with file instead.
854 * clear_pixmap removed, please use drawlater/drawnow instead.
856 * pixmap property removed for figures, please use drawlater/drawnow instead.
858 * demo_message and demo_mdialog removed.
860 * with_embedded_jre removed.
864 * fit_dat removed. Please use datafit instead.
866 * winclose removed. Please use close instead.
868 * datatipInitStruct and datatipRedraw removed.
870 * getfont, getmark, getlinestyle and getsymbol removed. Please use ged instead.
873 Known incompatibilities
874 ========================
876 * Using => or =< now returns an error. See bug #2345.
878 * or/and functions now fix reals value before working on them. See bug #7666.
880 * a*b*-c+d is now interpreted as (a*b*(-c))+d instead of a*b*(-c+d). See bug #13168.
882 * Extracting children from an empty matrix of handles now returns an error.
883 For example: f=gcf(); f.children(1).children.children returns an error.
885 * Figure anti_aliasing property behavior changed:
886 - "off": No anti-aliasing activated on the figure.
887 - "2x", "4x", "8x", "16x": anti-aliasing activation will have no effect on most plateforms.
893 * paramfplot2d: When theta input argument was a column vector, an error occurred.
895 * Bug #1253 fixed - There was no possibility to draw only few marks on a polyline which
896 contained a lot of points.
898 * Bug #1751 fixed - Margins were not computed according to contents.
900 * Bug #2067 fixed - Scilab crashed when plot was called with a large numerical value.
902 * Bug #2267 fixed - Wrong error message when ticks locations and labels did not have the
905 * Bug #2345 fixed - Use of operators => and =< did not lead to an error.
907 * Bug #2416 fixed - Particular case (string([]) returns []) has been added in string help
910 * Bug #2802 fixed - convstr did not convert non ascii chars.
912 * Bug #3511 fixed - strindex did not return all occurrences in regexp mode.
914 * Bug #3928 fixed - An error was returned when a matrix was flipped along the third
917 * Bug #4042 fixed - squeeze returned a hypermatrix instead of a matrix when at least one
918 dimension was equal to 1.
920 * Bug #4083 fixed - The numdiff and derivative functions were duplicates and are
921 now tagged as obsolete and replaced by numderivative. See SEP #130.
923 * Bug #4085 fixed - num2cell help page added.
925 * Bug #4177 fixed - find function moved to the "elementary_functions" module.
927 * Bug #4229 fixed - delip did not return an error if one element of its first input
928 argument was negative.
930 * Bug #4383 fixed - csim with "step" and "impuls" now works with direct feedthrough.
932 * Bug #4401 fixed - isnum did not recognize all constants or some complex numbers.
934 * Bug #4481 fixed - iir help page updated to precise that frq can be a scalar.
936 * Bug #4490 fixed - Input argument of sinc function moved to rad.
938 * Bug #4649 fixed - License issue in xs2ppm help page fixed.
940 * Bug #4677 fixed - xclick did not return correct mouse position on keyboard event.
942 * Bug #4692 fixed - Export did not work while xgetmouse was waiting.
944 * Bug #4731 fixed - lqr failed when the time domain of an input was a number.
946 * Bug #4743 fixed - Graphics with too big or too small values did not work.
948 * Bug #4858 fixed - libintl.h was missing in binary versions but included in localization.h.
950 * Bug #4965 fixed - Setting links property for a handle of type legend did not work.
952 * Bug #5016 fixed - condestsp could return different results when repeated calls were performed.
954 * Bug #5017 fixed - norm rewritten to take benefit from the Lapack package performance.
956 * Bug #5073 fixed - New parameter added in strtod function (decimal separator).
958 * Bug #5205 fixed - permute was slow for large hypermatrices.
960 * Bug #5207 fixed - grand can now return a hypermatrix.
962 * Bug #5232 fixed - 'frame' uicontrols children now follow the frame displacement.
964 * Bug #5365 fixed - makecell help page was in the "compatibility functions" directory
965 instead of being in "data_structures".
967 * Bug #5539 fixed - sylv help page was wrong in the discrete-time case.
969 * Bug #5616 fixed - typeof(uiCreateTree(...)) returned "Tree" instead of "uitree".
971 * Bug #5694 fixed - numdiff help page clarified.
973 * Bug #5779 fixed - xnumb number format was too small (+ unit test added).
975 * Bug #5826 fixed - Graphic windows did not redirect key events in console.
977 * Bug #5844 fixed - grayplot did not have a logflag option.
979 * Bug #5886 fixed - There was no property labels_font_style on axis.
981 * Bug #6037 fixed - macrovar help page improved.
983 * Bug #6168 fixed - zpbutt, zpch1, zpch2 and zpell help pages were unclear.
985 * Bug #6191 fixed - It was not possible to set thickness and line_style properties for a grid.
987 * Bug #6305 fixed - dsearch function did not work with integers, strings and hypermatrices.
989 * Bug #6306 fixed - It is now possible to compute an histogram instead of plotting it
990 with new function histc(). Besides, histplot can now return the computed data.
992 * Bug #6363 fixed - It was not possible to create figures without menubar/toolbar.
994 * Bug #6390 fixed - The "external" argument of odedc was not well documented and
997 * Bug #6404 fixed - xrects help page was not clear about argument specification.
999 * Bug #6427 fixed - full([%T %F]) returned an error message.
1001 * Bug #6466 fixed - Example with vectorized input added in mprintf and msprintf help pages.
1003 * Bug #6476 fixed - Matplot help did not indicate that the data field should be used to update data.
1005 * Bug #6512 fixed - %asn function tagged as obsolete.
1007 * Bug #6584 fixed - mfft tagged as obsolete.
1009 * Bug #6615 fixed - ui(get|put)file did not center the file dialog on the last focused window.
1011 * Bug #6638 fixed - The profiler output was incorrect by a factor of 1000 under Windows.
1013 * Bug #6689 & #6690 fixed - grand now works with complexes, polynomials, booleans, integers, sparses and strings,
1014 and can handle row vectors, matrices and hypermatrices of thoses types.
1016 * Bug #6693 fixed - modulo did not accept polynomial inputs. Help page was not updated.
1018 * Bug #6752 fixed - unit test scilab.tst has been split in different tests.
1020 * Bug #6824 fixed - resize_matrix did not manage hypermatrices.
1022 * Bug #6832 fixed - Matrices of rationals can now be transposed via the " .' " operator.
1024 * Bug #6840 fixed - New line_style added.
1026 * Bug #6859 fixed - xlabel and xtitle could overlapped.
1028 * Bug #6930 fixed - Matplot handle had no rect property.
1030 * Bug #6988 fixed - Error messages in modules/data_structures/src/c/hmops.c were not
1033 * Bug #7026 fixed - There was no unit test for plot2d.
1035 * Bug #7038 fixed - A toggle button now manages datatip mode.
1037 * Bug #7040 fixed - Example and description for getMatrixOfIntegerPrecision modified in help page.
1039 * Bug #7047 fixed - milk_drop is now obsolete. It will be removed in Scilab 5.5.1, but will be kept as a demonstration.
1041 * Bug #7051 fixed - fieldnames help page updated.
1043 * Bug #7080 fixed - Some graphic macros did not use standard error messages.
1045 * Bug #7084 fixed - Old, not documented and deprecated gr_menu function removed.
1047 * Bug #7085 fixed - 'edit' uicontrols did not support multiple line edition.
1049 * Bug #7133 fixed - help_from_sci with no input argument now launches a full demonstration.
1051 * Bug #7169 fixed - It was not possible to specify different option value (thickness, style, ...) for X and Y grids.
1053 * Bug #7204 fixed - geomean applied to a hypermatrix gave wrong results.
1055 * Bug #7205 fixed - length(H) applied to a non-string hypermat returned 3 instead of size(H,"*").
1057 * Bug #7206 fixed - If the second input argument of meanf function was a hypermatrix,
1058 this function returned an error.
1060 * Bug #7244 fixed - Extraction from a struct array with a boolean vector had a strange behavior.
1062 * Bug #7296 fixed - %nan, %inf and -%inf enabled for the cdf* functions.
1064 * Bug #7304 fixed - exportUI did not switch filename extension when filter was changed.
1066 * Bug #7411 fixed - clf forgot to turn off the datatip mode.
1068 * Bug #7417 fixed - Auto-positioning of datatips did not take the curvature into account.
1070 * Bug #7486 fixed - LAPACK versions of DGELSY and ZGELSY now used.
1072 * Bug #7561 fixed - roots help page now explains that coefficients are used in the contrary order of poly.
1074 * Bug #7570 fixed - The switch criterion on x and y is now explained in beta() help page.
1076 * Bug #7585 fixed - psi.f moved from "elementary functions" to "special functions" module.
1078 * Bug #7593 fixed - stdev now encompasses msd and st_deviation thanks to a new optional input argument.
1080 * Bug #7596 fixed - A same error happening in different places now displays the same
1083 * Bug #7648 fixed - CDF functions now display a warning for non integer
1084 "degrees of freedom" argument.
1086 * Bug #7650 fixed - isempty(tlist(...)) always returned false, even when all defined fields were empty.
1088 * Bug #7655 fixed - An example added in type help page, for type(X)=11 and type(X)=13.
1090 * Bug #7666 fixed - Inconsistencies between and/or and &/| fixed.
1092 * Bug #7684 fixed - Introduction demonstration splitted into subsections.
1094 * Bug #7705 fixed - "dimension", "minbounds" and "maxbounds" fields have been documented in Genetic algorithms help pages.
1096 * Bug #7739 fixed - Axis position was invalid in log modes.
1098 * Bug #7771 fixed - There was no item about arrow_size in champ_properties help page.
1100 * Bug #7772 fixed - There was no description, no example about line_style property in polyline help page.
1102 * Bug #7781 fixed - The second parameter of iqr function had no effect.
1104 * Bug #7782 fixed - lcm and gcd help pages improved to tell the user how to use both
1107 * Bug #7824 fixed - title function properties did not support an indexed color.
1109 * Bug #7826 fixed - chart tagged as obsolete.
1111 * Bug #7828 fixed - Slight improvements in nicholschart.
1113 * Bug #7848 fixed - The third argument of correl function is now optional.
1115 * Bug #7858 fixed - variance and variancef can now return the mean of the input
1116 in a new output argument and take the a priori mean as input.
1118 * Bug #7877 fixed - iirgroup function fixed.
1120 * Bug #7879 fixed - string now accepts plist type, and printing a plist displays that string.
1122 * Bug #7905 fixed - Figure icon can now be changed using dedicated property.
1124 * Bug #7916 fixed - nansum([]) returned NaN value while this function had to ignore it.
1126 * Bug #7927 fixed - Output "flag" in qmr function was not well documented.
1128 * Bug #7960 fixed - plzr could not produce pole zero plot for a simple transfer function.
1130 * Bug #7986 fixed - spec gateway renamed from sci_eig.c to sci_spec.c.
1132 * Bug #7999 fixed - SwingScilabFileChooser.getFilterIndex() was unusable.
1134 * Bug #8031 fixed - cdfgam error message fixed.
1136 * Bug #8058 fixed - The user can now set the tolerances of intc function.
1138 * Bug #8060 fixed - Improved list display in the variable browser.
1140 * Bug #8098 fixed - cumsum could not be applied to rational matrices.
1142 * Bug #8131 fixed - It was not possible to choose the number of marks and the line width in legends.
1144 * Bug #8133 fixed - Ticks disappeared in planar 3-D view.
1146 * Bug #8162 fixed - Area of stability of plzr was wrong for continuous systems
1149 * Bug #8196 fixed - Error messages dealing with negative thickness were not standard.
1151 * Bug #8211 fixed - Parameters module demonstration finalized.
1153 * Bug #8231 fixed - xrect help page did not say that clipping property was inherited.
1155 * Bug #8234 fixed - strtod did not return an empty matrix when the input argument was an
1158 * Bug #8247 fixed - regress tagged as obsolete.
1160 * Bug #8264 fixed - Matlab to Scilab dictionary help page updated for atan2.
1162 * Bug #8290 fixed - DELAYV_f block documentation fixed.
1164 * Bug #8319 fixed - dbphi(hypermat) and phasemag(hypermat) returned a matrix instead of
1167 * Bug #8323 fixed - Scilab "About Box" did not hide Scilab main window.
1169 * Bug #8337 fixed - mtlb_rand now uses the "uniform" rule, whatever the random rule set is.
1171 * Bug #8373 fixed - clear can now handle a matrix of strings argument.
1173 * Bug #8379 fixed - It was not possible to delete the selected datatip with DELETE or BACKSPACE.
1175 * Bug #8415 fixed - optim_moga, optim_nsga, optim_nsga2 can now take list as input
1176 arguments, as explained in their help pages.
1179 * Bug #8462 fixed - bvodeS could make Scilab unstable.
1181 * Bug #8470 fixed - bvode displayed some output in terminal window and not in
1184 * Bug #8479 fixed - The latest Saxon version was not supported.
1186 * Bug #8511 fixed - sprand now uses grand instead of rand and grand functions. Internal
1187 state of the random generator is no more changed.
1189 * Bug #8561 fixed - ddassl, ddasrt, ddaskr: abs and rel tolerance sizes are now checked.
1191 * Bug #8597 fixed - grand/clcg4 could display uncontrolled messages as warning.
1193 * Bug #8607 fixed - Some error messages in modules/overloading/macros were not standard
1196 * Bug #8614 fixed - Unit test for barhomogenize added.
1198 * Bug #8636 fixed - roots help page updated (default algorithm value was wrong).
1200 * Bug #8667 fixed - The handling of %nan in min, max, median functions was not properly
1203 * Bug #8680 fixed - "end" output argument of regexp function has been changed.
1205 * Bug #8687 fixed - typeof function failed on uint8, depending on the format
1206 (+ unit test added).
1208 * Bug #8695 fixed - optim_ga used old (initial) values instead of newly-computed ones.
1210 * Bug #8745 fixed - Extracting from an empty matrix automatically returned an empty matrix.
1212 * Bug #8778 fixed - Call_ScilabOpen, TerminateScilab could not be called more
1213 than 80 times in a loop.
1215 * Bug #8779 fixed - gsort did not preserve the order of equal elements, in
1218 * Bug #8820 fixed - squeeze did not return a matrix when the number of dimensions
1219 of the result was less or equal to 2.
1221 * Bug #8824 fixed - taucs_chfact returned a segfault (not the case in nwni mode).
1223 * Bug #8840 fixed - fileparts did not manage matrix of strings.
1225 * Bug #8856 fixed - Non regression test added for [k,l,m,...]=find(a==5).
1226 Non regression test of bug #476 updated.
1228 * Bug #8857 fixed - Non regression test of bug #477 updated.
1230 * Bug #8858 fixed - Non regression test of bug #480 updated.
1232 * Bug #8862 fixed - mget and mput could not read and write 64 bit data from
1235 * Bug #8956 fixed - xpoly, xfpoly, xrect, xsegs and xarc did not update data_bounds property.
1237 * Bug #9004 fixed - bitcmp function called with one input argument returned an error.
1239 * Bug #9020 fixed - exists function did not accept matrix as first input argument.
1241 * Bug #9031 fixed - Misalignment of text when using xstring with a matrix fixed.
1243 * Bug #9033 fixed - auto_dimensioning property for text handles was not documented.
1245 * Bug #9059 fixed - tbx_build_macros and genlib did not stop even if an error occurred.
1247 * Bug #9109 fixed - nfreq tagged as obsolete.
1249 * Bug #9110 fixed - Examples and references to other functions added in Statistics help pages.
1251 * Bug #9158 fixed - zeros called with a big number returned an empty matrix instead
1254 * Bug #9208 fixed - Added three optional output arguments to optim,
1255 to retrieve #iterations, #evaluations and a termination indicator.
1257 * Bug #9309 fixed - comparison help page updated to document issue with empty matrix.
1259 * Bug #9319 fixed - Huge polylines could not be exported in PS/EPS.
1261 * Bug #9385 fixed - The type checking in trigonometric functions has been added.
1263 * Bug #9394 fixed - is_param recognized "plist" as an existing field.
1265 * Bug #9395 fixed - add_param did not check its input arguments.
1267 * Bug #9396 fixed - add_param accepted duplicate keys.
1269 * Bug #9444 fixed - with_embedded_jre function removed.
1271 * Bug #9459 fixed - Default values of the optional plot3d arguments were not documented.
1273 * Bug #9493 fixed - Title is now correctly set when starting Scilab and focus is set on Console.
1275 * Bug #9537 fixed - optimbase_configure only allowed row vectors as initial value.
1276 Column vectors now allowed by transposing them.
1278 * Bug #9538 fixed - optimbase_checkshape only allowed row vectors as output arguments of
1279 cost function. Column vectors are now allowed by transposing them.
1281 * Bug #9577 fixed - Setting neldermead_configure("-numberofvariables") is now optional,
1282 setting neldermead_configure("-x0") initializes -numberofvariables
1285 * Bug #9601 fixed - Cylinder demonstration fixed.
1287 * Bug #9627 fixed - Arguments checking added in optimsimplex_* functions.
1289 * Bug #9688 fixed - optim could crash when "imp" option was < 0. It is now set to 0 in
1292 * Bug #9690 fixed - The "imp" option for optim could crash Scilab and was not consistent
1295 * Bug #9691 fixed - "imp" option in optim help page was poorly documented.
1297 * Bug #9694 fixed - Example in optim help page fixed to display correct counters.
1300 * Bug #9697 fixed - Displayed information for optim "qn" and "gc" with bounds and imp=1 fixed.
1302 * Bug #9701 fixed - optim with "qn" option was failing for large problems.
1304 * Bug #9702 fixed - Contrary to what optim help page stated, the "gc" algorithm does use
1305 the "epsx" parameter.
1307 * Bug #9780 fixed - gmres solver did not run with complex systems.
1309 * Bug #9788 fixed - neldermead can now produce a warning when it fails to converge,
1310 thanks to a new input argument "warn".
1312 * Bug #9819 fixed - unwrap function did not exist in Scilab.
1314 * Bug #9821 fixed - getrelativefilename did not manage matrix of strings.
1316 * Bug #9840 fixed - Default G tolerance in lsqrsolve was too large.
1318 * Bug #9851 fixed - Error message occurred because of a cut-off frequency of 0.25Hz
1321 * Bug #9859 fixed - It was not possible to draw arrows in 3-D using xarrows.
1323 * Bug #10012 fixed - lmisolver and lmitool called with no input now produce errors.
1326 * Bug #10083 fixed - plot3d could not be used with only one input argument.
1328 * Bug #10122 fixed - replot could not be used in 3-D.
1330 * Bug #10146 fixed - In SciNotes, 'help on keyword' moved from bottom to top in the popup
1333 * Bug #10175 fixed - Clearer example added for sp2adj to adj2sp conversion (and backwards conversion).
1335 * Bug #10180 fixed - det was not defined for sparse matrices.
1337 * Bug #10213 fixed - sci2exp help page updated to document the impact of format function.
1339 * Bug #10214 fixed - evstr help page updated to mention that input argument must not be composed of
1340 continuation marks (..).
1342 * Bug #10216 fixed - Invalid syntaxes for zeros, ones, eye, rand, like zeros(2,:).
1344 * Bug #10221 fixed - ifftshift function did not exist in Scilab.
1346 * Bug #10226 fixed - When a // <empty session> line was deleted, all sessions
1347 histories were folded.
1349 * Bug #10234 fixed - reglin function moved from CACSD to Statistics module.
1351 * Bug #10243 fixed - fun2string(X) called X before returning its code.
1353 * Bug #10254 fixed - Slight improvements in ones help page.
1355 * Bug #10269 fixed - qp_solve can now take up to 5 output arguments. The last one is an
1356 error flag, if it is present, then the function will issue a warning
1357 instead of an error.
1359 * Bug #10271 fixed - ordmmd now checks the consistency of the third input argument with the
1360 input matrix defined by the first two input arguments.
1362 * Bug #10273 fixed - spchol help page now displays an example showing how to use its output arguments.
1364 * Bug #10276 fixed - qp_solve segfaulted with large matrices.
1366 * Bug #10287 fixed - Error message added for complex expression as input argument of
1369 * Bug #10305 fixed - Comparison of lists with empty items returned an error message.
1371 * Bug #10391 fixed - Error when using completion after a global variable clear fixed.
1373 * Bug #10428 fixed - Java based components of Scilab showed a library load error in CLI mode.
1375 * Bug #10445 fixed - In SciNotes, CTRL+Drag&Drop moved text rather than copying it.
1377 * Bug #10470 fixed - In SciNotes, split "Horizontally" or "Vertically" was meaningless.
1379 * Bug #10596 fixed - exit(xxx) from Scilab failed.
1381 * Bug #10621 fixed - Figure without docking/undocking capabilities can now be created.
1383 * Bug #10645 fixed - File encoding could not be given as argument in xmlRead.
1385 * Bug #10718 fixed - New "Resize" property added to figures.
1387 * Bug #10805 fixed - Documentation on left bracket was superfluous and is now removed.
1388 Refer to brackets for information on "[" and "]".
1390 * Bug #10816 fixed - Typo in part error message fixed.
1392 * Bug #10818 fixed - home, %e, %t, %f, %z and %s help pages added.
1394 * Bug #10823 fixed - fullpath returned different results under Windows and Linux for
1397 * Bug #10830 fixed - Hypermatrix insertion with a negative index returned a wrong error message.
1399 * Bug #10833 fixed - exists help page updated.
1401 * Bug #10840 fixed - Keyboard arrows were disabled on 'slider' type uicontrols.
1403 * Bug #10856 fixed - analpf did not return the right result.
1405 * Bug #10862 fixed - Add a without Internet connection installation
1406 global configuration in the installer.
1408 * Bug #10866 fixed - det was not equivalent to detr for rational matrices.
1410 * Bug #10906 fixed - Typo fixed in cls2dls help page.
1412 * Bug #10930 fixed - The comments in armax function were in French.
1414 * Bug #10932 fixed - Startup directory was not saved/restored in preferences.
1416 * Bug #10936 fixed - Scilab hung with invalid strf in plot2d.
1418 * Bug #10942 fixed - Function soundsec revised. Now soundsec can be used for non integer values of time.
1420 * Bug #10995 fixed - Typo fixed in grand help page for Gamma law argument.
1422 * Bug #10998 fixed - matrix*hypermatrix and hypermatrix*matrix operations failed.
1424 * Bug #11001 fixed - exists and isdef did not work with primitives.
1426 * Bug #11007, #11008 & #11009 fixed - New conjgrad function (Conjugate Gradient methods "pcg", "cgs", "bicg" and "bicgstab").
1428 * Bug #11065 fixed - The second output argument of unique function contained a wrong result.
1430 * Bug #11067 fixed - Display of ticks labels with closed associated values was wrong.
1432 * Bug #11139 fixed - conj was not defined for sparse matrices (+ unit test added).
1434 * Bug #11303 fixed - Exception while searching with multiple tabs in SciNotes fixed.
1435 already existing in SCI/contrib/archives in "offline" mode.
1437 * Bug #11305 fixed - Performances improved with a better way to update data in Graphics.
1439 * Bug #11308 fixed - Calling sequences in dsearch help page were wrong.
1441 * Bug #11343 fixed - The "isoview" figure property did not work when the axes
1442 margins had been modified.
1444 * Bug #11523 fixed - In SciNotes, 'whereami line numbering' was not clear enough.
1446 * Bug #11571 fixed - x_mdialog did not let the Look&Feel select the window size.
1448 * Bug #11575 fixed - There was no preview of GIF files in exportUI dialog.
1450 * Bug #11576 fixed - exportUI did not propose gcf().figure_name as default file name.
1452 * Bug #11616 fixed - Figure menubar could not be made invisible.
1454 * Bug #11629 fixed - Interactive zoom did not work properly in datatip mode.
1456 * Bug #11648 fixed - Copying graphic via the clipboard did not work.
1458 * Bug #11680 fixed - GUI functions in Scilab 5.4.X were much slower than in Scilab 5.3.3.
1460 * Bug #11714 fixed - help_from_sci sometimes failed when input function had "<imagedata>" comments.
1462 * Bug #11766 fixed - nthroot has been added to m2sci help page.
1464 * Bug #11779 fixed - Wrong variable type in the documentation of getNbInputArgument and getNbOutputArgument fixed.
1466 * Bug #11789 fixed - Documentation was missing for nbInputArgument.
1468 * Bug #11792 fixed - Lists can be accessed with non integer indexes (list help page
1471 * Bug #11814 fixed - Typo in CACSD help chapter fixed.
1473 * Bug #11869 fixed - "Environment" was not localized in preferences.
1475 * Bug #11876 fixed - ilib_include_flag now returns a string when called with a string column vector as input.
1477 * Bug #11885 fixed - Each rand has been changed to grand in genetic algorithms and
1478 simulated annealing functions.
1480 * Bug #11891 fixed - Fisher ratio could be inaccurate for one-way ANOVA.
1482 * Bug #11953 fixed - Scilab crashed when global("") was typed.
1484 * Bug #11964 fixed - uicontrol coordinates system did not take figure resize into account.
1486 * Bug #11996 fixed - eye extended to hypermatrix.
1488 * Bug #11997 fixed - In case of invalid variable name, save function now returns an error
1489 instead of a compatibility warning.
1491 * Bug #12012 fixed - Misleading perl function should not be part of Scilab (tagged as obsolete).
1493 * Bug #12034 fixed - max function did not manage empty matrices.
1495 * Bug #12037 fixed - Simplified Chinese version of SciNotes displayed warnings at startup.
1497 * Bug #12045 fixed - repmat returned wrong results if the values of an input matrix were
1500 * Bug #12070 fixed - Removing a module can now be done in an on-line mode even if
1501 it has been installed in an off-line mode.
1503 * Bug #12073 fixed - Width of code examples has been decreased in XML help pages.
1505 * Bug #12080 fixed - lsqrsolve always printed messages.
1507 * Bug #12082 fixed - convstr function did not work with non-ASCII symbols.
1509 * Bug #12085 fixed - Under Windows, csvWrite wrote wrong EOL.
1511 * Bug #12114 fixed - libstdc++ is now compiled as static instead of using the
1512 library from thirdparty.
1514 * Bug #12118 fixed - ode could take complex externals.
1516 * Bug #12121 fixed - inv function did not work for complex sparse matrices.
1518 * Bug #12130 fixed - flipdim can now flip blocks, thus making jmat obsolete.
1520 * Bug #12143 fixed - "stop entity picker" (ged(11)) returned an error message.
1522 * Bug #12145 fixed - demo_mdialog internal function removed.
1524 * Bug #12150 fixed - datatipCreate failed with one single point.
1526 * Bug #12156 fixed - Closing a Scilab session in Javasci could led to a HDF5 error message.
1528 * Bug #12163 fixed - unzoom did not work with a single input argument.
1530 * Bug #12170 fixed - Calling matfile_listvar on an empty file returned an error.
1532 * Bug #12212 fixed - Export of a polyline in 2-D broke it into several segments.
1534 * Bug #12306 fixed - Invalid memory free on completion in NWNI mode fixed.
1536 * Bug #12308 fixed - create_palette help page removed (function removed).
1538 * Bug #12326 fixed - There was no way to set LaTeX font size in preview.
1540 * Bug #12334 fixed - Mark color in legend was invalid.
1542 * Bug #12349 fixed - In SciNotes, when the view was splitted, removing a char made the
1545 * Bug #12376 fixed - Exec & edit buttons in the help pages examples were sometimes
1548 * Bug #12412 fixed - Typo fixed in some error messages.
1550 * Bug #12413 fixed - ATOMS packages could not be removed if ATOMS had never been on-line.
1552 * Bug #12415 fixed - PATH environment variable grew when using call_scilab in a loop.
1554 * Bug #12426 fixed - By using addErrorMessage, a random string error could be displayed.
1556 * Bug #12433 fixed - show_pixmap function was removed from Scilab but still used in some
1559 * Bug #12439 fixed - edit_error returned a wrong message when there was no recorded error.
1561 * Bug #12440 fixed - Unitary test added for bitxor.
1563 * Bug #12443 fixed - The behavior of mopen in text file mode has been documented
1566 * Bug #12463 fixed - Wrong specification for rect=[x,y,w,h] argument in xstringb
1569 * Bug #12465 fixed - ATOMS Default categories names were not localized.
1571 * Bug #12470 fixed - Variable browser was not refreshed after loading an environment.
1573 * Bug #12472 fixed - grand and link error messages fixed.
1575 * Bug #12473 fixed - Problems with "é" in mkdir French help page.
1577 * Bug #12475 fixed - csvRead did not support double quoted fields.
1579 * Bug #12481 fixed - xlabel could not be used with Scilab property names.
1581 * Bug #12485 fixed - xchange returned bad values with log scale.
1583 * Bug #12490 fixed - plot did not call clf; in its help page example producing a
1586 * Bug #12492 fixed - Exported EPS files were invalid when dash patterns were too long.
1588 * Bug #12496 fixed - zoom_rect could led to a crash in log scale.
1590 * Bug #12506 fixed - In SciNotes, a miscolorization could occurred when returned values
1593 * Bug #12508 fixed - Wrong error message in rand function fixed.
1595 * Bug #12518 fixed - Polynoms were not displayed by default in the variable browser.
1596 and a new function bode_asymp() to draw the system asymptotes.
1598 * Bug #12520 fixed - Improve the description of the size in the variable browser.
1600 * Bug #12527 fixed - Scilab user functions were not listed in the variable browser.
1602 * Bug #12535 fixed - In a French localized Scilab, comma was used as decimal separator when zooming (rather than point).
1604 * Bug #12547 fixed - In SciNotes, lines were wrongly numbered with splitted function
1607 * Bug #12548 fixed - Duplicated code in xmltoformat removed.
1609 * Bug #12550 fixed - optimbase and optimsimplex help pages were not standard.
1611 * Bug #12551 fixed - Stack problem with diary([],"pause") and diary([],"resume") fixed.
1613 * Bug #12556 fixed - A fatal error occurred when calling set with wrong instructions.
1615 * Bug #12557 fixed - Valid function names were not specified in function and functions
1618 * Bug #12564 fixed - Compile and run javasci help page was not clear about needed packages.
1620 * Bug #12567 fixed - Error messages fixed in ricc.
1622 * Bug #12581 fixed - isfield could not support mlist or tlist.
1624 * Bug #12589 fixed - Call sequence for spzeros & spones were missing in French
1627 * Bug #12592 fixed - Scilab hung with plot(-0).
1629 * Bug #12593 fixed - A wrong error message was returned when running genlib with an
1630 error in the sci file.
1632 * Bug #12594 fixed - Invalid SciNotes configuration file avoided SciNotes startup.
1634 * Bug #12600 fixed - mput did not manage unsigned integer.
1636 * Bug #12606 fixed - Overloads for grand were not standard.
1638 * Bug #12613 fixed - gsort did not return correct results with %nan.
1640 * Bug #12614 fixed - Helpbrowser was not launched in EDT.
1642 * Bug #12615 fixed - Graphics seemed to be freezed after a call to plot/bar/barh with
1643 a bad LineSpec argument.
1645 * Bug #12622 fixed - Various typos fixed in error messages.
1647 * Bug #12624 fixed - In case of errors in Scilab macros, "make check-TESTS" did not fail
1650 * Bug #12627 fixed - At restoration, a window could be out of the screen.
1652 * Bug #12629 fixed - The last example of csim help page defined a function called
1653 input (overwriting the Scilab one).
1655 * Bug #12631 fixed - A "see also" link has been added from progressionbar to waitbar
1658 * Bug #12634 fixed - ATOMS modules could not be installed from an archive file
1659 already existing in SCI/contrib/archives in "offline" mode.
1661 * Bug #12637 fixed - In some help pages, some signal processing functions were not in
1662 the correct section.
1664 * Bug #12639 fixed - justify([], position) returned an error instead of [].
1666 * Bug #12641 fixed - graypolarplot has been fully vectorized as it was too slow.
1668 * Bug #12657 fixed - Computation of v1.^v2 is now done without any memory allocation,
1669 when v1 and v2 are real arrays, v1 >= 0 and v2 integer.
1671 * Bug #12668 fixed - Undocking SciNotes led to an exception.
1673 * Bug #12672 fixed - Ticks part of axes_property help page updated.
1675 * Bug #12673 fixed - Ticks were drawn outside of axes area.
1677 * Bug #12678 fixed - nthroot now accepts vector/matrix as second argument.
1679 * Bug #12679 fixed - Argument type check added in gcd and lcm.
1681 * Bug #12682 fixed - Key events were disabled after zooming.
1683 * Bug #12683 fixed - proc_name(k, gwin) callback was badly managed depending on
1684 input arguments of addmenu function.
1686 * Bug #12686 fixed - Error returned by diff fixed.
1688 * Bug #12702 fixed - When no extra parameters were needed in the cost function,
1689 NDcost did not work.
1691 * Bug #12703 fixed - In SciNotes, common shortcuts 'SHIFT DELETE', 'SHIFT INSERT'
1694 * Bug #12705 fixed - members function added. It allows to find the number of occurrences
1695 and linear indexes for common values between two matrices of the
1697 * Bug #12706 fixed - A wrong size of a matrix as input argument of cross function was
1700 * Bug #12708 fixed - Incorrect display in SciNotes preferences fixed (onmouseover styles).
1702 * Bug #12712 fixed - In SciNotes, autosaving can now use %date to append the current
1703 date to the backup filename.
1705 * Bug #12714 fixed - csvDefault("decimal", ",") returned %f while this value was valid.
1707 * Bug #12715 fixed - Variable cross in pspect and cspect has been renamed because of
1708 conflicts with cross function.
1710 * Bug #12716 fixed - In SciNotes, RTL languages were not correctly displayed.
1712 * Bug #12725 fixed - Datatips did not work in logarithmic scale.
1714 * Bug #12733 fixed - There was no way to direct graphs to nothing with driver function.
1716 * Bug #12736 fixed - In SciNotes, the Completion window appeared only in first tab.
1718 * Bug #12737 fixed - In SciNotes, autosave did not create directory if it did not exist.
1720 * Bug #12747 fixed - legendre now accepts the -1 and 1 values for third argument.
1722 * Bug #12749 fixed - fscanfMat help page updated.
1724 * Bug #12758 fixed - Focus issue with plot3d fixed.
1726 * Bug #12761 fixed - The https:// protocol was not supported on ATOMS.
1728 * Bug #12763 fixed - Value of "listbox" style uicontrols was not updated when using arrow keys.
1730 * Bug #12769 fixed - xset("window", 1) did not set the current axes.
1732 * Bug #12772 fixed - eigs failed when trying to solve a sparse matrix eigen value problem.
1734 * Bug #12774 fixed - Various typos fixed.
1736 * Bug #12775 fixed - Some related functions were not listed in "See also" section of
1739 * Bug #12778 fixed - Insertion of an empty matrix in an integer matrix led to a
1742 * Bug #12779 fixed - savewave had a miscoding in the internal function write_wavedat.
1744 * Bug #12783 fixed - There were some inconsistent error messages in dsearch.
1746 * Bug #12784 fixed - Misleading error message in many functions when passing an integer
1747 argument instead of double argument fixed.
1749 * Bug #12785 fixed - plot did not allow int data as first argument.
1751 * Bug #12790 fixed - Links to ZCOS files in documentation were broken.
1753 * Bug #12791 fixed - More information is now given in case of failure during the ATOMS
1756 * Bug #12793 fixed - Improved the bode() plots with a new option "rad" to convert plot into rad/s
1757 and a new function bode_asymp() to draw the system asymptotes.
1759 * Bug #12794 fixed - calfrq.sci code did not follow Scilab standard.
1761 * Bug #12795 fixed - Typos fixed in CACSD help page.
1763 * Bug #12800 fixed - Typo fixed in Polynomials help page.
1765 * Bug #12803 fixed - warning(['foo','bar']) printed two 'WARNING: '.
1767 * Bug #12804 fixed - Typos fixed in routh_t help page.
1769 * Bug #12807 fixed - Display of showprofile improved.
1771 * Bug #12808 fixed - Add missing </td> in documentation generation (note, warning, ...).
1773 * Bug #12813 fixed - flipdim function extended to any type of input data.
1775 * Bug #12814 fixed - Improvements of pertrans help page.
1777 * Bug #12815 fixed - levin redefined cov as a variable.
1780 * Bug #12816 fixed - Numbers pasted in editvar were not parsed according to locale.
1782 * Bug #12818 fixed - Segfault in set function with invalid property values dimension.
1784 * Bug #12819 fixed - Link to contributors website page fixed in the documentation.
1786 * Bug #12823 fixed - In help generation (toolbox) links were not correctly handled.
1788 * Bug #12826 fixed - <warning> and <note> tags were not managed in the documentation.
1790 * Bug #12827 fixed - noisegen help page improved.
1792 * Bug #12828 fixed - routh_t gave a wrong result if the first element of a row was zero.
1794 * Bug #12829 fixed - New optional output argument added for routh_t function.
1796 * Bug #12830 fixed - In SciNotes, it was not possible to execute a replace action
1797 from the caret position.
1799 * Bug #12831 fixed - In SciNotes toolbar, there was no button to open code navigator.
1801 * Bug #12833 fixed - In SciNotes, there was no autoscroll when searching a pattern.
1803 * Bug #12836 fixed - Error fixed in strcmpi help page.
1805 * Bug #12839 fixed - Typo fixed in getVariablesOnStack help page.
1807 * Bug #12840 fixed - Typo fixed in number_properties.xml help page.
1809 * Bug #12852 fixed - Visual Studio 2012 SDK configuration was incorrect.
1811 * Bug #12854 fixed - configure failed to detect custom installation of docbook.
1813 * Bug #12858 fixed - Typo fixed in debug and pause French help pages.
1815 * Bug #12859 fixed - Fixed optional argument in isdef help page.
1817 * Bug #12860 fixed - Missing semicolon in style.css added.
1819 * Bug #12863 fixed - size(state-space, "r") returned an error.
1821 * Bug #12875 fixed - phasemag returned an error for input vector containing zeros.
1823 * Bug #12880 fixed - A warning is displayed when transposing arguments of plot.
1825 * Bug #12882 fixed - Some help pages were not clear.
1827 * Bug #12887 fixed - Scilab hung with auto_clear set to on and log_flags set to true.
1829 * Bug #12888 fixed - sysdiag was not documented about block diagonal matrices build.
1831 * Bug #12896 fixed - Typos fixed in XML module error messages.
1833 * Bug #12900 fixed - It is now possible to set proxy options in Preferences.
1835 * Bug #12906 fixed - champ and champ1 help pages updated
1837 * Bug #12909 fixed - Completion on (mt)list led to a crash.
1839 * Bug #12910 fixed - Typos fixed in several help pages.
1841 * Bug #12911 fixed - Matlab to Scilab dictionary help page updated for eig.
1843 * Bug #12913 fixed - linspace returned an error if the third argument was an integer type
1846 * Bug #12916 fixed - power help page improved.
1848 * Bug #12919 fixed - Rotation on plots was disabled after using menus.
1850 * Bug #12927 fixed - ones function could not take integer type input.
1852 * Bug #12931 fixed - ATOMS redefined "message" keyword.
1854 * Bug #12938 fixed - No Java compiler was available in Linux binary version.
1856 * Bug #12943 fixed - Datatips did not work properly when 2-D plots were rotated.
1858 * Bug #12945 fixed - Datatips could not be dragged properly in zoomed axes.
1860 * Bug #12948 fixed - When host was not found, getURL caused a crash to desktop.
1862 * Bug #12950 fixed - getURL ignored the proxy settings under Windows.
1864 * Bug #12951 fixed - Interactive zoom was broken.
1866 * Bug #12952 fixed - It was not always possible to search a word in a file with SciNotes.
1868 * Bug #12956 fixed - splitURL with no protocol in URL provoked an access
1869 violation exception.
1871 * Bug #12957 fixed - splitURL and getURL were not declared as new 5.5 functions.
1873 * Bug #12962 fixed - xinfo documentation was not clear.
1875 * Bug #12963 fixed - drawaxis did not place the axis properly.
1877 * Bug #12966 fixed - Rotation, tool tip and other Xcos plot actions were
1878 disabled by default.
1880 * Bug #12967 fixed - Data editor icon was not 16x16.
1882 * Bug #12968 fixed - A variable named 'temp' could not be saved.
1884 * Bug #12971 fixed - getURL downloaded file name was wrong.
1886 * Bug #12973 fixed - Exception occurring when clicking on a figure at creation fixed.
1888 * Bug #12976 fixed - getURL returned a file name instead of a file path.
1890 * Bug #12978 fixed - exportUI returned an error when input argument was a figure handle.
1892 * Bug #12979 fixed - exportUI did not work with vectorial export.
1894 * Bug #12990 fixed - GED features conflicted with figure events.
1896 * Bug #12992 fixed - The sigma value was always equal to "LM" in eigs.
1898 * Bug #12993 fixed - stdev returned value depended on 'x' being defined in the environment.
1900 * Bug #13000 fixed - []./int8(3) and on int8(3)./[] led to an endless recursive.
1902 * Bug #13002 fixed - modulo and pmodulo did not support integers & hypermatrices.
1904 * Bug #13003 fixed - String to enum converter added to Java external objects.
1906 * Bug #13004 fixed - Debug infos were displayed in case of an error with eoj.
1908 * Bug #13005 fixed - jcompile did not use the classpath to compile.
1910 * Bug #13007 fixed - Compilation errors were not returned by jcompile.
1912 * Bug #13008 fixed - 'help $' now opens the 'Symbols' help page.
1914 * Bug #13010 fixed - Wrong class was returned by jcompile (with ecj).
1916 * Bug #13011 fixed - ilib_compile failed under Mac OS X 10.9.
1918 * Bug #13012 fixed - Vectorial export of rotated strings was wrong.
1920 * Bug #13013 fixed - In SciNotes, the first proposed directory to save a file was not current working directory.
1922 * Bug #13014 fixed - Update of the efficiency inner variable improved in optim_ga.
1924 * Bug #13015 fixed - Computation of efficiency inner variable improved in optim_ga.
1926 * Bug #13022 fixed - Vectorial export did not clip large segments.
1928 * Bug #13023 fixed - xs2pdf crashed under Windows when the target file was already opened.
1931 * Bug #13027 fixed - There was no autowrap into array in JIMS.
1933 * Bug #13031 fixed - Lorentz Butterfly demonstration fixed.
1935 * Bug #13032 fixed - CMATVIEW help page example fixed and CMAT3D help page example created.
1937 * Bug #13033 fixed - -1 could not be used as nax argument in plot2d.
1939 * Bug #13036 fixed - The help page associated to the history browser was wrong.
1941 * Bug #13041 fixed - Wrong result was returned for "integer scalar" minus "integer vector".
1943 * Bug #13042 fixed - Texts in graphics were not properly centered.
1945 * Bug #13047 fixed - jcompile did not allow class reloading.
1947 * Bug #13049 fixed - New handled protocols added in links in SciNotes.
1949 * Bug #13050 fixed - The result of mvvacov was not symmetric.
1951 * Bug #13051 fixed - SciNotes restoration could block desktop one.
1953 * Bug #13053 fixed - datatipCreate did not return datatip handle.
1955 * Bug #13055 fixed - Array indexing did not follow Scilab convention in JIMS.
1957 * Bug #13061 fixed - hdf5 demonstration failed with a read-only file.
1959 * Bug #13063 fixed - Color selection in SciNotes preferences threw exceptions.
1961 * Bug #13064 fixed - Deleting a link connected to a split led to a translated link.
1963 * Bug #13066 fixed - data_bounds was not fully documented in axes_properties.
1965 * Bug #13069 fixed - Documentation for %MODELICA_USER_LIBS updated.
1967 * Bug #13080 fixed - Contextual menu was unavailable for datatips management.
1969 * Bug #13082 fixed - Datatip mark style was not inherited from the parent polyline.
1971 * Bug #13083 fixed - Datatip marks did not inherit colors from the parent polyline.
1973 * Bug #13084 fixed - interp_mode property could not be set on all datatips of the same polyline.
1975 * Bug #13085 fixed - A datatip could not be moved on a circle.
1977 * Bug #13092 fixed - Optimizations now check the user function output (must be real).
1979 * Bug #13093 fixed - Removed trailing "\n" in the head_comments error message.
1981 * Bug #13101 fixed - When x-axis was in reverse position x_location='origin' failed.
1983 * Bug #13102 fixed - savematfile did not support "-v7.3" option.
1985 * Bug #13108 fixed - Time between ATOMS database updates is now a month (was a day) and is configurable.
1987 * Bug #13109 fixed - pol2str now supports polynomials with complex coefficients and hypermatrices.
1989 * Bug #13111 fixed - sqrt returned different results when imaginary part was -0 versus 0.
1991 * Bug #13114 fixed - clear_pixmap/pixmap property should have been removed in Scilab 5.4.1.
1993 * Bug #13116 fixed - qpsolve now respects upper-bounds constraints.
1995 * Bug #13119 fixed - mget and mgetl now return an error when called with decimal values as number of lines.
1997 * Bug #13121 fixed - ode "rk" option crashed Scilab when the user derivative function failed.
1999 * Bug #13127 fixed - There were no subticks with user defined ticks.
2001 * Bug #13132 fixed - There were missing graduations when data_bounds interval was too small.
2003 * Bug #13134 fixed - User-defined ticks in log scale were invisible.
2005 * Bug #13136 fixed - exists and isdef failed for input arguments longer than 1.
2007 * Bug #13139 fixed - fft help page fixed.
2009 * Bug #13140 fixed - Various typos fixed in help pages.
2011 * Bug #13144 fixed - csvRead can now ignore header comments thanks to a new input argument.
2013 * Bug #13146 fixed - profile failed when a comment was on the same line as a function declaration.
2015 * Bug #13150 fixed - Vectorial export used too much memory for grayplot.
2017 * Bug #13152 fixed - Typo fixed in syslin French help page.
2019 * Bug #13164 fixed - Miscolorization in SciNotes colors preferences fixed.
2021 * Bug #13165 fixed - Preferences reset did not show a confirmation pop-up.
2023 * Bug #13168 fixed - Wrong interpretation of star followed by minus fixed.
2025 * Bug #13170 fixed - Legends for plzr plots fixed.
2027 * Bug #13174 fixed - Scilab crashed after XML element removal.
2029 * Bug #13175 fixed - argn help page updated with specific cases.
2031 * Bug #13177 fixed - Error when changing x_ticks.locations on axes fixed.
2033 * Bug #13185 fixed - When the "checked" option of a uimenu was set to "on" for
2034 the first time, the display order of other uimenus was changed.
2036 * Bug #13186 fixed - csvRead freezed Scilab if separator was an empty string.
2038 * Bug #13187 fixed - xmltoformat did not include "imageobjects" in output.
2040 * Bug #13188 fixed - The output argument of eomday function was not pre-dimensioned.
2042 * Bug #13191 fixed - isempty(rational) returned an error message.
2044 * Bug #13192 fixed - horner returned an error message when the input arguments did not have the same size.
2046 * Bug #13194 fixed - part help page improved.
2048 * Bug #13199 fixed - There was a thin blue line around acknowledgements button in about box.
2050 * Bug #13200 fixed - about() ACKNOWLEDGEMENTS did not render utf-8 characters.
2052 * Bug #13201 fixed - x_mdialog entries had no margin.
2054 * Bug #13202 fixed - kernel help page improved.
2056 * Bug #13203 fixed - Typos fixed in some error messages.
2058 * Bug #13205 fixed - group accepted continuous transfer functions.
2060 * Bug #13208 fixed - New nanreglin function to handle NaNs for reglin().
2062 * Bug #13210 fixed - Incorrect argument description in mseek help page.
2064 * Bug #13213 fixed - User-defined margins were reset by auto computation of the margins.
2066 * Bug #13215 fixed - clf(1001) returned an error.
2068 * Bug #13218 fixed - Typos fixed in core module help pages.
2070 * Bug #13226 fixed - Completion with accented chars could led to a crash.
2072 * Bug #13227 fixed - Invalid windowsConfiguration.xml file could avoid Scilab startup.
2074 * Bug #13233 fixed - Wrong simulation result of step response csim('step',t,H) fixed.
2076 * Bug #13234 fixed - lmitool calling sequence clarified.
2078 * Bug #13236 fixed - "parents" help page has been renamed to "parentheses".
2080 * Bug #13238 fixed - Wrong legends display fixed.
2082 * Bug #13243 fixed - optim with "gc" option failed when imp<0.
2084 * Bug #13247 fixed - Hypermatrix in structure definition did not work properly.
2086 * Bug #13252 fixed - Minor typos fixed in Graphics messages.
2088 * Bug #13258 fixed - Bad number display in datatips fixed.
2090 * Bug #13267 fixed - Implicit typecasts in scicos.c fixed.
2092 * Bug #13271 fixed - plot2d with logarithmic scale and %nan value froze Scilab.
2094 * Bug #13272 fixed - Error occurring when reading CSV files with comment option on a CSV file without comment fixed.
2096 * Bug #13280 fixed - Axes were not always displayed properly after figure resize.
2102 * Bug #7350 fixed - The I/O ports numbering of a superblock was not updated
2103 when a new port was dropped.
2105 * Bug #8570 fixed - "Region to superblock" has been renamed to
2106 "Selection to superblock".
2108 * Bug #9995 fixed - LOGICAL_OP drew the parameters over the block.
2110 * Bug #11518 fixed - CLR block-text was displayed out of the bounding box
2113 * Bug #11776 fixed - CMSCOPE did not take into account label&Id parameter.
2115 * Bug #11975 fixed - Inverted Pendulum demonstration did not compile.
2117 * Bug #12359 fixed - Xcos files have been converted to ZCOS to gain some space.
2119 * Bug #12384 fixed - Using a Modelica part linked with an explicit link to
2120 another Modelica part led to an algebraic loop error.
2122 * Bug #12387 fixed - The "Modelica initialize" setup menu option did not blur
2125 * Bug #12414 fixed - SWITCH_m block had different behaviors
2126 for different types of inputs.
2128 * Bug #12423 fixed - Data types of SWITCH2_m were not documented.
2130 * Bug #12424 fixed - Calling lincos on a derivative block made Scilab crash.
2132 * Bug #12449 fixed - QUANT_f was not rounding/truncating/flooring/ceiling properly input signal.
2134 * Bug #12460 fixed - xcosPalGenerateAllIcons sometimes crashed Scilab.
2136 * Bug #12461 fixed - Cancelling zoom out by zooming in did not fully work.
2138 * Bug #12561 fixed - SELECT_m and RELAY_f did not behave as expected.
2140 * Bug #12568 fixed - "Recent files" menu entry is now below the "Open" one.
2142 * Bug #12590 fixed - Block shape style was removed on file loading.
2144 * Bug #12603 fixed - ZCOS files could contain blocks with modified (eg. invalid)
2147 * Bug #12619 fixed - DLR discrete block did not display LaTeX formula
2148 like CLR continuous block.
2150 * Bug #12651 fixed - The 'nw' scicos_simulate option did not work while
2151 passing a previous Info simulation status.
2153 * Bug #12664 fixed - Inverted pendulum French localization in the Xcos demonstrations was
2156 * Bug #12667 fixed - 'Recent Files' menu was not localized.
2158 * Bug #12685 fixed - The lincos and steadycos functions did not load
2159 the XcosLibs so all the blocks were unknown.
2161 * Bug #12731 fixed - Code generation produced erroneous block.
2163 * Bug #12732 fixed - Improper Copyright comments in the files were generated by the code
2166 * Bug #12796 fixed - There was some mismatches between implicit
2167 and explicit ports of superblocks.
2169 * Bug #12797 fixed - I/O blocks generated by "Selection to Superblocks" had
2172 * Bug #12868 fixed - There were several problems with PULSE_SC block.
2174 * Bug #12869 fixed - min and max were not defined but used in Xcos generated code.
2176 * Bug #12873 fixed - scicos_flat produced an unexpected error after a diagram
2179 * Bug #12874 fixed - CSCOPE marks sizes were too small.
2181 * Bug #12877 fixed - Incorrect output port dimensions and types in GENSIN_f, GENSQR_f,
2182 STEP_FUNCTION and STEP blocks fixed.
2184 * Bug #12924 fixed - Blocks type 2004 was not handled as a valid block type.
2186 * Bug #12934 fixed - Separate compilation of a superblock could fail due to under
2187 determined signal sizes.
2188 * Bug #12998 fixed - 'ans' was not ignored in the context results.
2190 * Bug #13006 fixed - Selection to superblock (in_f and out_f) failed.
2192 * Bug #13030 fixed - Selection to superblock did not reset the origin.
2194 * Bug #13059 fixed - NaN propagated at startup made the simulation fail.
2196 * Bug #13071 fixed - Three unused functions in Xcos macros now specified as not mandatory
2197 to write new blocks.
2199 * Bug #13172 fixed - Logic block help file had some typo errors.
2201 * Bug #13239 fixed - Grid was not shown in zoomed log scale.
2203 * Bug #13250 fixed - CLSS wrongly handled scalar values.
2207 Changes between version 5.5.0-beta-1 and 5.5.0
2208 ==============================================
2210 GUI Refactoring and Improvements
2211 ================================
2213 * New uicontrols styles:
2214 - tab: component which enables the user to switch between sets of uicontrols by
2216 The children components are "frame" uicontrols.
2217 Two dedicated properties have been added to configure this component:
2218 - title_position: Position of the tabs
2219 - title_scroll: Indicates if tabs must all be displayed at a time or
2220 managed with scroll features.
2221 - layer: Component which enables the user to make parts of a GUI visible/invisible
2223 - spinner: Component which enables the user to select/edit a value between bounds
2226 * New uicontrols properties:
2227 - border: Used to set some decoration properties on "frame" uicontrols.
2228 These decorations can be created and initialized with the createBorder
2229 and the createBorderFont functions.
2230 - scrollable: Used to add scrolling capabilities on "frame" uicontrols.
2231 - groupname: Used to group "radiobutton" and "checkbox" uicontrols for an easier
2233 - icon: Add an icon to "pushbutton", "text" and "frame" uicontrols.
2234 - margin: Empty space around uicontrols.
2236 * New uimenu properties:
2237 - icon: add an icon on the left of the menu label.
2239 * "listbox" and "popupmenu" style uicontrols can now manage colors selection, icons, background
2240 and foreground colors when the "String" property is set to a matrix matching the format:
2241 ["#color1", "Item1", "#background1", "#foreground1"; "#color2", "Item2", ..., ...]
2242 ["icon1", "Item1", "#background1", "#foreground1"; "icon2", "Item2", ..., ...]
2243 with "#color1", "#background1" and "#foreground1" in HTML format #XXXXXX.
2244 Then the component will display a colored box or icon on the left of the associated string,
2245 and different background/foreground colors for items.
2247 * New management of uicontrols positioning:
2248 In previous versions, uicontrols position was managed in an absolute way through
2249 their "Position" property and the "Resizefcn" property of their parent figure.
2250 Using the new layout management in figures and "frame" style uicontrols, position
2251 is now managed in an automatic way based on Java layouts.
2252 New dedicated properties have been added in figure and uicontrols:
2253 - layout: layout type.
2254 - layout_options: configuration of the layout.
2255 Options can be initialized with the createLayoutOptions function.
2256 Type "help layouts" in Scilab for more information about available types and options.
2257 Uicontrols position is then managed through the "constraints" property.
2258 A new createConstraints function has been added to managed these contraints.
2260 * New figures properties:
2261 - icon: Allows to customize the figure icon.
2262 - menubar: allows to create windows without any menu bar (default menus will not be created).
2263 - menubar_visible: Manages menu bar visibility.
2264 - toolbar: Allows to create windows without any toolbar.
2265 - toolbar_visible: Manages toolbar visibility.
2266 - infobar_visible: Manages infobar visibility.
2267 - resize: Allows to lock window size.
2268 - dockable: Allows to create dockable/standard figures.
2269 - default_axes: Allows to manage default axes creation in figures.
2271 * The figure "visible" property management has evolved and offers new possibilities:
2272 - When the figure is docked, this property manages the visibility
2273 of components inside the figure (uicontrols, axes, ...).
2274 In previous releases, this same property setting only managed axes.
2275 - When the figure is not docked, this property manages the visibility
2276 of the whole figure including its decorations.
2278 * New way to create GUI using XML files:
2279 - Created GUI using the figure/uicontrol/uimenu functions can now be saved in
2280 this new format using saveGui function.
2281 - XML files in this format can be loaded in Scilab using the loadGui function.
2282 This function aims at creating GUI in a more efficient way.
2284 * New rendering for GUI/uicontrols:
2285 In this version, uicontrols use the defaults of the OS Look & Feel.
2286 Some properties default values are not set by Scilab and then can be different from an
2288 To come back to the previous and deprecated behavior, you can use the related
2289 property on the "Console" handle:
2290 set(get(0), "UseDeprecatedSkin", "on");
2291 Note that this deprecated behavior will be removed in future versions.
2293 * New way to access uicontrols using a path containing their "Tag" and their parent(s) "Tag" property.
2294 See the set and get functions help page for more details.
2296 * New display for uicontrols handles properties. Only properties used for Java rendering are displayed.
2297 To display all available properties, use the "ShowHiddenProperties" "Console" property.
2303 * set function prototype has been modified to allow the user to set multiple
2304 properties at once: set(h, "Property1", Value1, "Property2", Value2, ...)
2306 * newaxes function now allows to create axes in "frame" uicontrols.
2308 * clf function now also works with "frame" uicontrols.
2310 * New axes properties:
2311 - ticks_format: Format of the ticks labels.
2312 - ticks_st: Scales and translates factors applied to ticks position when formatting
2314 - auto_margins: Activated by default, this property lets Scilab compute margins
2315 needed to display axes decorations (titles, labels, ...).
2316 - grid_thickness: Thickness of the grid plotting.
2317 - grid_style: Style of the grid plotting.
2318 - label_font_style: Font style used to draw the labels.
2320 * New legends properties:
2321 - line_width: Width of the drawn line.
2322 - mark_count: Number of the drawn marks.
2324 * New polyline properties:
2325 - mark_offset: Offset before the first mark.
2326 - mark_stride: Step between consecutive marks.
2327 - display_function: Name of the function used to customize the information
2328 displayed in all the datatips of this polyline.
2329 This function can be overloaded by setting a display
2330 function on each datatip handle.
2331 - display_function_data: Additional data needed for datatips display function.
2332 - datatips: Handles of the datatips of the polyline.
2334 * New Matplot property added :
2335 - rect: specifies the rectangle where the Matplot will be drawn.
2337 * Datatips properties have been renamed for better readability:
2339 - tip_box_mode --> box_mode
2340 - tip_label_mode --> label_mode
2341 - tip_orientation --> orientation
2342 - tip_3component --> z_component
2343 - tip_auto_orientation --> auto_orientation
2344 - tip_interp_mode --> interp_mode
2345 - tip_disp_function --> display_function
2351 * New functions introduced:
2352 - jcreatejar - Creates a Java archive (JAR) from a set of files / directories
2353 - ilib_build_jar - Builds Java packages from sources into a JAR file
2354 - ifftshift - Inverses FFT shift
2355 - unwrap - Unwraps/unfolds a Y(x) profile
2356 - getPreferencesValue/setPreferencesValue - Get or set values in the preferences file.
2357 - htmlDump/htmlRead/htmlReadStr/htmlWrite - Read and write data from/in HTML files.
2358 - numderivative - Approximate derivatives of a function (Jacobian or Hessian).
2360 * modulo and pmodulo now support integers & hypermatrices (See bug #13002).
2362 * test_run can now separate 32-bit systems from 64-bit ones.
2364 * pol2str: now handles polynomials with complex coefficients and hypermatrices (See bug #13109).
2366 * nanreglin: reglin with arguments containing NaNs (See bug #13208).
2368 * New optional input argument added to matfile2sci (append or write the output file).
2374 * xcos_debug_gui function added for a simple use of the Debug block.
2376 * tbx_build_pal_loader function added to ease external module creation (See SEP #120).
2378 * Event management demonstrations added.
2380 * API change: In scicos_block4.h, "Residute" renamed to "Jacobian".
2383 Obsolete & Removed Functions
2384 ============================
2386 * relocate_handle tagged as obsolete. Will be removed in Scilab 5.5.1.
2388 * msd and st_deviation tagged as obsolete (See bug #7593). Will be removed in Scilab 5.5.1.
2389 Please use stdev instead.
2391 * pcg tagged as obsolete. Will be removed in Scilab 5.5.1.
2392 Please use conjgrad instead.
2394 * milk_drop tagged as obsolete. Will be removed in Scilab 5.5.1.
2396 * datatipGetStruct tagged as obsolete. Will be removed in Scilab 5.5.1.
2397 Please use 'datatips' property instead.
2399 * regress tagged as obsolete. Will be removed in Scilab 5.5.1.
2400 Please use reglin instead.
2402 * %asn tagged as obsolete. Will be removed in Scilab 5.5.1.
2403 Please use delip instead.
2405 * jmat tagged as obsolete. Will be removed in Scilab 5.5.1.
2406 Please use flipdim instead.
2408 * perl tagged as obsolete. Will be removed in Scilab 6.0.0.
2410 * numdiff and derivative tagged as obsolete. Will be removed in Scilab 6.0.0.
2411 Please use numderivative instead.
2413 * xmltochm tagged as obsolete. Will be removed in Scilab 5.5.1.
2415 * clear_pixmap removed, please use drawlater/drawnow instead.
2417 * pixmap property removed for figures, please use drawlater/drawnow instead.
2419 * demo_message and demo_mdialog removed.
2421 * with_embedded_jre removed.
2425 * fit_dat removed. Please use datafit instead.
2427 * winclose removed. Please use close instead.
2429 * datatipInitStruct and datatipRedraw removed.
2431 * getfont, getmark, getlinestyle and getsymbol removed. Please use ged instead.
2437 * Minimal version of JoGL (2.1.4) enforced.
2439 * Minimal version of JLaTeXMath (1.0.3) enforced.
2441 * New dependencies to manage EMF export:
2442 - freehep-graphics2d.jar
2443 - freehep-graphicsio-emf.jar
2444 - freehep-graphicsio.jar
2447 Note: --without-emf can be used to disable this feature.
2450 Known incompatibilities
2451 ========================
2453 * Using => or =< now returns an error. See bug #2345.
2455 * or/and functions now fix reals value before working on them. See bug #7666.
2457 * a*b*-c+d is now interpreted as (a*b*(-c))+d instead of a*b*(-c+d). See bug #13168.
2459 * Extracting children from an empty matrix of handles now returns an error.
2460 For example: f=gcf(); f.children(1).children.children returns an error.
2462 * Figure anti_aliasing property behavior changed:
2463 - "off": No anti-aliasing activated on the figure.
2464 - "2x", "4x", "8x", "16x": anti-aliasing activation will have no effect on most plateforms.
2470 * Bug #1253 fixed - There was no possibility to draw only few marks on a polyline which
2471 contained a lot of points.
2473 * Bug #1751 fixed - Margins were not computed according to contents.
2475 * Bug #2067 fixed - Scilab crashed when plot was called with a large numerical value.
2477 * Bug #2345 fixed - Use of operators => and =< did not lead to an error.
2479 * Bug #2802 fixed - convstr did not convert non ascii chars.
2481 * Bug #4083 fixed - The numdiff and derivative functions were duplicates and are
2482 now tagged as obsolete and replaced by numderivative. See SEP #130.
2484 * Bug #4177 fixed - find function moved to the "elementary_functions" module.
2486 * Bug #4401 fixed - isnum did not recognize all constants or some complex numbers.
2488 * Bug #4490 fixed - Input argument of sinc function moved to rad.
2490 * Bug #4649 fixed - License issue in xs2ppm help page fixed.
2492 * Bug #4677 fixed - xclick did not return correct mouse position on keyboard event.
2494 * Bug #4692 fixed - Export did not work while xgetmouse was waiting.
2496 * Bug #4858 fixed - libintl.h was missing in binary versions but included in localization.h.
2498 * Bug #4965 fixed - Setting links property for a handle of type legend did not work.
2500 * Bug #5016 fixed - condestsp could return different results when repeated calls were performed.
2502 * Bug #5232 fixed - 'frame' uicontrols children now follow the frame displacement.
2504 * Bug #5826 fixed - Graphic windows did not redirect key events in console.
2506 * Bug #5844 fixed - grayplot did not have a logflag option.
2508 * Bug #5886 fixed - There was no property labels_font_style on axis.
2510 * Bug #6191 fixed - It was not possible to set thickness and line_style properties for a grid.
2512 * Bug #6305 fixed - dsearch function did not work with integers, strings and hypermatrices.
2514 * Bug #6306 fixed - It is now possible to compute an histogram instead of plotting it
2515 with new function histc(). Besides, histplot can now return the computed data.
2517 * Bug #6363 fixed - It was not possible to create figures without menubar/toolbar.
2519 * Bug #6404 fixed - xrects help page was not clear about argument specification.
2521 * Bug #6476 fixed - Matplot help did not indicate that the data field should be used to update data.
2523 * Bug #6512 fixed - %asn function tagged as obsolete.
2525 * Bug #6615 fixed - ui(get|put)file did not center the file dialog on the last focused window.
2527 * Bug #6689 & #6690 fixed - grand now works with complexes, polynomials, booleans, integers, sparses and strings,
2528 and can handle row vectors, matrices and hypermatrices of thoses types.
2530 * Bug #6824 fixed - resize_matrix did not manage hypermatrices.
2532 * Bug #6832 fixed - Matrices of rationals can now be transposed via the " .' " operator.
2534 * Bug #6859 fixed - xlabel and xtitle could overlapped.
2536 * Bug #6930 fixed - Matplot handle had no rect property.
2538 * Bug #7038 fixed - A toggle button now manages datatip mode.
2540 * Bug #7040 fixed - Example and description for getMatrixOfIntegerPrecision modified in help page.
2542 * Bug #7047 fixed - milk_drop is now obsolete. It will be removed in Scilab 5.5.1, but will be kept as a demonstration.
2544 * Bug #7051 fixed - fieldnames help page updated.
2546 * Bug #7084 fixed - Old, not documented and deprecated gr_menu function removed.
2548 * Bug #7085 fixed - 'edit' uicontrols did not support multiple line edition.
2550 * Bug #7133 fixed - help_from_sci with no input argument now launches a full demonstration.
2552 * Bug #7169 fixed - It was not possible to specify different option value (thickness, style, ...) for X and Y grids.
2554 * Bug #7205 fixed - length(H) applied to a non-string hypermat returned 3 instead of size(H,"*").
2556 * Bug #7244 fixed - Extraction from a struct array with a boolean vector had a strange behavior.
2558 * Bug #7304 fixed - exportUI did not switch filename extension when filter was changed.
2560 * Bug #7417 fixed - Auto-positioning of datatips did not take the curvature into account.
2562 * Bug #7561 fixed - roots help page now explains that coefficients are used in the contrary order of poly.
2564 * Bug #7570 fixed - The switch criterion on x and y is now explained in beta() help page.
2566 * Bug #7585 fixed - psi.f moved from "elementary functions" to "special functions" module.
2568 * Bug #7593 fixed - stdev now encompasses msd and st_deviation thanks to a new optional input argument.
2570 * Bug #7650 fixed - isempty(tlist(...)) always returned false, even when all defined fields were empty.
2572 * Bug #7666 fixed - Inconsistencies between and/or and &/| fixed.
2574 * Bug #7705 fixed - "dimension", "minbounds" and "maxbounds" fields have been documented in Genetic algorithms help pages.
2576 * Bug #7739 fixed - Axis position was invalid in log modes.
2578 * Bug #7771 fixed - There was no item about arrow_size in champ_properties help page.
2580 * Bug #7772 fixed - There was no description, no example about line_style property in polyline help page.
2582 * Bug #7858 fixed - variance and variancef can now return the mean of the input
2583 in a new output argument and take the a priori mean as input.
2585 * Bug #7879 fixed - string now accepts plist type, and printing a plist displays that string.
2587 * Bug #7905 fixed - Figure icon can now be changed using dedicated property.
2589 * Bug #7916 fixed - nansum([]) returned NaN value while this function had to ignore it.
2591 * Bug #7986 fixed - spec gateway renamed from sci_eig.c to sci_spec.c.
2593 * Bug #7999 fixed - SwingScilabFileChooser.getFilterIndex() was unusable.
2595 * Bug #8031 fixed - cdfgam error message fixed.
2597 * Bug #8060 fixed - Improved list display in the variable browser.
2599 * Bug #8131 fixed - It was not possible to choose the number of marks and the line width in legends.
2601 * Bug #8133 fixed - Ticks disappeared in planar 3-D view.
2603 * Bug #8196 fixed - Error messages dealing with negative thickness were not standard.
2605 * Bug #8231 fixed - xrect help page did not say that clipping property was inherited.
2607 * Bug #8247 fixed - regress tagged as obsolete.
2609 * Bug #8290 fixed - DELAYV_f block documentation fixed.
2611 * Bug #8323 fixed - Scilab "About Box" did not hide Scilab main window.
2613 * Bug #8337 fixed - mtlb_rand now uses the "uniform" rule, whatever the random rule set is.
2615 * Bug #8379 fixed - It was not possible to delete the selected datatip with DELETE or BACKSPACE.
2617 * Bug #8745 fixed - Extracting from an empty matrix automatically returned an empty matrix.
2619 * Bug #8956 fixed - xpoly, xfpoly, xrect, xsegs and xarc did not update data_bounds property.
2621 * Bug #9031 fixed - Misalignment of text when using xstring with a matrix fixed.
2623 * Bug #9033 fixed - auto_dimensioning property for text handles was not documented.
2625 * Bug #9110 fixed - Examples and references to other functions added in Statistics help pages.
2627 * Bug #9309 fixed - comparison help page updated to document issue with empty matrix.
2629 * Bug #9319 fixed - Huge polylines could not be exported in PS/EPS.
2631 * Bug #9444 fixed - with_embedded_jre function removed.
2633 * Bug #9493 fixed - Title is now correctly set when starting Scilab and focus is set on Console.
2635 * Bug #9627 fixed - Arguments checking added in optimsimplex_* functions.
2637 * Bug #9697 fixed - Displayed information for optim "qn" and "gc" with bounds and imp=1 fixed.
2639 * Bug #9701 fixed - optim with "qn" option was failing for large problems.
2641 * Bug #9819 fixed - unwrap function did not exist in Scilab.
2643 * Bug #9840 fixed - Default G tolerance in lsqrsolve was too large.
2645 * Bug #10012 fixed - lmisolver and lmitool called with no input now produce errors.
2647 * Bug #10083 fixed - plot3d could not be used with only one input argument.
2649 * Bug #10122 fixed - replot could not be used in 3-D.
2651 * Bug #10175 fixed - Clearer example added for sp2adj to adj2sp conversion (and backwards conversion).
2653 * Bug #10214 fixed - evstr help page updated to mention that input argument must not be composed of
2654 continuation marks (..).
2656 * Bug #10221 fixed - ifftshift function did not exist in Scilab.
2658 * Bug #10234 fixed - reglin function moved from CACSD to Statistics module.
2660 * Bug #10243 fixed - fun2string(X) called X before returning its code.
2662 * Bug #10271 fixed - ordmmd now checks the consistency of the third input argument with the
2663 input matrix defined by the first two input arguments.
2665 * Bug #10273 fixed - spchol help page now displays an example showing how to use its output arguments.
2667 * Bug #10391 fixed - Error when using completion after a global variable clear fixed.
2669 * Bug #10428 fixed - Java based components of Scilab showed a library load error in CLI mode.
2671 * Bug #10445 fixed - In SciNotes, CTRL+Drag&Drop moved text rather than copying it.
2673 * Bug #10470 fixed - In SciNotes, split "Horizontally" or "Vertically" was meaningless.
2675 * Bug #10621 fixed - Figure without docking/undocking capabilities can now be created.
2677 * Bug #10645 fixed - File encoding could not be given as argument in xmlRead.
2679 * Bug #10718 fixed - New "Resize" property added to figures.
2681 * Bug #10805 fixed - Documentation on left bracket was superfluous and is now removed.
2682 Refer to brackets for information on "[" and "]".
2684 * Bug #10816 fixed - Typo in part error message fixed.
2686 * Bug #10830 fixed - Hypermatrix insertion with a negative index returned a wrong error message.
2688 * Bug #10833 fixed - exists help page updated.
2690 * Bug #10840 fixed - Keyboard arrows were disabled on 'slider' type uicontrols.
2692 * Bug #10856 fixed - analpf did not return the right result.
2694 * Bug #10932 fixed - Startup directory was not saved/restored in preferences.
2696 * Bug #10936 fixed - Scilab hung with invalid strf in plot2d.
2698 * Bug #10942 fixed - Function soundsec revised. Now soundsec can be used for non integer values of time.
2700 * Bug #10998 fixed - matrix*hypermatrix and hypermatrix*matrix operations failed.
2702 * Bug #11001 fixed - exists and isdef did not work with primitives.
2704 * Bug #11007, #11008 & #11009 fixed - New conjgrad function (Conjugate Gradient methods "pcg", "cgs", "bicg" and "bicgstab").
2706 * Bug #11303 fixed - Exception while searching with multiple tabs in SciNotes fixed.
2708 * Bug #11305 fixed - Performances improved with a better way to update data in Graphics.
2710 * Bug #11523 fixed - In SciNotes, 'whereami line numbering' was not clear enough.
2712 * Bug #11571 fixed - x_mdialog did not let the Look&Feel select the window size.
2714 * Bug #11575 fixed - There was no preview of GIF files in exportUI dialog.
2716 * Bug #11576 fixed - exportUI did not propose gcf().figure_name as default file name.
2718 * Bug #11616 fixed - Figure menubar could not be made invisible.
2720 * Bug #11629 fixed - Interactive zoom did not work properly in datatip mode.
2722 * Bug #11680 fixed - GUI functions in Scilab 5.4.X were much slower than in Scilab 5.3.3.
2724 * Bug #11714 fixed - help_from_sci sometimes failed when input function had "<imagedata>" comments.
2726 * Bug #11779 fixed - Wrong variable type in the documentation of getNbInputArgument and getNbOutputArgument fixed.
2728 * Bug #11789 fixed - Documentation was missing for nbInputArgument.
2730 * Bug #11814 fixed - Typo in CACSD help chapter fixed.
2732 * Bug #11876 fixed - ilib_include_flag now returns a string when called with a string column vector as input.
2734 * Bug #11953 fixed - Scilab crashed when global("") was typed.
2736 * Bug #11964 fixed - uicontrol coordinates system did not take figure resize into account.
2738 * Bug #11996 fixed - eye extended to hypermatrix.
2740 * Bug #12012 fixed - Misleading perl function should not be part of Scilab (tagged as obsolete).
2742 * Bug #12037 fixed - Simplified Chinese version of SciNotes displayed warnings at startup.
2744 * Bug #12073 fixed - Width of code examples has been decreased in XML help pages.
2746 * Bug #12082 fixed - convstr function did not work with non-ASCII symbols.
2748 * Bug #12121 fixed - inv function did not work for complex sparse matrices.
2750 * Bug #12130 fixed - flipdim can now flip blocks, thus making jmat obsolete.
2752 * Bug #12145 fixed - demo_mdialog internal function removed.
2754 * Bug #12156 fixed - Closing a Scilab session in Javasci could led to a HDF5 error message.
2756 * Bug #12170 fixed - Calling matfile_listvar on an empty file returned an error.
2758 * Bug #12306 fixed - Invalid memory free on completion in NWNI mode fixed.
2760 * Bug #12308 fixed - create_palette help page removed (function removed).
2762 * Bug #12334 fixed - Mark color in legend was invalid.
2764 * Bug #12412 fixed - Typo fixed in some error messages.
2766 * Bug #12439 fixed - edit_error returned a wrong message when there was no recorded error.
2768 * Bug #12440 fixed - Unitary test added for bitxor.
2770 * Bug #12465 fixed - ATOMS Default categories names were not localized.
2772 * Bug #12472 fixed - grand and link error messages fixed.
2774 * Bug #12481 fixed - xlabel could not be used with Scilab property names.
2776 * Bug #12485 fixed - xchange returned bad values with log scale.
2778 * Bug #12492 fixed - Exported EPS files were invalid when dash patterns were too long.
2780 * Bug #12496 fixed - zoom_rect could led to a crash in log scale.
2782 * Bug #12535 fixed - In a French localized Scilab, comma was used as decimal separator when zooming (rather than point).
2784 * Bug #12567 fixed - Error messages fixed in ricc.
2786 * Bug #12622 fixed - Various typos fixed in error messages.
2788 * Bug #12672 fixed - Ticks part of axes_property help page updated.
2790 * Bug #12673 fixed - Ticks were drawn outside of axes area.
2792 * Bug #12682 fixed - Key events were disabled after zooming.
2794 * Bug #12683 fixed - proc_name(k, gwin) callback was badly managed depending on
2795 input arguments of addmenu function.
2797 * Bug #12714 fixed - csvDefault("decimal", ",") returned %f while this value was valid.
2799 * Bug #12716 fixed - In SciNotes, RTL languages were not correctly displayed.
2801 * Bug #12725 fixed - Datatips did not work in logarithmic scale.
2803 * Bug #12733 fixed - There was no way to direct graphs to nothing with driver function.
2805 * Bug #12737 fixed - In SciNotes, autosave did not create directory if it did not exist.
2807 * Bug #12763 fixed - Value of "listbox" style uicontrols was not updated when using arrow keys.
2809 * Bug #12769 fixed - xset("window", 1) did not set the current axes.
2811 * Bug #12784 fixed - Misleading error message in many functions when passing an integer
2812 argument instead of double argument fixed.
2814 * Bug #12785 fixed - plot did not allow int data as first argument.
2816 * Bug #12803 fixed - warning(['foo','bar']) printed two 'WARNING: '.
2818 * Bug #12819 fixed - Link to contributors website page fixed in the documentation.
2820 * Bug #12826 fixed - <warning> and <note> tags were not managed in the documentation.
2822 * Bug #12854 fixed - configure failed to detect custom installation of docbook.
2824 * Bug #12860 fixed - Missing semicolon in style.css added.
2826 * Bug #12880 fixed - A warning is displayed when transposing arguments of plot.
2828 * Bug #12882 fixed - Some help pages were not clear.
2830 * Bug #12896 fixed - Typos fixed in XML module error messages.
2832 * Bug #12900 fixed - It is now possible to set proxy options in Preferences.
2834 * Bug #12910 fixed - Typos fixed in several help pages.
2836 * Bug #12938 fixed - No Java compiler was available in Linux binary version.
2838 * Bug #12943 fixed - Datatips did not work properly when 2-D plots were rotated.
2840 * Bug #12945 fixed - Datatips could not be dragged properly in zoomed axes.
2842 * Bug #12948 fixed - When host was not found, getURL caused a crash to desktop.
2844 * Bug #12950 fixed - getURL ignored the proxy settings under Windows.
2846 * Bug #12951 fixed - Interactive zoom was broken.
2848 * Bug #12952 fixed - It was not always possible to search a word in a file with SciNotes.
2850 * Bug #12956 fixed - splitURL with no protocol in URL provoked an access
2851 violation exception.
2853 * Bug #12957 fixed - splitURL and getURL were not declared as new 5.5 functions.
2855 * Bug #12962 fixed - xinfo documentation was not clear.
2857 * Bug #12967 fixed - Data editor icon was not 16x16.
2859 * Bug #12963 fixed - drawaxis did not place the axis properly.
2861 * Bug #12966 fixed - Rotation, tool tip and other Xcos plot actions were
2862 disabled by default.
2864 * Bug #12968 fixed - A variable named 'temp' could not be saved.
2866 * Bug #12971 fixed - getURL downloaded file name was wrong.
2868 * Bug #12973 fixed - Exception occurring when clicking on a figure at creation fixed.
2870 * Bug #12976 fixed - getURL returned a file name instead of a file path.
2872 * Bug #12978 fixed - exportUI returned an error when input argument was a figure handle.
2874 * Bug #12979 fixed - exportUI did not work with vectorial export.
2876 * Bug #12990 fixed - GED features conflicted with figure events.
2878 * Bug #12992 fixed - The sigma value was always equal to "LM" in eigs.
2880 * Bug #12993 fixed - stdev returned value depended on 'x' being defined in the environment.
2882 * Bug #13000 fixed - []./int8(3) and on int8(3)./[] led to an endless recursive.
2884 * Bug #13002 fixed - modulo and pmodulo did not support integers & hypermatrices.
2886 * Bug #13003 fixed - String to enum converter added to Java external objects.
2888 * Bug #13004 fixed - Debug infos were displayed in case of an error with eoj.
2890 * Bug #13005 fixed - jcompile did not use the classpath to compile.
2892 * Bug #13007 fixed - Compilation errors were not returned by jcompile.
2894 * Bug #13008 fixed - 'help $' now opens the 'Symbols' help page.
2896 * Bug #13010 fixed - Wrong class was returned by jcompile (with ecj).
2898 * Bug #13011 fixed - ilib_compile failed under Mac OS X 10.9.
2900 * Bug #13012 fixed - Vectorial export of rotated strings was wrong.
2902 * Bug #13013 fixed - In SciNotes, the first proposed directory to save a file was not current working directory.
2904 * Bug #13014 fixed - Update of the efficiency inner variable improved in optim_ga.
2906 * Bug #13015 fixed - Computation of efficiency inner variable improved in optim_ga.
2908 * Bug #13022 fixed - Vectorial export did not clip large segments.
2910 * Bug #13023 fixed - xs2pdf crashed under Windows when the target file was already opened.
2912 * Bug #13027 fixed - There was no autowrap into array in JIMS.
2914 * Bug #13031 fixed - Lorentz Butterfly demonstration fixed.
2916 * Bug #13032 fixed - CMATVIEW help page example fixed and CMAT3D help page example created.
2918 * Bug #13033 fixed - -1 could not be used as nax argument in plot2d.
2920 * Bug #13036 fixed - The help page associated to the history browser was wrong.
2922 * Bug #13041 fixed - Wrong result was returned for "integer scalar" minus "integer vector".
2924 * Bug #13042 fixed - Texts in graphics were not properly centered.
2926 * Bug #13047 fixed - jcompile did not allow class reloading.
2928 * Bug #13049 fixed - New handled protocols added in links in SciNotes.
2930 * Bug #13050 fixed - The result of mvvacov was not symmetric.
2932 * Bug #13051 fixed - SciNotes restoration could block desktop one.
2934 * Bug #13053 fixed - datatipCreate did not return datatip handle.
2936 * Bug #13055 fixed - Array indexing did not follow Scilab convention in JIMS.
2938 * Bug #13061 fixed - hdf5 demonstration failed with a read-only file.
2940 * Bug #13063 fixed - Color selection in SciNotes preferences threw exceptions.
2942 * Bug #13064 fixed - Deleting a link connected to a split led to a translated link.
2944 * Bug #13069 fixed - Documentation for %MODELICA_USER_LIBS updated.
2946 * Bug #13066 fixed - data_bounds was not fully documented in axes_properties.
2948 * Bug #13080 fixed - Contextual menu was unavailable for datatips management.
2950 * Bug #13082 fixed - Datatip mark style was not inherited from the parent polyline.
2952 * Bug #13083 fixed - Datatip marks did not inherit colors from the parent polyline.
2954 * Bug #13084 fixed - interp_mode property could not be set on all datatips of the same polyline.
2956 * Bug #13085 fixed - A datatip could not be moved on a circle.
2958 * Bug #13092 fixed - Optimizations now check the user function output (must be real).
2960 * Bug #13093 fixed - Removed trailing "\n" in the head_comments error message.
2962 * Bug #13101 fixed - When x-axis was in reverse position x_location='origin' failed.
2964 * Bug #13102 fixed - savematfile did not support "-v7.3" option.
2966 * Bug #13108 fixed - Time between ATOMS database updates is now a month (was a day) and is configurable.
2968 * Bug #13109 fixed - pol2str now supports polynomials with complex coefficients and hypermatrices.
2970 * Bug #13111 fixed - sqrt returned different results when imaginary part was -0 versus 0.
2972 * Bug #13114 fixed - clear_pixmap/pixmap property should have been removed in Scilab 5.4.1.
2974 * Bug #13116 fixed - qpsolve now respects upper-bounds constraints.
2976 * Bug #13119 fixed - mget and mgetl now return an error when called with decimal values as number of lines.
2978 * Bug #13121 fixed - ode "rk" option crashed Scilab when the user derivative function failed.
2980 * Bug #13127 fixed - There were no subticks with user defined ticks.
2982 * Bug #13132 fixed - There were missing graduations when data_bounds interval was too small.
2984 * Bug #13134 fixed - User-defined ticks in log scale were invisible.
2986 * Bug #13136 fixed - exists and isdef failed for input arguments longer than 1.
2988 * Bug #13139 fixed - fft help page fixed.
2990 * Bug #13140 fixed - Various typos fixed in help pages.
2992 * Bug #13144 fixed - csvRead can now ignore header comments thanks to a new input argument.
2994 * Bug #13146 fixed - profile failed when a comment was on the same line as a function declaration.
2996 * Bug #13150 fixed - Vectorial export used too much memory for grayplot.
2998 * Bug #13152 fixed - Typo fixed in syslin French help page.
3000 * Bug #13164 fixed - Miscolorization in SciNotes colors preferences fixed.
3002 * Bug #13165 fixed - Preferences reset did not show a confirmation pop-up.
3004 * Bug #13168 fixed - Wrong interpretation of star followed by minus fixed.
3006 * Bug #13170 fixed - Legends for plzr plots fixed.
3008 * Bug #13174 fixed - Scilab crashed after XML element removal.
3010 * Bug #13175 fixed - argn help page updated with specific cases.
3012 * Bug #13177 fixed - Error when changing x_ticks.locations on axes fixed.
3014 * Bug #13185 fixed - When the "checked" option of a uimenu was set to "on" for
3015 the first time, the display order of other uimenus was changed.
3017 * Bug #13186 fixed - csvRead freezed Scilab if separator was an empty string.
3019 * Bug #13187 fixed - xmltoformat did not include "imageobjects" in output.
3021 * Bug #13188 fixed - The output argument of eomday function was not pre-dimensioned.
3023 * Bug #13191 fixed - isempty(rational) returned an error message.
3025 * Bug #13192 fixed - horner returned an error message when the input arguments did not have the same size.
3027 * Bug #13194 fixed - part help page improved.
3029 * Bug #13199 fixed - There was a thin blue line around acknowledgements button in about box.
3031 * Bug #13200 fixed - about() ACKNOWLEDGEMENTS did not render utf-8 characters.
3033 * Bug #13201 fixed - x_mdialog entries had no margin.
3035 * Bug #13202 fixed - kernel help page improved.
3037 * Bug #13203 fixed - Typos fixed in some error messages.
3039 * Bug #13205 fixed - group accepted continuous transfer functions.
3041 * Bug #13208 fixed - New nanreglin function to handle NaNs for reglin().
3043 * Bug #13210 fixed - Incorrect argument description in mseek help page.
3045 * Bug #13213 fixed - User-defined margins were reset by auto computation of the margins.
3047 * Bug #13215 fixed - clf(1001) returned an error.
3049 * Bug #13218 fixed - Typos fixed in core module help pages.
3051 * Bug #13226 fixed - Completion with accented chars could led to a crash.
3053 * Bug #13227 fixed - Invalid windowsConfiguration.xml file could avoid Scilab startup.
3055 * Bug #13233 fixed - Wrong simulation result of step response csim('step',t,H) fixed.
3057 * Bug #13234 fixed - lmitool calling sequence clarified.
3059 * Bug #13236 fixed - "parents" help page has been renamed to "parentheses".
3061 * Bug #13238 fixed - Wrong legends display fixed.
3063 * Bug #13243 fixed - optim with "gc" option failed when imp<0.
3065 * Bug #13247 fixed - Hypermatrix in structure definition did not work properly.
3067 * Bug #13252 fixed - Minor typos fixed in Graphics messages.
3069 * Bug #13258 fixed - Bad number display in datatips fixed.
3071 * Bug #13267 fixed - Implicit typecasts in scicos.c fixed.
3073 * Bug #13271 fixed - plot2d with logarithmic scale and %nan value froze Scilab.
3075 * Bug #13272 fixed - Error occurring when reading CSV files with comment option on a CSV file without comment fixed.
3077 * Bug #13280 fixed - Axes were not always displayed properly after figure resize.
3083 * Bug #9995 fixed - LOGICAL_OP drew the parameters over the block.
3085 * Bug #11975 fixed - Inverted Pendulum demonstration did not compile.
3087 * Bug #12423 fixed - Data types of SWITCH2_m were not documented.
3089 * Bug #12685 fixed - The lincos and steadycos functions did not load
3090 the XcosLibs so all the blocks were unknown.
3092 * Bug #12998 fixed - 'ans' was not ignored in the context results.
3094 * Bug #13006 fixed - Selection to superblock (in_f and out_f) failed.
3096 * Bug #13030 fixed - Selection to superblock did not reset the origin.
3098 * Bug #13059 fixed - NaN propagated at startup made the simulation fail.
3100 * Bug #13071 fixed - Three unused functions in Xcos macros now specified as not mandatory
3101 to write new blocks.
3103 * Bug #13172 fixed - Logic block help file had some typo errors.
3105 * Bug #13239 fixed - Grid was not shown in zoomed log scale.
3107 * Bug #13250 fixed - CLSS wrongly handled scalar values.
3112 Changes between version 5.4.1 and 5.5.0-beta-1
3113 ==============================================
3118 * New special functions:
3119 - erfi - The imaginary error function.
3120 - dawson - Compute the Dawson function (scaled imaginary error).
3122 * New functions introduced:
3123 - getURL - Download a URL (HTTP, HTTPS, FTP...)
3124 - splitURL - Split a URL (HTTP, HTTPS, FTP...)
3125 - cov - Covariance matrix. Deprecates mvvacov. See bug #11896.
3126 - ismatrix - Check if a variable is a matrix. See bug #10456.
3127 - isrow - Check if a variable is a row vector. See bug #10456.
3128 - iscolumn - Check if a variable is a column vector. See bug #10456.
3129 - issquare - Check if a variable is a square matrix. See bug #10456.
3130 - cross - Vector cross product. See bug #9941.
3131 - members - Number of occurrences and linear indexes of common values between
3132 two matrices of the same type.See bug #12705.
3134 * Complete set of functions to read and write any HDF5 file from Scilab added.
3137 - daskr - differential-algebraic system solver with rootfinding 'daskr', using
3138 BDF methods with direct and preconditioned Krylov linear solvers, based on ODEPACK.
3140 * Based on JIMS external module, Scilab provides functions to interact
3143 * erf, erfc, erfcx and calerf functions now support complex arguments.
3145 * isnum has been redesigned in native code. Performance improvements up to 130x.
3148 * Usage of the '$' keyword in part function allowed.
3150 * The histplot command can now be used with the option polygon=%t/%f to add the
3151 frequency polygon chart (Thanks to Mehran Khorshidi).
3153 * Multi level completion on mlist, struct, XML structures...
3155 * Variable browser improvements:
3156 - The variable browser also shows the size of integers and the user type of
3158 See bugs #12523 and #10409.
3159 - It is now possible to delete variables from the variable browser.
3161 - A user can now plot variables from the variable browser (this functionality was
3162 already available in the variable editor).
3164 * Added lighting effect for plot of surfaces. Lighting can be enabled
3165 creating light objects or disabled by deleting them. The following function
3167 - light - Creates a light graphic object.
3170 - Multiple domains in localization managed.
3171 - addlocalizationdomain function added for a new domain creation.
3172 - Optional parameter added to gettext to manage domains.
3173 - tbx_generate_pofile and tbx_build_localization added to create localization files for
3176 * Windows Solution updated to Visual Studio 2012.
3178 * -keepconsole option added for Scilab Windows to facilitate debugging.
3179 Calling Scilab with this option will leave the console box window opened at startup.
3181 * License update: switch to the CeCILL 2.1.
3187 * New calling sequence allowed for nicholschart: nicholschart(gains, phases, colors).
3190 * qp_solve can now take up to 5 output arguments. The last one is an error flag,
3191 if it is present, then the function will display a warning instead of an error.
3194 * graypolarplot has been improved in terms of performances and rendering.
3197 * nthroot is now vectorizable.
3200 * New optional output argument for routh_t.
3204 Differential Equations
3205 ======================
3207 * Netlib's Quadpack, used for definite integration, has been updated to match the upstream.
3213 * Autosave feature can now use %date to append the current date to the backup filename
3220 * New DAE solver: DDaskr, using BDF methods with direct Newton and preconditioned Krylov
3221 linear solvers, which includes rootfinding.
3222 It is available from dae function.
3224 * In Modelica initialization GUI, inputs (eg. sensor) were not handled.
3226 * Sundials updated to the "2.5.0" version, keeping our modifications.
3228 * JGraphX updated to the "2.1.0.7" version, updating our hooks performance.
3230 * API changed in the scicos_block4 interface: the uid value is not available
3231 inside the simulation function.
3233 * xcosAddToolsMenu added to let the user perform some actions on the graph.
3235 * CBLOCK4 block added to the "User-Defined Functions"
3241 * Some Xcos specific content added to xcos_toolbox_skeleton help pages.
3247 * Minimal version of Flexdock (1.2.4) enforced.
3250 Obsolete & Removed Functions
3251 ============================
3253 * Scilab 5.5.X family will be the latest family working under Windows XP/2003.
3255 * Vector ^ scalar syntax declared as obsolete. See bug #11524
3257 * The third argument of poly function will be more strict.
3258 Only the following strings are allowed: "roots", "coeff", "c", "r".
3260 * Option and direction arguments of gsort will be more strict in all cases.
3261 Only the following strings are allowed:
3262 - option: "r" "c" "g" "lr" "lc"
3263 - direction : "d" "i"
3265 * nfreq tagged as obsolete. Will be removed in Scilab 5.5.1.
3266 Please use tabul instead.
3268 * IsAScalar tagged as obsolete. Will be removed in Scilab 5.5.1.
3269 Please use isscalar instead.
3271 * chart tagged as obsolete. Will be removed in Scilab 5.5.1.
3272 Please use nicholschart instead.
3274 * Second output argument of add_param tagged as obsolete. Will be removed in Scilab 5.5.1.
3276 * mvvacov tagged as obsolete. Will be removed in Scilab 6.0.0.
3277 Please use cov instead.
3279 * dft removed, please use fft instead.
3281 * sscanf removed, please use msscanf instead.
3283 * fscanf removed, please use mfscanf for files opened with mopen or read for files opened
3286 * fprintf removed, please use mfprintf for files opened with mopen or write for files
3287 opened with file instead.
3289 * mfft tagged as obsolete. Will be removed in Scilab 5.5.1.
3290 Please use fft instead.
3296 * paramfplot2d: When theta input argument was a column vector, an error occurred.
3298 * Bug #2267 fixed - Wrong error message when ticks locations and labels did not have the
3301 * Bug #2416 fixed - Particular case (string([]) returns []) has been added in string help
3304 * Bug #3511 fixed - strindex did not return all occurrences in regexp mode.
3306 * Bug #3928 fixed - An error was returned when a matrix was flipped along the third
3309 * Bug #4042 fixed - squeeze returned a hypermatrix instead of a matrix when at least one
3310 dimension was equal to 1.
3312 * Bug #4085 fixed - num2cell help page added.
3314 * Bug #4229 fixed - delip did not return an error if one element of its first input
3315 argument was negative.
3317 * Bug #4383 fixed - csim with "step" and "impuls" now works with direct feedthrough.
3319 * Bug #4481 fixed - iir help page updated to precise that frq can be a scalar.
3321 * Bug #4731 fixed - lqr failed when the time domain of an input was a number.
3323 * Bug #4743 fixed - Graphics with too big or too small values did not work.
3325 * Bug #5017 fixed - norm rewritten to take benefit from the Lapack package performance.
3327 * Bug #5073 fixed - New parameter added in strtod function (decimal separator).
3329 * Bug #5205 fixed - permute was slow for large hypermatrices.
3331 * Bug #5207 fixed - grand can now return a hypermatrix.
3333 * Bug #5365 fixed - makecell help page was in the "compatibility functions" directory
3334 instead of being in "data_structures".
3336 * Bug #5539 fixed - sylv help page was wrong in the discrete-time case.
3338 * Bug #5616 fixed - typeof(uiCreateTree(...)) returned "Tree" instead of "uitree".
3340 * Bug #5694 fixed - numdiff help page clarified.
3342 * Bug #5779 fixed - xnumb number format was too small (+ unit test added).
3344 * Bug #6037 fixed - macrovar help page improved.
3346 * Bug #6168 fixed - zpbutt, zpch1, zpch2 and zpell help pages were unclear.
3348 * Bug #6390 fixed - The "external" argument of odedc was not well documented and
3351 * Bug #6427 fixed - full([%T %F]) returned an error message.
3353 * Bug #6466 fixed - Example with vectorized input added in mprintf and msprintf help pages.
3355 * Bug #6584 fixed - mfft tagged as obsolete.
3357 * Bug #6638 fixed - The profiler output was incorrect by a factor of 1000 under Windows.
3359 * Bug #6693 fixed - modulo did not accept polynomial inputs. Help page was not updated.
3361 * Bug #6752 fixed - unit test scilab.tst has been split in different tests.
3363 * Bug #6840 fixed - New line_style added.
3365 * Bug #6988 fixed - Error messages in modules/data_structures/src/c/hmops.c were not
3368 * Bug #7026 fixed - There was no unit test for plot2d.
3370 * Bug #7080 fixed - Some graphic macros did not use standard error messages.
3372 * Bug #7204 fixed - geomean applied to a hypermatrix gave wrong results.
3374 * Bug #7206 fixed - If the second input argument of meanf function was a hypermatrix,
3375 this function returned an error.
3377 * Bug #7296 fixed - %nan, %inf and -%inf enabled for the cdf* functions.
3379 * Bug #7411 fixed - clf forgot to turn off the datatip mode.
3381 * Bug #7486 fixed - LAPACK versions of DGELSY and ZGELSY now used.
3383 * Bug #7596 fixed - A same error happening in different places now displays the same
3386 * Bug #7648 fixed - CDF functions now display a warning for non integer
3387 "degrees of freedom" argument.
3389 * Bug #7655 fixed - An example added in type help page, for type(X)=11 and type(X)=13.
3391 * Bug #7684 fixed - Introduction demonstration splitted into subsections.
3393 * Bug #7781 fixed - The second parameter of iqr function had no effect.
3395 * Bug #7782 fixed - lcm and gcd help pages improved to tell the user how to use both
3398 * Bug #7824 fixed - title function properties did not support an indexed color.
3400 * Bug #7826 fixed - chart tagged as obsolete.
3402 * Bug #7828 fixed - Slight improvements in nicholschart.
3404 * Bug #7848 fixed - The third argument of correl function is now optional.
3406 * Bug #7877 fixed - iirgroup function fixed.
3408 * Bug #7927 fixed - Output "flag" in qmr function was not well documented.
3410 * Bug #7960 fixed - plzr could not produce pole zero plot for a simple transfer function.
3412 * Bug #8058 fixed - The user can now set the tolerances of intc function.
3414 * Bug #8098 fixed - cumsum could not be applied to rational matrices.
3416 * Bug #8162 fixed - Area of stability of plzr was wrong for continuous systems
3419 * Bug #8211 fixed - Parameters module demonstration finalized.
3421 * Bug #8234 fixed - strtod did not return an empty matrix when the input argument was an
3424 * Bug #8264 fixed - Matlab to Scilab dictionary help page updated for atan2.
3426 * Bug #8319 fixed - dbphi(hypermat) and phasemag(hypermat) returned a matrix instead of
3429 * Bug #8373 fixed - clear can now handle a matrix of strings argument.
3431 * Bug #8415 fixed - optim_moga, optim_nsga, optim_nsga2 can now take list as input
3432 arguments, as explained in their help pages.
3434 * Bug #8462 fixed - bvodeS could make Scilab unstable.
3436 * Bug #8470 fixed - bvode displayed some output in terminal window and not in
3439 * Bug #8479 fixed - The latest Saxon version was not supported.
3441 * Bug #8511 fixed - sprand now uses grand instead of rand and grand functions. Internal
3442 state of the random generator is no more changed.
3444 * Bug #8561 fixed - ddassl, ddasrt, ddaskr: abs and rel tolerance sizes are now checked.
3446 * Bug #8597 fixed - grand/clcg4 could display uncontrolled messages as warning.
3448 * Bug #8607 fixed - Some error messages in modules/overloading/macros were not standard
3451 * Bug #8614 fixed - Unit test for barhomogenize added.
3453 * Bug #8636 fixed - roots help page updated (default algorithm value was wrong).
3455 * Bug #8667 fixed - The handling of %nan in min, max, median functions was not properly
3458 * Bug #8680 fixed - "end" output argument of regexp function has been changed.
3460 * Bug #8687 fixed - typeof function failed on uint8, depending on the format
3461 (+ unit test added).
3463 * Bug #8695 fixed - optim_ga used old (initial) values instead of newly-computed ones.
3465 * Bug #8778 fixed - Call_ScilabOpen, TerminateScilab could not be called more
3466 than 80 times in a loop.
3468 * Bug #8779 fixed - gsort did not preserve the order of equal elements, in
3471 * Bug #8820 fixed - squeeze did not return a matrix when the number of dimensions
3472 of the result was less or equal to 2.
3474 * Bug #8824 fixed - taucs_chfact returned a segfault (not the case in nwni mode).
3476 * Bug #8840 fixed - fileparts did not manage matrix of strings.
3478 * Bug #8856 fixed - Non regression test added for [k,l,m,...]=find(a==5).
3479 Non regression test of bug #476 updated.
3481 * Bug #8857 fixed - Non regression test of bug #477 updated.
3483 * Bug #8858 fixed - Non regression test of bug #480 updated.
3485 * Bug #8862 fixed - mget and mput could not read and write 64 bit data from
3488 * Bug #9004 fixed - bitcmp function called with one input argument returned an error.
3490 * Bug #9020 fixed - exists function did not accept matrix as first input argument.
3492 * Bug #9059 fixed - tbx_build_macros and genlib did not stop even if an error occurred.
3494 * Bug #9109 fixed - nfreq tagged as obsolete.
3496 * Bug #9158 fixed - zeros called with a big number returned an empty matrix instead
3499 * Bug #9208 fixed - Added three optional output arguments to optim,
3500 to retrieve #iterations, #evaluations and a termination indicator.
3502 * Bug #9385 fixed - The type checking in trigonometric functions has been added.
3504 * Bug #9394 fixed - is_param recognized "plist" as an existing field.
3506 * Bug #9395 fixed - add_param did not check its input arguments.
3508 * Bug #9396 fixed - add_param accepted duplicate keys.
3510 * Bug #9459 fixed - Default values of the optional plot3d arguments were not documented.
3512 * Bug #9537 fixed - optimbase_configure only allowed row vectors as initial value.
3513 Column vectors now allowed by transposing them.
3515 * Bug #9538 fixed - optimbase_checkshape only allowed row vectors as output arguments of
3516 cost function. Column vectors are now allowed by transposing them.
3518 * Bug #9577 fixed - Setting neldermead_configure("-numberofvariables") is now optional,
3519 setting neldermead_configure("-x0") initializes -numberofvariables
3522 * Bug #9601 fixed - Cylinder demonstration fixed.
3524 * Bug #9688 fixed - optim could crash when "imp" option was < 0. It is now set to 0 in
3527 * Bug #9690 fixed - The "imp" option for optim could crash Scilab and was not consistent
3530 * Bug #9691 fixed - "imp" option in optim help page was poorly documented.
3532 * Bug #9694 fixed - Example in optim help page fixed to display correct counters.
3534 * Bug #9702 fixed - Contrary to what optim help page stated, the "gc" algorithm does use
3535 the "epsx" parameter.
3537 * Bug #9780 fixed - gmres solver did not run with complex systems.
3539 * Bug #9788 fixed - neldermead can now produce a warning when it fails to converge,
3540 thanks to a new input argument "warn".
3542 * Bug #9821 fixed - getrelativefilename did not manage matrix of strings.
3544 * Bug #9851 fixed - Error message occurred because of a cut-off frequency of 0.25Hz
3547 * Bug #9859 fixed - It was not possible to draw arrows in 3-D using xarrows.
3549 * Bug #10146 fixed - In SciNotes, 'help on keyword' moved from bottom to top in the popup
3552 * Bug #10180 fixed - det was not defined for sparse matrices.
3554 * Bug #10213 fixed - sci2exp help page updated to document the impact of format function.
3556 * Bug #10216 fixed - Invalid syntaxes for zeros, ones, eye, rand, like zeros(2,:).
3558 * Bug #10226 fixed - When a // <empty session> line was deleted, all sessions
3559 histories were folded.
3561 * Bug #10254 fixed - Slight improvements in ones help page.
3563 * Bug #10269 fixed - qp_solve can now take up to 5 output arguments. The last one is an
3564 error flag, if it is present, then the function will issue a warning
3565 instead of an error.
3567 * Bug #10276 fixed - qp_solve segfaulted with large matrices.
3569 * Bug #10287 fixed - Error message added for complex expression as input argument of
3572 * Bug #10305 fixed - Comparison of lists with empty items returned an error message.
3574 * Bug #10596 fixed - exit(xxx) from Scilab failed.
3576 * Bug #10818 fixed - home, %e, %t, %f, %z and %s help pages added.
3578 * Bug #10823 fixed - fullpath returned different results under Windows and Linux for
3581 * Bug #10862 fixed - Add a without Internet connection installation
3582 global configuration in the installer.
3584 * Bug #10866 fixed - det was not equivalent to detr for rational matrices.
3586 * Bug #10906 fixed - Typo fixed in cls2dls help page.
3588 * Bug #10930 fixed - The comments in armax function were in French.
3590 * Bug #10995 fixed - Typo fixed in grand help page for Gamma law argument.
3592 * Bug #11065 fixed - The second output argument of unique function contained a wrong result.
3594 * Bug #11067 fixed - Display of ticks labels with closed associated values was wrong.
3596 * Bug #11139 fixed - conj was not defined for sparse matrices (+ unit test added).
3598 * Bug #11308 fixed - Calling sequences in dsearch help page were wrong.
3600 * Bug #11343 fixed - The "isoview" figure property did not work when the axes
3601 margins had been modified.
3603 * Bug #11648 fixed - Copying graphic via the clipboard did not work.
3605 * Bug #11766 fixed - nthroot has been added to m2sci help page.
3607 * Bug #11792 fixed - Lists can be accessed with non integer indexes (list help page
3610 * Bug #11869 fixed - "Environment" was not localized in preferences.
3612 * Bug #11885 fixed - Each rand has been changed to grand in genetic algorithms and
3613 simulated annealing functions.
3615 * Bug #11891 fixed - Fisher ratio could be inaccurate for one-way ANOVA.
3617 * Bug #11997 fixed - In case of invalid variable name, save function now returns an error
3618 instead of a compatibility warning.
3620 * Bug #12034 fixed - max function did not manage empty matrices.
3622 * Bug #12045 fixed - repmat returned wrong results if the values of an input matrix were
3625 * Bug #12070 fixed - Removing a module can now be done in an on-line mode even if
3626 it has been installed in an off-line mode.
3628 * Bug #12080 fixed - lsqrsolve always printed messages.
3630 * Bug #12085 fixed - Under Windows, csvWrite wrote wrong EOL.
3632 * Bug #12114 fixed - libstdc++ is now compiled as static instead of using the
3633 library from thirdparty.
3635 * Bug #12118 fixed - ode could take complex externals.
3637 * Bug #12143 fixed - "stop entity picker" (ged(11)) returned an error message.
3639 * Bug #12150 fixed - datatipCreate failed with one single point.
3641 * Bug #12163 fixed - unzoom did not work with a single input argument.
3643 * Bug #12212 fixed - Export of a polyline in 2-D broke it into several segments.
3645 * Bug #12326 fixed - There was no way to set LaTeX font size in preview.
3647 * Bug #12349 fixed - In SciNotes, when the view was splitted, removing a char made the
3650 * Bug #12376 fixed - Exec & edit buttons in the help pages examples were sometimes
3653 * Bug #12413 fixed - ATOMS packages could not be removed if ATOMS had never been on-line.
3655 * Bug #12415 fixed - PATH environment variable grew when using call_scilab in a loop.
3657 * Bug #12426 fixed - By using addErrorMessage, a random string error could be displayed.
3659 * Bug #12433 fixed - show_pixmap function was removed from Scilab but still used in some
3662 * Bug #12443 fixed - The behavior of mopen in text file mode has been documented
3665 * Bug #12463 fixed - Wrong specification for rect=[x,y,w,h] argument in xstringb
3668 * Bug #12470 fixed - Variable browser was not refreshed after loading an environment.
3670 * Bug #12473 fixed - Problems with "é" in mkdir French help page.
3672 * Bug #12475 fixed - csvRead did not support double quoted fields.
3674 * Bug #12490 fixed - plot did not call clf; in its help page example producing a
3677 * Bug #12506 fixed - In SciNotes, a miscolorization could occurred when returned values
3680 * Bug #12508 fixed - Wrong error message in rand function fixed.
3682 * Bug #12518 fixed - Polynoms were not displayed by default in the variable browser.
3684 * Bug #12520 fixed - Improve the description of the size in the variable browser.
3686 * Bug #12527 fixed - Scilab user functions were not listed in the variable browser.
3688 * Bug #12547 fixed - In SciNotes, lines were wrongly numbered with splitted function
3691 * Bug #12548 fixed - Duplicated code in xmltoformat removed.
3693 * Bug #12550 fixed - optimbase and optimsimplex help pages were not standard.
3695 * Bug #12551 fixed - Stack problem with diary([],"pause") and diary([],"resume") fixed.
3697 * Bug #12556 fixed - A fatal error occurred when calling set with wrong instructions.
3699 * Bug #12557 fixed - Valid function names were not specified in function and functions
3702 * Bug #12564 fixed - Compile and run javasci help page was not clear about needed packages.
3704 * Bug #12581 fixed - isfield could not support mlist or tlist.
3706 * Bug #12589 fixed - Call sequence for spzeros & spones were missing in French
3709 * Bug #12592 fixed - Scilab hung with plot(-0).
3711 * Bug #12593 fixed - A wrong error message was returned when running genlib with an
3712 error in the sci file.
3714 * Bug #12594 fixed - Invalid SciNotes configuration file avoided SciNotes startup.
3716 * Bug #12600 fixed - mput did not manage unsigned integer.
3718 * Bug #12606 fixed - Overloads for grand were not standard.
3720 * Bug #12613 fixed - gsort did not return correct results with %nan.
3722 * Bug #12614 fixed - Helpbrowser was not launched in EDT.
3724 * Bug #12615 fixed - Graphics seemed to be freezed after a call to plot/bar/barh with
3725 a bad LineSpec argument.
3727 * Bug #12624 fixed - In case of errors in Scilab macros, "make check-TESTS" did not fail
3730 * Bug #12627 fixed - At restoration, a window could be out of the screen.
3732 * Bug #12629 fixed - The last example of csim help page defined a function called
3733 input (overwriting the Scilab one).
3735 * Bug #12631 fixed - A "see also" link has been added from progressionbar to waitbar
3738 * Bug #12634 fixed - ATOMS modules could not be installed from an archive file
3739 already existing in SCI/contrib/archives in "offline" mode.
3741 * Bug #12637 fixed - In some help pages, some signal processing functions were not in
3742 the correct section.
3744 * Bug #12639 fixed - justify([], position) returned an error instead of [].
3746 * Bug #12641 fixed - graypolarplot has been fully vectorized as it was too slow.
3748 * Bug #12657 fixed - Computation of v1.^v2 is now done without any memory allocation,
3749 when v1 and v2 are real arrays, v1 >= 0 and v2 integer.
3751 * Bug #12668 fixed - Undocking SciNotes led to an exception.
3753 * Bug #12678 fixed - nthroot now accepts vector/matrix as second argument.
3755 * Bug #12679 fixed - Argument type check added in gcd and lcm.
3757 * Bug #12686 fixed - Error returned by diff fixed.
3759 * Bug #12702 fixed - When no extra parameters were needed in the cost function,
3760 NDcost did not work.
3762 * Bug #12703 fixed - In SciNotes, common shortcuts 'SHIFT DELETE', 'SHIFT INSERT'
3765 * Bug #12705 fixed - members function added. It allows to find the number of occurrences
3766 and linear indexes for common values between two matrices of the
3769 * Bug #12706 fixed - A wrong size of a matrix as input argument of cross function was
3772 * Bug #12708 fixed - Incorrect display in SciNotes preferences fixed (onmouseover styles).
3774 * Bug #12712 fixed - In SciNotes, autosaving can now use %date to append the current
3775 date to the backup filename.
3777 * Bug #12715 fixed - Variable cross in pspect and cspect has been renamed because of
3778 conflicts with cross function.
3780 * Bug #12736 fixed - In SciNotes, the Completion window appeared only in first tab.
3782 * Bug #12747 fixed - legendre now accepts the -1 and 1 values for third argument.
3784 * Bug #12749 fixed - fscanfMat help page updated.
3786 * Bug #12758 fixed - Focus issue with plot3d fixed.
3788 * Bug #12761 fixed - The https:// protocol was not supported on ATOMS.
3790 * Bug #12772 fixed - eigs failed when trying to solve a sparse matrix eigen value problem.
3792 * Bug #12774 fixed - Various typos fixed.
3794 * Bug #12775 fixed - Some related functions were not listed in "See also" section of
3797 * Bug #12778 fixed - Insertion of an empty matrix in an integer matrix led to a
3800 * Bug #12779 fixed - savewave had a miscoding in the internal function write_wavedat.
3802 * Bug #12783 fixed - There were some inconsistent error messages in dsearch.
3804 * Bug #12790 fixed - Links to ZCOS files in documentation were broken.
3806 * Bug #12791 fixed - More information is now given in case of failure during the ATOMS
3809 * Bug #12793 fixed - Improved the bode() plots with a new option "rad" to convert plot into rad/s
3810 and a new function bode_asymp() to draw the system asymptotes.
3812 * Bug #12794 fixed - calfrq.sci code did not follow Scilab standard.
3814 * Bug #12795 fixed - Typos fixed in CACSD help page.
3816 * Bug #12800 fixed - Typo fixed in Polynomials help page.
3818 * Bug #12804 fixed - Typos fixed in routh_t help page.
3820 * Bug #12807 fixed - Display of showprofile improved.
3822 * Bug #12808 fixed - Add missing </td> in documentation generation (note, warning, ...).
3824 * Bug #12813 fixed - flipdim function extended to any type of input data.
3826 * Bug #12814 fixed - Improvements of pertrans help page.
3828 * Bug #12815 fixed - levin redefined cov as a variable.
3830 * Bug #12816 fixed - Numbers pasted in editvar were not parsed according to locale.
3832 * Bug #12818 fixed - Segfault in set function with invalid property values dimension.
3834 * Bug #12823 fixed - In help generation (toolbox) links were not correctly handled.
3836 * Bug #12827 fixed - noisegen help page improved.
3838 * Bug #12828 fixed - routh_t gave a wrong result if the first element of a row was zero.
3840 * Bug #12829 fixed - New optional output argument added for routh_t function.
3842 * Bug #12830 fixed - In SciNotes, it was not possible to execute a replace action
3843 from the caret position.
3845 * Bug #12831 fixed - In SciNotes toolbar, there was no button to open code navigator.
3847 * Bug #12833 fixed - In SciNotes, there was no autoscroll when searching a pattern.
3849 * Bug #12836 fixed - Error fixed in strcmpi help page.
3851 * Bug #12839 fixed - Typo fixed in getVariablesOnStack help page.
3853 * Bug #12840 fixed - Typo fixed in number_properties.xml help page.
3855 * Bug #12852 fixed - Visual Studio 2012 SDK configuration was incorrect.
3857 * Bug #12858 fixed - Typo fixed in debug and pause French help pages.
3859 * Bug #12859 fixed - Fixed optional argument in isdef help page.
3861 * Bug #12863 fixed - size(state-space, "r") returned an error.
3863 * Bug #12875 fixed - phasemag returned an error for input vector containing zeros.
3865 * Bug #12887 fixed - Scilab hung with auto_clear set to on and log_flags set to true.
3867 * Bug #12888 fixed - sysdiag was not documented about block diagonal matrices build.
3869 * Bug #12906 fixed - champ and champ1 help pages updated
3871 * Bug #12909 fixed - Completion on (mt)list led to a crash.
3873 * Bug #12911 fixed - Matlab to Scilab dictionary help page updated for eig.
3875 * Bug #12913 fixed - linspace returned an error if the third argument was an integer type
3878 * Bug #12916 fixed - power help page improved.
3880 * Bug #12919 fixed - Rotation on plots was disabled after using menus.
3882 * Bug #12927 fixed - ones function could not take integer type input.
3884 * Bug #12931 fixed - ATOMS redefined "message" keyword.
3890 * Bug #7350 fixed - The I/O ports numbering of a superblock was not updated
3891 when a new port was dropped.
3893 * Bug #8570 fixed - "Region to superblock" has been renamed to
3894 "Selection to superblock".
3896 * Bug #11518 fixed - CLR block-text was displayed out of the bounding box
3899 * Bug #11776 fixed - CMSCOPE did not take into account label&Id parameter.
3901 * Bug #12359 fixed - Xcos files have been converted to ZCOS to gain some space.
3903 * Bug #12384 fixed - Using a Modelica part linked with an explicit link to
3904 another Modelica part led to an algebraic loop error.
3906 * Bug #12387 fixed - The "Modelica initialize" setup menu option did not blur
3909 * Bug #12414 fixed - SWITCH_m block had different behaviors
3910 for different types of inputs.
3912 * Bug #12424 fixed - Calling lincos on a derivative block made Scilab crash.
3914 * Bug #12449 fixed - QUANT_f was not rounding/truncating/flooring/ceiling properly input signal.
3916 * Bug #12460 fixed - xcosPalGenerateAllIcons sometimes crashed Scilab.
3918 * Bug #12461 fixed - Cancelling zoom out by zooming in did not fully work.
3920 * Bug #12561 fixed - SELECT_m and RELAY_f did not behave as expected.
3922 * Bug #12568 fixed - "Recent files" menu entry is now below the "Open" one.
3924 * Bug #12590 fixed - Block shape style was removed on file loading.
3926 * Bug #12603 fixed - ZCOS files could contain blocks with modified (eg. invalid)
3929 * Bug #12619 fixed - DLR discrete block did not display LaTeX formula
3930 like CLR continuous block.
3932 * Bug #12651 fixed - The 'nw' scicos_simulate option did not work while
3933 passing a previous Info simulation status.
3935 * Bug #12664 fixed - Inverted pendulum French localization in the Xcos demonstrations was
3938 * Bug #12667 fixed - 'Recent Files' menu was not localized.
3940 * Bug #12731 fixed - Code generation produced erroneous block.
3942 * Bug #12732 fixed - Improper Copyright comments in the files were generated by the code
3945 * Bug #12796 fixed - There was some mismatches between implicit
3946 and explicit ports of superblocks.
3948 * Bug #12797 fixed - I/O blocks generated by "Selection to Superblocks" had
3951 * Bug #12868 fixed - There were several problems with PULSE_SC block.
3953 * Bug #12869 fixed - min and max were not defined but used in Xcos generated code.
3955 * Bug #12873 fixed - scicos_flat produced an unexpected error after a diagram
3958 * Bug #12874 fixed - CSCOPE marks sizes were too small.
3960 * Bug #12877 fixed - Incorrect output port dimensions and types in GENSIN_f, GENSQR_f,
3961 STEP_FUNCTION and STEP blocks fixed.
3963 * Bug #12924 fixed - Blocks type 2004 was not handled as a valid block type.
3965 * Bug #12934 fixed - Separate compilation of a superblock could fail due to under
3966 determined signal sizes.