1 Changes between version 5.5.0-beta-1 and 5.5.0
2 ==============================================
7 * The figures "visible" property now also applies to uicontrols.
8 In previous releases, only axes were managed by this property setting.
10 * New functions introduced:
11 - jcreatejar - Creates a Java archive (JAR) from a set of files / directories
17 * Bug #2067 fixed - Scilab crashed when plot was called with a large numerical value.
19 * Bug #4401 fixed - isnum did not recognize all constants or some complex numbers.
21 * Bug #5016 fixed - condestsp could return different results when repeated calls were performed.
23 * Bug #6689 & #6690 fixed - grand now works with complexes, polynomials, booleans, integers, sparses and strings,
24 and can take row vectors, matrices and hypermatrices of thoses types.
26 * Bug #6824 fixed - resize_matrix did not manage hypermatrices.
28 * Bug #7038 fixed - Toolbar button managing datatip mode did not toggle.
30 * Bug #7047 fixed - milk_drop is now obsolete. It will be removed in Scilab 5.5.1, but will be kept as a demo.
32 * Bug #7133 fixed - help_from_sci with no input argument now launches a full demonstration.
34 * Bug #7570 fixed - The switch criterion on x and y is now explicited in beta() help page.
36 * Bug #7705 fixed - In the Genetic algorithms help pages, documented the
37 "dimension", "minbounds" and "maxbounds" fields.
39 * Bug #7858 fixed - variance and variancef can now return the mean of the input
40 in a new output argument and take the a priori mean as input.
42 * Bug #7879 fixed - string now accepts plist type, and printing a plist displays that string.
44 * Bug #8031 fixed - cdfgam error message fixed.
46 * Bug #8231 fixed - xrect help page did not say that clipping property was inherited.
48 * Bug #8337 fixed - mtlb_rand now uses the "uniform" rule, whatever the random rule set is.
50 * Bug #8745 fixed - Extracting from an empty matrix automatically returned an empty matrix.
52 * Bug #9031 fixed - Misalignment of text when using xstring with a matrix fixed.
54 * Bug #9033 fixed - auto_dimensionning property for text handles was not documented.
56 * Bug #9110 fixed - Examples and references to other functions added in the Statistics help pages.
58 * Bug #9627 fixed - Arguments checking added in optimsimplex_* functions.
60 * Bug #9697 fixed - Printed information for optim "qn" and "gc" with bounds and imp=1 fixed.
62 * Bug #10175 fixed - Clearer example added for sp2adj to adj2sp conversion (and backwards conversion).
64 * Bug #10234 fixed - reglin function moved from CACSD to Statistics module.
66 * Bug #10271 fixed - ordmmd now checks the consistency of the third input argument with the
67 input matrix defined by the two first input arguments.
69 * Bug #10273 fixed - spchol help page now displays an example showing how to use its output arguments.
71 * Bug #11571 fixed - x_mdialog did not let the Look&Feel select the window size.
73 * Bug #11680 fixed - GUI functions in Scilab 5.4.X were much slower than in Scilab 5.3.3.
75 * Bug #12682 fixed - Key events were disabled after zooming.
77 * Bug #12769 fixed - xset("window", 1) did not set the current axes.
79 * Bug #12882 fixed - Some help pages were not clear.
81 * Bug #12910 fixed - Some typos fixed.
83 * Bug #12938 fixed - No java compiler was available in Linux binary version.
85 * Bug #12943 fixed - Datatips misworked when 2D plots were rotated.
87 * Bug #12948 fixed - When host is not found, getURL caused a Crash To Desktop.
89 * Bug #12950 fixed - getURL ignored the proxy settings on Windows.
91 * Bug #12951 fixed - Interactive zoom was broken.
93 * Bug #12956 fixed - splitURL with no protocol in URL provokes an access
96 * Bug #12957 fixed - splitURL and getURL were not declared as new 5.5 functions.
98 * Bug #12962 fixed - xinfo documentation was not clear.
100 * Bug #12963 fixed - drawaxis did not place the axis correctly.
102 * Bug #12971 fixed - getURL downloaded file name was wrong.
104 * Bug #12973 fixed - Exception occuring when clicking on a figure at creation fixed.
106 * Bug #12976 fixed - getURL returns a file name instead of a file path.
108 * Bug #12978 fixed - exportUI returned an error when input argument was a figure handle.
110 * Bug #12979 fixed - exportUI did not work with vectorial export.
112 * Bug #12990 fixed - GED features conflicted with figure events.
114 * Bug #13000 fixed - []./int8(3) and on int8(3)./[] led to an endless recursive.
116 * Bug #13003 fixed - String to enum converter added to Java external objects.
118 * Bug #13004 fixed - Debug infos were printed on an error with eoj.
120 * Bug #13005 fixed - jcompile did not use the classpath to compile.
122 * Bug #13007 fixed - Compilation errors were not returned by jcompile.
124 * Bug #13008 fixed - 'help $' now opens the 'Symbols' help page.
126 * Bug #13010 fixed - Wrong class was returned by jcompile (with ecj).
128 * Bug #13011 fixed - ilib_compile failed under MacOS X 10.9.
130 * Bug #13012 fixed - Vectorial export of rotated strings was wrong.
132 * Bug #13014 fixed - Update of the Efficiency inner variable improved in optim_ga.
134 * Bug #13015 fixed - Computation of Efficiency inner variable improved in optim_ga.
136 * Bug #13022 fixed - Vectorial export did not clip large segments.
138 * Bug #13027 fixed - There was no autowrap into array in JIMS.
140 * Bug #13032 fixed - Fixed CMATVIEW help example and created one for CMAT3D.
142 * Bug #13033 fixed - -1 could not be used as nax argument in plot2d.
144 * Bug #13036 fixed - Help page associated to history browser was wrong.
146 * Bug #13041 fixed - Wrong result was returned for "integer scalar" minus "integer vector".
148 * Bug #13042 fixed - Texts in graphics were not correctly centered.
150 * Bug #13047 fixed - jcompile did not allow class reloading.
152 * Bug #13049 fixed - New handled protocols added in links in SciNotes.
154 * Bug #13053 fixed - datatipCreate did not return datatip handle.
156 * Bug #13055 fixed - Array indexing did not follow Scilab convention in JIMS.
158 * Bug #13061 fixed - hdf5 demo failed with a read only file.
164 * xcos_debug_gui function added for a simple use of the Debug block.
166 * Bug #12423 fixed - Data types of SWITCH2_m were not documented.
168 * Bug #12998 fixed - 'ans' was not ignored in the context results.
170 * Bug #13006 fixed - Selection to superblock (in_f and out_f) was failing.
172 * Bug #13030 fixed - Selection to superblock did not reset the origin.
174 * Bug #13059 fixed - Nan propagated at startup made the simulation fail.
177 Changes between version 5.4.1 and 5.5.0-beta-1
178 ==============================================
183 * New special functions:
184 - erfi - The imaginary error function.
185 - dawson - Compute the Dawson function (scaled imaginary error).
187 * New functions introduced:
188 - getURL - Download a URL (HTTP, HTTPS, FTP...)
189 - splitURL - Split a URL (HTTP, HTTPS, FTP...)
190 - cov - Covariance matrix. Deprecates mvvacov. See bug #11896 fixed.
191 - ismatrix - Check if a variable is a matrix. See bug #10456 fixed.
192 - isrow - Check if a variable is a row vector. See bug #10456 fixed.
193 - iscolumn - Check if a variable is a column vector. See bug #10456 fixed.
194 - issquare - Check if a variable is a square matrix. See bug #10456 fixed.
195 - cross - Vector cross product. See bug #9941 fixed.
196 - members - Number of occurrences and linear indexes of common values between
197 two matrices of the same type.See bug #12705 fixed.
199 * Add a complete set of functions to read and write any HDF5 file from Scilab.
202 - daskr - differential-algebraic system solver with rootfinding 'daskr', using
203 BDF methods with direct and preconditioned Krylov linear solvers, based on ODEPACK.
205 * Based on JIMS external module, Scilab provides functions to interact
208 * erf, erfc, erfcx and calerf functions now support complex arguments.
210 * isnum has been redesigned in native code. Performance improvements up to 130x.
213 * Allow the usage of the '$' keyword in part function.
215 * The histplot command can now be used with the option polygon=%t/%f to add the
216 frequency polygon chart (thanks to Mehran Khorshidi).
218 * Multi level completion on mlist, struct, XML structures...
220 * Variable browser improvements:
221 - The variable browser also shows the size of integers and the user type of
223 See bugs #12523 and #10409
224 - It is now possible to delete variables from the variable browser.
226 - A user can now plot variables from the variable browser (this functionality was
227 already available in the variable editor).
229 * Added lighting effect for plot of surfaces. Lighting can be enabled
230 creating light objects or disabled by deleting them. The following function
232 - light - Creates a light graphic object.
235 - Multiple domains in localization managed.
236 - addlocalizationdomain function added for a new domain creation.
237 - Optional parameter added to gettext to manage domains.
238 - tbx_generate_pofile and tbx_build_localization added to create localization files for
241 * Windows Solution updated to Visual Studio 2012.
243 * -keepconsole option added for Scilab Windows to facilitate debugging.
244 Calling Scilab with this option will leave the console box window opened at startup.
246 * License update: switch to the CeCILL 2.1.
248 * test_run() can now separate 32bits systems from 64bits ones.
254 * New calling sequence allowed for nicholschart: nicholschart(gains, phases, colors).
257 * qp_solve can now take up to 5 output arguments. The last one is an error flag,
258 if it is present, then the function will display a warning instead of an error.
261 * graypolarplot has been improved in terms of performances and rendering.
264 * nthroot is now vectorizable.
267 * New optional output argument for routh_t.
271 Differential Equations
272 ======================
274 * Netlib's Quadpack, used for definite integration, has been updated to match the upstream.
280 * Autosave feature can now use %date to append the current date to the backup filename
287 * New DAE solver: DDaskr, using BDF methods with direct Newton and preconditioned Krylov
288 linear solvers, which includes rootfinding.
289 It is available from dae function.
291 * In Modelica initialization GUI, inputs (eg. sensor) were not handled.
293 * Sundials updated to the "2.5.0" version, keeping our modifications.
295 * JGraphX updated to the "2.1.0.7" version, updating our hooks performance.
297 * API changed in the scicos_block4 interface: the uid value is not available
298 inside the simulation function.
300 * xcosAddToolsMenu added to let the user perform some actions on the graph.
302 * CBLOCK4 block added to the "User-Defined Functions"
308 * Some Xcos specific content added to xcos_toolbox_skeleton help pages.
314 * Minimal version of Flexdock (1.2.4) enforced.
317 Obsolete & Removed Functions
318 ============================
320 * Scilab 5.5.X family will be the latest family working under Windows XP/2003.
322 * Vector ^ scalar syntax declared as obsolete. See bug #11524
324 * The third argument of poly function will be more strict.
325 Only the following strings are allowed: "roots", "coeff", "c", "r".
327 * Option and direction arguments of gsort will be more strict in all cases.
328 Only the following strings are allowed:
329 - option: "r" "c" "g" "lr" "lc"
330 - direction : "d" "i"
332 * nfreq tagged as obsolete. Will be removed in Scilab 5.5.1.
333 Please use tabul instead.
335 * IsAScalar tagged as obsolete. Will be removed in Scilab 5.5.1.
336 Please use isscalar instead.
338 * chart tagged as obsolete. Will be removed in Scilab 5.5.1.
339 Please use nicholschart instead.
341 * Second output argument of add_param tagged as obsolete. Will be removed in Scilab 5.5.1.
343 * mvvacov tagged as obsolete. Will be removed in Scilab 6.0.0.
344 Please use cov instead.
346 * dft removed, please use fft instead.
348 * sscanf removed, please use msscanf instead.
350 * fscanf removed, please use mfscanf for files opened with mopen or read for files opened
353 * fprintf removed, please use mfprintf for files opened with mopen or write for files
354 opened with file instead.
356 * milk_drop tagged as obsolete. Will be removed in Scilab 5.5.1.
362 * paramfplot2d: When theta input argument was a column vector, an error occurred.
364 * Bug #2267 fixed - Wrong error message when ticks locations and labels did not have the
367 * Bug #2416 fixed - Particular case (string([]) returns []) has been added in string help
370 * Bug #3511 fixed - strindex did not return all occurrences in regexp mode.
372 * Bug #3928 fixed - An error was returned when a matrix was flipped along the third
375 * Bug #4042 fixed - squeeze returned a hypermatrix instead of a matrix when at least one
376 dimension was equal to 1.
378 * Bug #4085 fixed - num2cell help page added.
380 * Bug #4229 fixed - delip did not return an error if one element of its first input
381 argument was negative.
383 * Bug #4383 fixed - csim with "step" and "impuls" now works with direct feedthrough.
385 * Bug #4481 fixed - iir help page updated to precise that frq can be a scalar.
387 * Bug #4731 fixed - lqr failed when the time domain of an input was a number.
389 * Bug #4743 fixed - Graphics with too big or too small values did not work.
391 * Bug #5073 fixed - New parameter added in strtod function (decimal separator).
393 * Bug #5205 fixed - permute was slow for large hypermatrices.
395 * Bug #5207 fixed - grand can now return a hypermatrix.
397 * Bug #5365 fixed - makecell help page was in the "compatibility functions" directory
398 instead of being in "data_structures".
400 * Bug #5539 fixed - sylv help page was wrong in discrete-time cases.
402 * Bug #5616 fixed - typeof(uiCreateTree(...)) returned "Tree" instead of "uitree".
404 * Bug #5694 fixed - numdiff help page clarified.
406 * Bug #5779 fixed - xnumb number format was too small (+ unit test added).
408 * Bug #6037 fixed - macrovar help page improved.
410 * Bug #6168 fixed - zpbutt, zpch1, zpch2 and zpell help pages were unclear.
412 * Bug #6390 fixed - The "external" argument of odecd was not well documented and
415 * Bug #6427 fixed - full([%T %F]) returned an error message.
417 * Bug #6466 fixed - Example with vectorized input added in mprintf and msprintf help pages.
419 * Bug #6638 fixed - The profiler output was incorrect by a factor of 1000 under Windows.
421 * Bug #6693 fixed - modulo did not accept polynomial inputs. Help page was not updated.
423 * Bug #6752 fixed - unit test scilab.tst has been split in different tests.
425 * Bug #6840 fixed - New line_style added.
427 * Bug #6988 fixed - Error messages in modules/data_structures/src/c/hmops.c were not
430 * Bug #7026 fixed - There was no unit test for plot2d.
432 * Bug #7080 fixed - Some graphic macros did not use standard error messages.
434 * Bug #7204 fixed - geomean applied to a hypermatrix gave wrong results.
436 * Bug #7206 fixed - If the second input argument of meanf function was a hypermatrix,
437 this function returned an error.
439 * Bug #7296 fixed - %nan, %inf and -%inf enabled for the cdf* functions.
441 * Bug #7411 fixed - clf forgot to turn off the datatip mode.
443 * Bug #7486 fixed - LAPACK versions of DGELSY and ZGELSY now used.
445 * Bug #7596 fixed - A same error happening in different places now displays the same
448 * Bug #7648 fixed - CDF functions now display a warning for non integer
449 "degrees of freedom" argument.
451 * Bug #7655 fixed - An example added in type help page, for type(X)=11 and type(X)=13.
453 * Bug #7684 fixed - Introduction demonstration splitted into subsections.
455 * Bug #7781 fixed - The second parameter of iqr function had no effect.
457 * Bug #7782 fixed - lcm and gcd help pages improved to tell the user how to use both
460 * Bug #7824 fixed - title function properties did not support an indexed color.
462 * Bug #7826 fixed - chart tagged as obsolete.
464 * Bug #7828 fixed - Slight improvements in nicholschart.
466 * Bug #7848 fixed - The third argument of correl function is now optional.
468 * Bug #7877 fixed - iirgroup function fixed.
470 * Bug #7927 fixed - Output "flag" in qmr function was not well documented.
472 * Bug #7960 fixed - plzr could not produce pole zero plot for a simple transfer function.
474 * Bug #8058 fixed - The user can now set the tolerances of intc function.
476 * Bug #8098 fixed - cumsum could not be applied to rational matrices.
478 * Bug #8162 fixed - Area of stability of plzr was wrong for continuous systems
481 * Bug #8211 fixed - Parameters module demonstration finalized.
483 * Bug #8234 fixed - strtod did not return an empty matrix when the input argument was an
486 * Bug #8264 fixed - Matlab to Scilab dictionary help page updated for atan2.
488 * Bug #8319 fixed - dbphi(hypermat) and phasemag(hypermat) returned a matrix instead of
491 * Bug #8373 fixed - clear can now handle a matrix of strings argument.
493 * Bug #8415 fixed - optim_moga, optim_nsga, optim_nsga2 can now take list as input
494 arguments, as explained in their help pages.
496 * Bug #8462 fixed - bvodeS could make Scilab unstable.
498 * Bug #8470 fixed - bvode displayed some output in terminal window and not in
501 * Bug #8479 fixed - The latest Saxon version was not supported.
503 * Bug #8511 fixed - sprand now uses grand instead of rand and grand functions. Internal
504 state of the random generator is no more changed.
506 * Bug #8561 fixed - ddassl, ddasrt, ddaskr: abs and rel tolerance sizes are now checked.
508 * Bug #8597 fixed - grand/clcg4 could display uncontrolled messages as warning.
510 * Bug #8607 fixed - Some error messages in modules/overloading/macros were not standard
513 * Bug #8614 fixed - Unit test for barhomogenize added.
515 * Bug #8636 fixed - roots help page updated (default algorithm value was wrong).
517 * Bug #8667 fixed - The handling of %nan in min, max, median functions was not properly
520 * Bug #8680 fixed - "end" output argument of regexp function has been changed.
522 * Bug #8687 fixed - typeof function failed on uint8, depending on the format
525 * Bug #8695 fixed - optim_ga used old (initial) values instead of newly-computed ones.
527 * Bug #8778 fixed - Call_ScilabOpen, TerminateScilab could not be called more
528 than 80 times in a loop.
530 * Bug #8779 fixed - gsort did not preserve the order of equal elements, in
533 * Bug #8820 fixed - squeeze did not return a matrix when the number of dimensions
534 of the result was less or equal to 2.
536 * Bug #8824 fixed - taucs_chfact returned a segfault (not the case in nwni mode).
538 * Bug #8840 fixed - fileparts did not manage matrix of strings.
540 * Bug #8856 fixed - Non regression test added for [k,l,m,...]=find(a==5).
541 Non regression test of bug #476 updated.
543 * Bug #8857 fixed - Non regression test of bug #477 updated.
545 * Bug #8858 fixed - Non regression test of bug #480 updated.
547 * Bug #8862 fixed - mget and mput could not read and write 64 bit data from
550 * Bug #9004 fixed - bitcmp function called with one input argument returned an error.
552 * Bug #9020 fixed - exists function did not accept matrix as first input argument.
554 * Bug #9059 fixed - tbx_build_macros and genlib did not stop even if an error occurred.
556 * Bug #9109 fixed - nfreq tagged as obsolete.
558 * Bug #9158 fixed - zeros called with a big number returned an empty matrix instead
561 * Bug #9208 fixed - Added three optional output arguments to optim,
562 to retrieve #iterations, #evaluations and a termination indicator.
564 * Bug #9385 fixed - The type checking in trigonometric functions has been added.
566 * Bug #9394 fixed - is_param recognized "plist" as an existing field.
568 * Bug #9395 fixed - add_param did not check its input arguments.
570 * Bug #9396 fixed - add_param accepted duplicate keys.
572 * Bug #9459 fixed - Default values of the optional plot3d arguments were not documented.
574 * Bug #9537 fixed - optimbase_configure only allowed row vectors as initial value.
575 Column vectors now allowed by transposing them.
577 * Bug #9538 fixed - optimbase_checkshape only allowed row vectors as output arguments of
578 cost function. Column vectors are now allowed by transposing them.
580 * Bug #9577 fixed - Setting neldermead_configure("-numberofvariables") is now optional,
581 setting neldermead_configure("-x0") initializes -numberofvariables
584 * Bug #9601 fixed - Cylinder demonstration fixed.
586 * Bug #9688 fixed - optim could crash when "imp" option was < 0. It is now set to 0 in
589 * Bug #9690 fixed - The "imp" option for optim could crash Scilab and was not consistent
592 * Bug #9691 fixed - "imp" option in optim help page was poorly documented.
594 * Bug #9694 fixed - Example in optim help page fixed to display correct counters.
596 * Bug #9702 fixed - Contrary to what optim help page stated, the "gc" algorithm does use
597 the "epsx" parameter.
599 * Bug #9780 fixed - gmres solver did not run with complex systems.
601 * Bug #9788 fixed - neldermead can now produce a warning when it fails to converge,
602 thanks to a new input argument "warn".
604 * Bug #9821 fixed - getrelativefilename did not manage matrix of strings.
606 * Bug #9851 fixed - Error message occurred because of a cut-off frequency of 0.25Hz
609 * Bug #9859 fixed - It was not possible to draw arrows in 3-D using xarrows.
611 * Bug #10146 fixed - In SciNotes, 'help on keyword' moved from bottom to top in the popup
614 * Bug #10180 fixed - det was not defined for sparse matrices.
616 * Bug #10213 fixed - sci2exp help page updated to document the impact of format function.
618 * Bug #10216 fixed - Invalid syntaxes for zeros, ones, eye, rand, like zeros(2,:).
620 * Bug #10226 fixed - When a // <empty session> line was deleted, all sessions
621 histories were folded.
623 * Bug #10254 fixed - Slight improvements in ones help page.
625 * Bug #10269 fixed - qp_solve can now take up to 5 output arguments. The last one is an
626 error flag, if it is present, then the function will issue a warning
629 * Bug #10276 fixed - qp_solve segfaulted with large matrices.
631 * Bug #10287 fixed - Error message added for complex expression as input argument of
634 * Bug #10305 fixed - Comparison of lists with empty items returned an error message.
636 * Bug #10596 fixed - exit(xxx) from Scilab failed.
638 * Bug #10818 fixed - home, %e, %t, %f, %z and %s help pages added.
640 * Bug #10823 fixed - fullpath returned different results under Windows and Linux for
643 * Bug #10862 fixed - Add a without Internet connection installation
644 global configuration in the installer.
646 * Bug #10866 fixed - det was not equivalent to detr for rational matrices.
648 * Bug #10906 fixed - Typo fixed in cls2dls help page.
650 * Bug #10930 fixed - The comments in armax function were in French.
652 * Bug #10995 fixed - Typo fixed in grand help page for Gamma law argument.
654 * Bug #11065 fixed - The second output argument of unique function contained a wrong result.
656 * Bug #11139 fixed - conj was not defined for sparse matrices (+ unit test added).
658 * Bug #11308 fixed - Calling sequences in dsearch help page were wrong.
660 * Bug #11343 fixed - The "isoview" figure property did not work when the axes
661 margins had been modified.
663 * Bug #11648 fixed - Copying graphic via the clipboard did not work.
665 * Bug #11766 fixed - nthroot has been added to m2sci help page.
667 * Bug #11792 fixed - Lists can be accessed with non integer indexes (list help page
670 * Bug #11869 fixed - "Environment" was not localized in preferences.
672 * Bug #11885 fixed - Each rand has been changed to grand in genetic algorithms and
673 simulated annealing functions.
675 * Bug #11891 fixed - Fisher ratio could be inaccurate for one-way ANOVA.
677 * Bug #11997 fixed - In case of invalid variable name, save function now returns an error
678 instead of a compatibility warning.
680 * Bug #12034 fixed - max function did not manage empty matrices.
682 * Bug #12045 fixed - repmat returned wrong results if the values of an input matrix were
685 * Bug #12070 fixed - Removing a module can now be done in an on-line mode even if
686 it has been installed in an off-line mode.
688 * Bug #12080 fixed - lsqrsolve always printed messages.
690 * Bug #12085 fixed - Under Windows, csvWrite wrote wrong EOL.
692 * Bug #12114 fixed - libstdc++ is now compiled as static instead of using the
693 library from thirdparty.
695 * Bug #12118 fixed - ode could take complex externals.
697 * Bug #12143 fixed - "stop entity picker" (ged(11)) returned an error message.
699 * Bug #12150 fixed - datatipCreate failed with one single point.
701 * Bug #12163 fixed - unzoom did not work with a single input argument.
703 * Bug #12212 fixed - Export of a polyline in 2-D broke it into several segments.
705 * Bug #12326 fixed - There was no way to set LaTeX font size in preview.
707 * Bug #12349 fixed - In SciNotes, when the view was splitted, removing a char made the
710 * Bug #12376 fixed - Exec & edit buttons in the help pages examples were sometimes
713 * Bug #12413 fixed - ATOMS packages could not be removed if ATOMS had never been on-line.
715 * Bug #12415 fixed - PATH environment variable grew when using call_scilab in a loop.
717 * Bug #12426 fixed - By using addErrorMessage, a random string error could be displayed.
719 * Bug #12433 fixed - show_pixmap function was removed from Scilab but still used in some
722 * Bug #12443 fixed - The behavior of mopen in text file mode has been documented
725 * Bug #12463 fixed - Wrong specification for rect=[x,y,w,h] argument in xstringb
728 * Bug #12470 fixed - Variable browser was not refreshed after loading an environment.
730 * Bug #12473 fixed - Problems with "é" in mkdir French help page.
732 * Bug #12475 fixed - csvRead did not support double quoted fields.
734 * Bug #12490 fixed - plot did not call clf; in its help page example producing a
737 * Bug #12506 fixed - In SciNotes, a miscolorization could occurred when returned values
740 * Bug #12508 fixed - Wrong error message in rand function fixed.
742 * Bug #12518 fixed - Polynoms were not displayed by default in the variable browser.
744 * Bug #12520 fixed - Improve the description of the size in the variable browser.
746 * Bug #12527 fixed - Scilab user functions were not listed in the variable browser.
748 * Bug #12547 fixed - In SciNotes, lines were wrongly numbered with splitted function
751 * Bug #12548 fixed - Duplicated code in xmltoformat removed.
753 * Bug #12550 fixed - optimbase and optimsimplex help pages were not standard.
755 * Bug #12551 fixed - Stack problem with diary([],"pause") and diary([],"resume") fixed.
757 * Bug #12556 fixed - A fatal error occurred when calling set with wrong instructions.
759 * Bug #12557 fixed - Valid function names were not specified in function and functions
762 * Bug #12564 fixed - Compile and run javasci help page was not clear about needed packages.
764 * Bug #12581 fixed - isfield could not support mlist or tlist.
766 * Bug #12589 fixed - Call sequence for spzeros & spones were missing in French
769 * Bug #12592 fixed - Scilab hung with plot(-0).
771 * Bug #12593 fixed - A wrong error message was returned when running genlib with an
772 error in the sci file.
774 * Bug #12600 fixed - mput did not manage unsigned integer.
776 * Bug #12606 fixed - Overloads for grand were not standard.
778 * Bug #12613 fixed - gsort did not return correct results with %nan.
780 * Bug #12614 fixed - Helpbrowser was not launched in EDT.
782 * Bug #12615 fixed - Graphics seemed to be freezed after a call to plot/bar/barh with
783 a bad LineSpec argument.
785 * Bug #12624 fixed - In case of errors in Scilab macros, "make check-TESTS" did not fail
788 * Bug #12627 fixed - At restoration, a window could be out of the screen.
790 * Bug #12629 fixed - The last example of csim help page defined a function called
791 input (overwriting the Scilab one).
793 * Bug #12631 fixed - A "see also" link has been added from progressionbar to waitbar
796 * Bug #12634 fixed - ATOMS modules could not be installed from an archive file
797 already existing in SCI/contrib/archives in "offline" mode.
799 * Bug #12637 fixed - In some help pages, some signal processing functions were not in
802 * Bug #12639 fixed - justify([], position) returned an error instead of [].
804 * Bug #12641 fixed - graypolarplot has been fully vectorized as it was too slow.
806 * Bug #12657 fixed - Computation of v1.^v2 is now done without any memory allocation,
807 when v1 and v2 are real arrays, v1 >= 0 and v2 integer.
809 * Bug #12668 fixed - Undocking SciNotes led to an exception.
811 * Bug #12678 fixed - nthroot now accepts vector/matrix as second argument.
813 * Bug #12679 fixed - Argument type check added in gcd and lcm.
815 * Bug #12686 fixed - Error returned by diff fixed.
817 * Bug #12702 fixed - When no extra parameters were needed in the cost function,
820 * Bug #12703 fixed - In SciNotes, common shortcuts 'SHIFT DELETE', 'SHIFT INSERT'
823 * Bug #12705 fixed - members function added. It allows to find the number of occurrences
824 and linear indexes for common values between two matrices of the
827 * Bug #12706 fixed - A wrong size of a matrix as input argument of cross function was
830 * Bug #12708 fixed - Incorrect display in SciNotes preferences fixed (onmouseover styles).
832 * Bug #12712 fixed - In SciNotes, autosaving can now use %date to append the current
833 date to the backup filename.
835 * Bug #12715 fixed - Variable cross in pspect and cspect has been renamed because of
836 conflicts with cross function.
838 * Bug #12736 fixed - In SciNotes, the Completion window appeared only in first tab.
840 * Bug #12747 fixed - legendre now accepts the -1 and 1 values for third argument.
842 * Bug #12749 fixed - fscanfMat help page updated.
844 * Bug #12758 fixed - Focus issue with plot3d fixed.
846 * Bug #12761 fixed - The https:// protocol was not supported on ATOMS.
848 * Bug #12772 fixed - eigs failed when trying to solve a sparse matrix eigen value problem.
850 * Bug #12774 fixed - Various typos fixed.
852 * Bug #12775 fixed - Some related functions were not listed in "See also" section of
855 * Bug #12778 fixed - Insertion of an empty matrix in an integer matrix led to a
858 * Bug #12779 fixed - savewave had a miscoding in the internal function write_wavedat.
860 * Bug #12783 fixed - There were some inconsistent error messages in dsearch.
862 * Bug #12790 fixed - Links to ZCOS files in documentation were broken.
864 * Bug #12791 fixed - More information is now given in case of failure during the ATOMS
867 * Bug #12793 fixed - Improved the bode() plots with a new option "rad" to convert plot into rad/s
868 and a new function bode_asymp() to draw the system asymptotes.
870 * Bug #12794 fixed - calfrq.sci code did not follow Scilab standard.
872 * Bug #12795 fixed - Typos fixed in CACSD help page.
874 * Bug #12800 fixed - Typo fixed in Polynomials help page.
876 * Bug #12804 fixed - Typos fixed in routh_t help page.
878 * Bug #12807 fixed - Display of showprofile improved.
880 * Bug #12808 fixed - Add missing </td> in documentation generation (note, warning, ...).
882 * Bug #12813 fixed - flipdim function extended to any type of input data.
884 * Bug #12814 fixed - Improvements of pertrans help page.
886 * Bug #12815 fixed - levin redefined cov as a variable.
888 * Bug #12816 fixed - Numbers pasted in editvar were not parsed according to locale.
890 * Bug #12818 fixed - Segfault in set function with invalid property values dimension.
892 * Bug #12823 fixed - In help generation (toolbox) links were not correctly handled.
894 * Bug #12827 fixed - noisgen help page improved.
896 * Bug #12828 fixed - routh_t gave a wrong result if the first element of a row was zero.
898 * Bug #12829 fixed - New optional output argument added for routh_t function.
900 * Bug #12830 fixed - In SciNotes, it was not possible to execute a replace action
901 from the caret position.
903 * Bug #12831 fixed - In SciNotes toolbar, there was no button to open code navigator.
905 * Bug #12833 fixed - In SciNotes, there was no autoscroll when searching a pattern.
907 * Bug #12836 fixed - Error fixed in strcmpi help page.
909 * Bug #12839 fixed - Typo fixed in getVariablesOnStack help page.
911 * Bug #12840 fixed - Typo fixed in number_properties.xml help page.
913 * Bug #12852 fixed - Visual Studio 2012 SDK configuration was incorrect.
915 * Bug #12858 fixed - Typo fixed in debug and pause French help pages.
917 * Bug #12859 fixed - Fixed optional argument in isdef help page.
919 * Bug #12863 fixed - size(state-space, "r") returned an error.
921 * Bug #12875 fixed - phasemag returned an error for input vector containing zeros.
923 * Bug #12887 fixed - Scilab hung with auto_clear set to on and log_flags set to true.
925 * Bug #12888 fixed - sysdiag was not documented about block diagonal matrices build.
927 * Bug #12906 fixed - champ and champ1 help pages updated
929 * Bug #12909 fixed - Completion on (mt)list led to a crash.
931 * Bug #12911 fixed - Matlab to Scilab dictionary help page updated for eig.
933 * Bug #12913 fixed - linspace returned an error if the third argument was an integer type
936 * Bug #12916 fixed - power help page improved.
938 * Bug #12919 fixed - Rotation on plots was disabled after using menus.
940 * Bug #12927 fixed - ones function could not take integer type input.
942 * Bug #12931 fixed - ATOMS redefined "message" keyword.
948 * Bug #7350 fixed - The I/O ports numbering of a superblock was not updated
949 when a new port was dropped.
951 * Bug #8570 fixed - "Region to superblock" has been renamed to
952 "Selection to superblock".
954 * Bug #11518 fixed - CLR block-text was displayed out of the bounding box
957 * Bug #11776 fixed - CMSCOPE did not take into account label&Id parameter.
959 * Bug #12359 fixed - Xcos files have been converted to ZCOS to gain some space.
961 * Bug #12384 fixed - Using a Modelica part linked with an explicit link to
962 another Modelica part led to an algebraic loop error.
964 * Bug #12387 fixed - The "Modelica initialize" setup menu option did not blur
967 * Bug #12414 fixed - SWITCH_m block had different behaviors
968 for different types of inputs.
970 * Bug #12424 fixed - Calling lincos on a derivative block made Scilab crash.
972 * Bug #12460 fixed - xcosPalGenerateAllIcons sometimes crashed Scilab.
974 * Bug #12461 fixed - Cancelling zoom out by zooming in did not fully work.
976 * Bug #12561 fixed - SELECT_m and RELAY_f did not behave as expected.
978 * Bug #12568 fixed - "Recent files" menu entry is now below the "Open" one.
980 * Bug #12590 fixed - Block shape style was removed on file loading.
982 * Bug #12603 fixed - ZCOS files could contain blocks with modified (eg. invalid)
985 * Bug #12619 fixed - DLR discrete block did not display LaTeX formula
986 like CLR continuous block.
988 * Bug #12651 fixed - The 'nw' scicos_simulate option did not work while
989 passing a previous Info simulation status.
991 * Bug #12664 fixed - Inverted pendulum French localization in the Xcos demonstrations was
994 * Bug #12667 fixed - 'Recent Files' menu was not localized.
996 * Bug #12731 fixed - Code generation produced erroneous block.
998 * Bug #12732 fixed - Improper Copyright comments in the files were generated by the code
1001 * Bug #12796 fixed - There was some mismatches between implicit
1002 and explicit ports of superblocks.
1004 * Bug #12797 fixed - I/O blocks generated by "Selection to Superblocks" had
1007 * Bug #12868 fixed - There were several problems with PULSE_SC block.
1009 * Bug #12869 fixed - min and max were not defined but used in Xcos generated code.
1011 * Bug #12873 fixed - Scicos_flat produced an unexpected error after a diagram
1014 * Bug #12874 fixed - CSCOPE marks sizes were too small.
1016 * Bug #12877 fixed - Incorrect output port dimensions and types in GENSIN_f, GENSQR_f,
1017 STEP_FUNCTION and STEP blocks fixed.
1019 * Bug #12924 fixed - Blocks type 2004 was not handled as a valid block type.
1021 * Bug #12934 fixed - Separate compilation of a superblock could fail due to under
1022 determined signal sizes.