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
12 - ilib_build_jar - Builds Java packages from sources into a JAR file
14 * modulo() and pmodulo() now support integers & hypermatrices (See bug #13002).
16 * test_run() can now separate 32bits systems from 64bits ones.
18 * pol2str(): support to polynomials with complex coefficients and hypermatrices (See bug #13109).
21 Obsolete & Removed Functions
22 ============================
24 * msd and st_deviation tagged as obsolete (See bug #7593). Will be removed in Scilab 5.5.1.
25 Please use stdev instead.
27 * pcg tagged as obsolete. Will be removed in Scilab 5.5.1.
28 Please use conjgrad instead.
30 * milk_drop tagged as obsolete. Will be removed in Scilab 5.5.1.
32 * clear_pixmap removed, please use drawlater/drawnow instead.
38 * Bug #2067 fixed - Scilab crashed when plot was called with a large numerical value.
40 * Bug #4401 fixed - isnum did not recognize all constants or some complex numbers.
42 * Bug #4649 fixed - License issue in the xs2ppm help page fixed.
44 * Bug #4965 fixed - Setting links property for a handle of type legend did not work.
46 * Bug #5016 fixed - condestsp could return different results when repeated calls were performed.
48 * Bug #5886 fixed - There was no property labels_font_style on axis.
50 * Bug #6615 fixed - ui(get|put)file did not center the file dialog on the last focused window.
52 * Bug #6689 & #6690 fixed - grand now works with complexes, polynomials, booleans, integers, sparses and strings,
53 and can take row vectors, matrices and hypermatrices of thoses types.
55 * Bug #6824 fixed - resize_matrix did not manage hypermatrices.
57 * Bug #6832 fixed - Matrices of rationals can now be transposed via the " .' " operator.
59 * Bug #7038 fixed - Toolbar button managing datatip mode did not toggle.
61 * Bug #7047 fixed - milk_drop is now obsolete. It will be removed in Scilab 5.5.1, but will be kept as a demo.
63 * Bug #7084 fixed - Old, not documented and deprecated gr_menu function removed.
65 * Bug #7133 fixed - help_from_sci with no input argument now launches a full demonstration.
67 * Bug #7570 fixed - The switch criterion on x and y is now explicited in beta() help page.
69 * Bug #7593 fixed - stdev now encompasses msd and st_deviation thanks to a new optional input argument.
71 * Bug #7705 fixed - In the Genetic algorithms help pages, documented the
72 "dimension", "minbounds" and "maxbounds" fields.
74 * Bug #7739 fixed - Axis position was invalid in log modes.
76 * Bug #7858 fixed - variance and variancef can now return the mean of the input
77 in a new output argument and take the a priori mean as input.
79 * Bug #7879 fixed - string now accepts plist type, and printing a plist displays that string.
81 * Bug #8031 fixed - cdfgam error message fixed.
83 * Bug #8060 fixed - Display of a list improved in the variable browser.
85 * Bug #8133 fixed - Ticks disappeared in planar 3D view.
87 * Bug #8196 fixed - Wrong error message with negative thickness.
89 * Bug #8231 fixed - xrect help page did not say that clipping property was inherited.
91 * Bug #8337 fixed - mtlb_rand now uses the "uniform" rule, whatever the random rule set is.
93 * Bug #8745 fixed - Extracting from an empty matrix automatically returned an empty matrix.
95 * Bug #9031 fixed - Misalignment of text when using xstring with a matrix fixed.
97 * Bug #9033 fixed - auto_dimensionning property for text handles was not documented.
99 * Bug #9110 fixed - Examples and references to other functions added in the Statistics help pages.
101 * Bug #9319 fixed - Big polylines could not be exported in PS/EPS.
103 * Bug #9627 fixed - Arguments checking added in optimsimplex_* functions.
105 * Bug #9697 fixed - Printed information for optim "qn" and "gc" with bounds and imp=1 fixed.
107 * Bug #9701 fixed - optim with "qn" option was failing for large problems.
109 * Bug #9840 fixed - Default G tolerance in lsqrsolve was too large.
111 * Bug #10012 fixed - lmisolver and lmitool called with no input now produce errors.
113 * Bug #10083 fixed - plot3d could not be used with only one input argument.
115 * Bug #10175 fixed - Clearer example added for sp2adj to adj2sp conversion (and backwards conversion).
117 * Bug #10234 fixed - reglin function moved from CACSD to Statistics module.
119 * Bug #10243 fixed - fun2string(X) called X before returning its code.
121 * Bug #10271 fixed - ordmmd now checks the consistency of the third input argument with the
122 input matrix defined by the two first input arguments.
124 * Bug #10273 fixed - spchol help page now displays an example showing how to use its output arguments.
126 * Bug #10936 fixed - Scilab hung with invalid strf in plot2d.
128 * Bug #11007, #11008 & #11009 fixed - New function conjgrad (Conjugate Gradient methods "pcg", "cgs", "bicg" and "bicgstab").
130 * Bug #11305 fixed - Performances improved with a better way to update data.
132 * Bug #11571 fixed - x_mdialog did not let the Look&Feel select the window size.
134 * Bug #11575 fixed - There was no preview of GIF files in exportUI dialog.
136 * Bug #11576 fixed - exportUI did not propose gcf().figure_name as default file name.
138 * Bug #11680 fixed - GUI functions in Scilab 5.4.X were much slower than in Scilab 5.3.3.
140 * Bug #11996 fixed - eye extended to hypermatrix.
142 * Bug #12334 fixed - Mark color in legend was invalid.
144 * Bug #12485 fixed - xchange returned bad values with log scale.
146 * Bug #12492 fixed - Exported EPS files were invalid when dash patterns were too long.
148 * Bug #12496 fixed - zoom_rect could lead to a crash in log scale.
150 * Bug #12673 fixed - Ticks were drawn outside of axes area.
152 * Bug #12682 fixed - Key events were disabled after zooming.
154 * Bug #12769 fixed - xset("window", 1) did not set the current axes.
156 * Bug #12784 fixed - Misleading error message in many functions when passing an integer
157 argument instead of double argument fixed.
159 * Bug #12882 fixed - Some help pages were not clear.
161 * Bug #12910 fixed - Some typos fixed.
163 * Bug #12938 fixed - No java compiler was available in Linux binary version.
165 * Bug #12943 fixed - Datatips misworked when 2D plots were rotated.
167 * Bug #12948 fixed - When host is not found, getURL caused a Crash To Desktop.
169 * Bug #12950 fixed - getURL ignored the proxy settings on Windows.
171 * Bug #12951 fixed - Interactive zoom was broken.
173 * Bug #12956 fixed - splitURL with no protocol in URL provokes an access
176 * Bug #12957 fixed - splitURL and getURL were not declared as new 5.5 functions.
178 * Bug #12962 fixed - xinfo documentation was not clear.
180 * Bug #12963 fixed - drawaxis did not place the axis correctly.
182 * Bug #12971 fixed - getURL downloaded file name was wrong.
184 * Bug #12973 fixed - Exception occuring when clicking on a figure at creation fixed.
186 * Bug #12976 fixed - getURL returns a file name instead of a file path.
188 * Bug #12978 fixed - exportUI returned an error when input argument was a figure handle.
190 * Bug #12979 fixed - exportUI did not work with vectorial export.
192 * Bug #12990 fixed - GED features conflicted with figure events.
194 * Bug #12992 fixed - The sigma value was always equals to "LM" in eigs.
196 * Bug #12993 fixed - stdev returned value depended on 'x' being defined in the environment.
198 * Bug #13000 fixed - []./int8(3) and on int8(3)./[] led to an endless recursive.
200 * Bug #13002 fixed - modulo and pmodulo did not support integers & hypermatrices.
202 * Bug #13003 fixed - String to enum converter added to Java external objects.
204 * Bug #13004 fixed - Debug infos were printed on an error with eoj.
206 * Bug #13005 fixed - jcompile did not use the classpath to compile.
208 * Bug #13007 fixed - Compilation errors were not returned by jcompile.
210 * Bug #13008 fixed - 'help $' now opens the 'Symbols' help page.
212 * Bug #13010 fixed - Wrong class was returned by jcompile (with ecj).
214 * Bug #13011 fixed - ilib_compile failed under MacOS X 10.9.
216 * Bug #13012 fixed - Vectorial export of rotated strings was wrong.
218 * Bug #13014 fixed - Update of the Efficiency inner variable improved in optim_ga.
220 * Bug #13015 fixed - Computation of Efficiency inner variable improved in optim_ga.
222 * Bug #13022 fixed - Vectorial export did not clip large segments.
224 * Bug #13023 fixed - xs2pdf crashed under Windows when the target file was already open.
226 * Bug #13027 fixed - There was no autowrap into array in JIMS.
228 * Bug #13032 fixed - Fixed CMATVIEW help example and created one for CMAT3D.
230 * Bug #13033 fixed - -1 could not be used as nax argument in plot2d.
232 * Bug #13036 fixed - Help page associated to history browser was wrong.
234 * Bug #13041 fixed - Wrong result was returned for "integer scalar" minus "integer vector".
236 * Bug #13042 fixed - Texts in graphics were not correctly centered.
238 * Bug #13047 fixed - jcompile did not allow class reloading.
240 * Bug #13049 fixed - New handled protocols added in links in SciNotes.
242 * Bug #13050 fixed - The result of mvvacov was not symmetric.
244 * Bug #13053 fixed - datatipCreate did not return datatip handle.
246 * Bug #13055 fixed - Array indexing did not follow Scilab convention in JIMS.
248 * Bug #13061 fixed - hdf5 demo failed with a read only file.
250 * Bug #13063 fixed - Color selection in SciNotes preferences threw exceptions.
252 * Bug #13069 fixed - Documentation for %MODELICA_USER_LIBS updated.
254 * Bug #13066 fixed - data_bounds was not fully documented in axes_properties.
256 * Bug #13071 fixed - Three unused functions in Xcos macros now specified as not mandatory
259 * Bug #13092 fixed - Optimizations now check the user function output (must be a real).
261 * Bug #13093 fixed - Removed trailing "\n" in the head_comments error message.
263 * Bug #13101 fixed - When x-axis was in reverse position x_location='origin' failed.
265 * Bug #13109 fixed - pll2str now supports polynomials with complex coefficients and hypermatrices.
267 * Bug #13114 fixed - clear_pixmap should have been removed in Scilab 5.4.1.
269 * Bug #13116 fixed - qpsolve now respects upper-bounds constraints.
275 * xcos_debug_gui function added for a simple use of the Debug block.
277 * Bug #12423 fixed - Data types of SWITCH2_m were not documented.
279 * Bug #12998 fixed - 'ans' was not ignored in the context results.
281 * Bug #13006 fixed - Selection to superblock (in_f and out_f) was failing.
283 * Bug #13030 fixed - Selection to superblock did not reset the origin.
285 * Bug #13059 fixed - Nan propagated at startup made the simulation fail.
288 Changes between version 5.4.1 and 5.5.0-beta-1
289 ==============================================
294 * New special functions:
295 - erfi - The imaginary error function.
296 - dawson - Compute the Dawson function (scaled imaginary error).
298 * New functions introduced:
299 - getURL - Download a URL (HTTP, HTTPS, FTP...)
300 - splitURL - Split a URL (HTTP, HTTPS, FTP...)
301 - cov - Covariance matrix. Deprecates mvvacov. See bug #11896 fixed.
302 - ismatrix - Check if a variable is a matrix. See bug #10456 fixed.
303 - isrow - Check if a variable is a row vector. See bug #10456 fixed.
304 - iscolumn - Check if a variable is a column vector. See bug #10456 fixed.
305 - issquare - Check if a variable is a square matrix. See bug #10456 fixed.
306 - cross - Vector cross product. See bug #9941 fixed.
307 - members - Number of occurrences and linear indexes of common values between
308 two matrices of the same type.See bug #12705 fixed.
310 * Add a complete set of functions to read and write any HDF5 file from Scilab.
313 - daskr - differential-algebraic system solver with rootfinding 'daskr', using
314 BDF methods with direct and preconditioned Krylov linear solvers, based on ODEPACK.
316 * Based on JIMS external module, Scilab provides functions to interact
319 * erf, erfc, erfcx and calerf functions now support complex arguments.
321 * isnum has been redesigned in native code. Performance improvements up to 130x.
324 * Allow the usage of the '$' keyword in part function.
326 * The histplot command can now be used with the option polygon=%t/%f to add the
327 frequency polygon chart (thanks to Mehran Khorshidi).
329 * Multi level completion on mlist, struct, XML structures...
331 * Variable browser improvements:
332 - The variable browser also shows the size of integers and the user type of
334 See bugs #12523 and #10409
335 - It is now possible to delete variables from the variable browser.
337 - A user can now plot variables from the variable browser (this functionality was
338 already available in the variable editor).
340 * Added lighting effect for plot of surfaces. Lighting can be enabled
341 creating light objects or disabled by deleting them. The following function
343 - light - Creates a light graphic object.
346 - Multiple domains in localization managed.
347 - addlocalizationdomain function added for a new domain creation.
348 - Optional parameter added to gettext to manage domains.
349 - tbx_generate_pofile and tbx_build_localization added to create localization files for
352 * Windows Solution updated to Visual Studio 2012.
354 * -keepconsole option added for Scilab Windows to facilitate debugging.
355 Calling Scilab with this option will leave the console box window opened at startup.
357 * License update: switch to the CeCILL 2.1.
363 * New calling sequence allowed for nicholschart: nicholschart(gains, phases, colors).
366 * qp_solve can now take up to 5 output arguments. The last one is an error flag,
367 if it is present, then the function will display a warning instead of an error.
370 * graypolarplot has been improved in terms of performances and rendering.
373 * nthroot is now vectorizable.
376 * New optional output argument for routh_t.
380 Differential Equations
381 ======================
383 * Netlib's Quadpack, used for definite integration, has been updated to match the upstream.
389 * Autosave feature can now use %date to append the current date to the backup filename
396 * New DAE solver: DDaskr, using BDF methods with direct Newton and preconditioned Krylov
397 linear solvers, which includes rootfinding.
398 It is available from dae function.
400 * In Modelica initialization GUI, inputs (eg. sensor) were not handled.
402 * Sundials updated to the "2.5.0" version, keeping our modifications.
404 * JGraphX updated to the "2.1.0.7" version, updating our hooks performance.
406 * API changed in the scicos_block4 interface: the uid value is not available
407 inside the simulation function.
409 * xcosAddToolsMenu added to let the user perform some actions on the graph.
411 * CBLOCK4 block added to the "User-Defined Functions"
417 * Some Xcos specific content added to xcos_toolbox_skeleton help pages.
423 * Minimal version of Flexdock (1.2.4) enforced.
426 Obsolete & Removed Functions
427 ============================
429 * Scilab 5.5.X family will be the latest family working under Windows XP/2003.
431 * Vector ^ scalar syntax declared as obsolete. See bug #11524
433 * The third argument of poly function will be more strict.
434 Only the following strings are allowed: "roots", "coeff", "c", "r".
436 * Option and direction arguments of gsort will be more strict in all cases.
437 Only the following strings are allowed:
438 - option: "r" "c" "g" "lr" "lc"
439 - direction : "d" "i"
441 * nfreq tagged as obsolete. Will be removed in Scilab 5.5.1.
442 Please use tabul instead.
444 * IsAScalar tagged as obsolete. Will be removed in Scilab 5.5.1.
445 Please use isscalar instead.
447 * chart tagged as obsolete. Will be removed in Scilab 5.5.1.
448 Please use nicholschart instead.
450 * Second output argument of add_param tagged as obsolete. Will be removed in Scilab 5.5.1.
452 * mvvacov tagged as obsolete. Will be removed in Scilab 6.0.0.
453 Please use cov instead.
455 * dft removed, please use fft instead.
457 * sscanf removed, please use msscanf instead.
459 * fscanf removed, please use mfscanf for files opened with mopen or read for files opened
462 * fprintf removed, please use mfprintf for files opened with mopen or write for files
463 opened with file instead.
469 * paramfplot2d: When theta input argument was a column vector, an error occurred.
471 * Bug #2267 fixed - Wrong error message when ticks locations and labels did not have the
474 * Bug #2416 fixed - Particular case (string([]) returns []) has been added in string help
477 * Bug #3511 fixed - strindex did not return all occurrences in regexp mode.
479 * Bug #3928 fixed - An error was returned when a matrix was flipped along the third
482 * Bug #4042 fixed - squeeze returned a hypermatrix instead of a matrix when at least one
483 dimension was equal to 1.
485 * Bug #4085 fixed - num2cell help page added.
487 * Bug #4229 fixed - delip did not return an error if one element of its first input
488 argument was negative.
490 * Bug #4383 fixed - csim with "step" and "impuls" now works with direct feedthrough.
492 * Bug #4481 fixed - iir help page updated to precise that frq can be a scalar.
494 * Bug #4731 fixed - lqr failed when the time domain of an input was a number.
496 * Bug #4743 fixed - Graphics with too big or too small values did not work.
498 * Bug #5073 fixed - New parameter added in strtod function (decimal separator).
500 * Bug #5205 fixed - permute was slow for large hypermatrices.
502 * Bug #5207 fixed - grand can now return a hypermatrix.
504 * Bug #5365 fixed - makecell help page was in the "compatibility functions" directory
505 instead of being in "data_structures".
507 * Bug #5539 fixed - sylv help page was wrong in discrete-time cases.
509 * Bug #5616 fixed - typeof(uiCreateTree(...)) returned "Tree" instead of "uitree".
511 * Bug #5694 fixed - numdiff help page clarified.
513 * Bug #5779 fixed - xnumb number format was too small (+ unit test added).
515 * Bug #6037 fixed - macrovar help page improved.
517 * Bug #6168 fixed - zpbutt, zpch1, zpch2 and zpell help pages were unclear.
519 * Bug #6390 fixed - The "external" argument of odecd was not well documented and
522 * Bug #6427 fixed - full([%T %F]) returned an error message.
524 * Bug #6466 fixed - Example with vectorized input added in mprintf and msprintf help pages.
526 * Bug #6638 fixed - The profiler output was incorrect by a factor of 1000 under Windows.
528 * Bug #6693 fixed - modulo did not accept polynomial inputs. Help page was not updated.
530 * Bug #6752 fixed - unit test scilab.tst has been split in different tests.
532 * Bug #6840 fixed - New line_style added.
534 * Bug #6988 fixed - Error messages in modules/data_structures/src/c/hmops.c were not
537 * Bug #7026 fixed - There was no unit test for plot2d.
539 * Bug #7080 fixed - Some graphic macros did not use standard error messages.
541 * Bug #7204 fixed - geomean applied to a hypermatrix gave wrong results.
543 * Bug #7206 fixed - If the second input argument of meanf function was a hypermatrix,
544 this function returned an error.
546 * Bug #7296 fixed - %nan, %inf and -%inf enabled for the cdf* functions.
548 * Bug #7411 fixed - clf forgot to turn off the datatip mode.
550 * Bug #7486 fixed - LAPACK versions of DGELSY and ZGELSY now used.
552 * Bug #7596 fixed - A same error happening in different places now displays the same
555 * Bug #7648 fixed - CDF functions now display a warning for non integer
556 "degrees of freedom" argument.
558 * Bug #7655 fixed - An example added in type help page, for type(X)=11 and type(X)=13.
560 * Bug #7684 fixed - Introduction demonstration splitted into subsections.
562 * Bug #7781 fixed - The second parameter of iqr function had no effect.
564 * Bug #7782 fixed - lcm and gcd help pages improved to tell the user how to use both
567 * Bug #7824 fixed - title function properties did not support an indexed color.
569 * Bug #7826 fixed - chart tagged as obsolete.
571 * Bug #7828 fixed - Slight improvements in nicholschart.
573 * Bug #7848 fixed - The third argument of correl function is now optional.
575 * Bug #7877 fixed - iirgroup function fixed.
577 * Bug #7927 fixed - Output "flag" in qmr function was not well documented.
579 * Bug #7960 fixed - plzr could not produce pole zero plot for a simple transfer function.
581 * Bug #8058 fixed - The user can now set the tolerances of intc function.
583 * Bug #8098 fixed - cumsum could not be applied to rational matrices.
585 * Bug #8162 fixed - Area of stability of plzr was wrong for continuous systems
588 * Bug #8211 fixed - Parameters module demonstration finalized.
590 * Bug #8234 fixed - strtod did not return an empty matrix when the input argument was an
593 * Bug #8264 fixed - Matlab to Scilab dictionary help page updated for atan2.
595 * Bug #8319 fixed - dbphi(hypermat) and phasemag(hypermat) returned a matrix instead of
598 * Bug #8373 fixed - clear can now handle a matrix of strings argument.
600 * Bug #8415 fixed - optim_moga, optim_nsga, optim_nsga2 can now take list as input
601 arguments, as explained in their help pages.
603 * Bug #8462 fixed - bvodeS could make Scilab unstable.
605 * Bug #8470 fixed - bvode displayed some output in terminal window and not in
608 * Bug #8479 fixed - The latest Saxon version was not supported.
610 * Bug #8511 fixed - sprand now uses grand instead of rand and grand functions. Internal
611 state of the random generator is no more changed.
613 * Bug #8561 fixed - ddassl, ddasrt, ddaskr: abs and rel tolerance sizes are now checked.
615 * Bug #8597 fixed - grand/clcg4 could display uncontrolled messages as warning.
617 * Bug #8607 fixed - Some error messages in modules/overloading/macros were not standard
620 * Bug #8614 fixed - Unit test for barhomogenize added.
622 * Bug #8636 fixed - roots help page updated (default algorithm value was wrong).
624 * Bug #8667 fixed - The handling of %nan in min, max, median functions was not properly
627 * Bug #8680 fixed - "end" output argument of regexp function has been changed.
629 * Bug #8687 fixed - typeof function failed on uint8, depending on the format
632 * Bug #8695 fixed - optim_ga used old (initial) values instead of newly-computed ones.
634 * Bug #8778 fixed - Call_ScilabOpen, TerminateScilab could not be called more
635 than 80 times in a loop.
637 * Bug #8779 fixed - gsort did not preserve the order of equal elements, in
640 * Bug #8820 fixed - squeeze did not return a matrix when the number of dimensions
641 of the result was less or equal to 2.
643 * Bug #8824 fixed - taucs_chfact returned a segfault (not the case in nwni mode).
645 * Bug #8840 fixed - fileparts did not manage matrix of strings.
647 * Bug #8856 fixed - Non regression test added for [k,l,m,...]=find(a==5).
648 Non regression test of bug #476 updated.
650 * Bug #8857 fixed - Non regression test of bug #477 updated.
652 * Bug #8858 fixed - Non regression test of bug #480 updated.
654 * Bug #8862 fixed - mget and mput could not read and write 64 bit data from
657 * Bug #9004 fixed - bitcmp function called with one input argument returned an error.
659 * Bug #9020 fixed - exists function did not accept matrix as first input argument.
661 * Bug #9059 fixed - tbx_build_macros and genlib did not stop even if an error occurred.
663 * Bug #9109 fixed - nfreq tagged as obsolete.
665 * Bug #9158 fixed - zeros called with a big number returned an empty matrix instead
668 * Bug #9208 fixed - Added three optional output arguments to optim,
669 to retrieve #iterations, #evaluations and a termination indicator.
671 * Bug #9385 fixed - The type checking in trigonometric functions has been added.
673 * Bug #9394 fixed - is_param recognized "plist" as an existing field.
675 * Bug #9395 fixed - add_param did not check its input arguments.
677 * Bug #9396 fixed - add_param accepted duplicate keys.
679 * Bug #9459 fixed - Default values of the optional plot3d arguments were not documented.
681 * Bug #9537 fixed - optimbase_configure only allowed row vectors as initial value.
682 Column vectors now allowed by transposing them.
684 * Bug #9538 fixed - optimbase_checkshape only allowed row vectors as output arguments of
685 cost function. Column vectors are now allowed by transposing them.
687 * Bug #9577 fixed - Setting neldermead_configure("-numberofvariables") is now optional,
688 setting neldermead_configure("-x0") initializes -numberofvariables
691 * Bug #9601 fixed - Cylinder demonstration fixed.
693 * Bug #9688 fixed - optim could crash when "imp" option was < 0. It is now set to 0 in
696 * Bug #9690 fixed - The "imp" option for optim could crash Scilab and was not consistent
699 * Bug #9691 fixed - "imp" option in optim help page was poorly documented.
701 * Bug #9694 fixed - Example in optim help page fixed to display correct counters.
703 * Bug #9702 fixed - Contrary to what optim help page stated, the "gc" algorithm does use
704 the "epsx" parameter.
706 * Bug #9780 fixed - gmres solver did not run with complex systems.
708 * Bug #9788 fixed - neldermead can now produce a warning when it fails to converge,
709 thanks to a new input argument "warn".
711 * Bug #9821 fixed - getrelativefilename did not manage matrix of strings.
713 * Bug #9851 fixed - Error message occurred because of a cut-off frequency of 0.25Hz
716 * Bug #9859 fixed - It was not possible to draw arrows in 3-D using xarrows.
718 * Bug #10146 fixed - In SciNotes, 'help on keyword' moved from bottom to top in the popup
721 * Bug #10180 fixed - det was not defined for sparse matrices.
723 * Bug #10213 fixed - sci2exp help page updated to document the impact of format function.
725 * Bug #10216 fixed - Invalid syntaxes for zeros, ones, eye, rand, like zeros(2,:).
727 * Bug #10226 fixed - When a // <empty session> line was deleted, all sessions
728 histories were folded.
730 * Bug #10254 fixed - Slight improvements in ones help page.
732 * Bug #10269 fixed - qp_solve can now take up to 5 output arguments. The last one is an
733 error flag, if it is present, then the function will issue a warning
736 * Bug #10276 fixed - qp_solve segfaulted with large matrices.
738 * Bug #10287 fixed - Error message added for complex expression as input argument of
741 * Bug #10305 fixed - Comparison of lists with empty items returned an error message.
743 * Bug #10596 fixed - exit(xxx) from Scilab failed.
745 * Bug #10818 fixed - home, %e, %t, %f, %z and %s help pages added.
747 * Bug #10823 fixed - fullpath returned different results under Windows and Linux for
750 * Bug #10862 fixed - Add a without Internet connection installation
751 global configuration in the installer.
753 * Bug #10866 fixed - det was not equivalent to detr for rational matrices.
755 * Bug #10906 fixed - Typo fixed in cls2dls help page.
757 * Bug #10930 fixed - The comments in armax function were in French.
759 * Bug #10995 fixed - Typo fixed in grand help page for Gamma law argument.
761 * Bug #11065 fixed - The second output argument of unique function contained a wrong result.
763 * Bug #11067 fixed - Display of ticks labels with closed associated values was wrong.
765 * Bug #11139 fixed - conj was not defined for sparse matrices (+ unit test added).
767 * Bug #11308 fixed - Calling sequences in dsearch help page were wrong.
769 * Bug #11343 fixed - The "isoview" figure property did not work when the axes
770 margins had been modified.
772 * Bug #11648 fixed - Copying graphic via the clipboard did not work.
774 * Bug #11766 fixed - nthroot has been added to m2sci help page.
776 * Bug #11792 fixed - Lists can be accessed with non integer indexes (list help page
779 * Bug #11869 fixed - "Environment" was not localized in preferences.
781 * Bug #11885 fixed - Each rand has been changed to grand in genetic algorithms and
782 simulated annealing functions.
784 * Bug #11891 fixed - Fisher ratio could be inaccurate for one-way ANOVA.
786 * Bug #11997 fixed - In case of invalid variable name, save function now returns an error
787 instead of a compatibility warning.
789 * Bug #12034 fixed - max function did not manage empty matrices.
791 * Bug #12045 fixed - repmat returned wrong results if the values of an input matrix were
794 * Bug #12070 fixed - Removing a module can now be done in an on-line mode even if
795 it has been installed in an off-line mode.
797 * Bug #12080 fixed - lsqrsolve always printed messages.
799 * Bug #12085 fixed - Under Windows, csvWrite wrote wrong EOL.
801 * Bug #12114 fixed - libstdc++ is now compiled as static instead of using the
802 library from thirdparty.
804 * Bug #12118 fixed - ode could take complex externals.
806 * Bug #12143 fixed - "stop entity picker" (ged(11)) returned an error message.
808 * Bug #12150 fixed - datatipCreate failed with one single point.
810 * Bug #12163 fixed - unzoom did not work with a single input argument.
812 * Bug #12212 fixed - Export of a polyline in 2-D broke it into several segments.
814 * Bug #12326 fixed - There was no way to set LaTeX font size in preview.
816 * Bug #12349 fixed - In SciNotes, when the view was splitted, removing a char made the
819 * Bug #12376 fixed - Exec & edit buttons in the help pages examples were sometimes
822 * Bug #12413 fixed - ATOMS packages could not be removed if ATOMS had never been on-line.
824 * Bug #12415 fixed - PATH environment variable grew when using call_scilab in a loop.
826 * Bug #12426 fixed - By using addErrorMessage, a random string error could be displayed.
828 * Bug #12433 fixed - show_pixmap function was removed from Scilab but still used in some
831 * Bug #12443 fixed - The behavior of mopen in text file mode has been documented
834 * Bug #12463 fixed - Wrong specification for rect=[x,y,w,h] argument in xstringb
837 * Bug #12470 fixed - Variable browser was not refreshed after loading an environment.
839 * Bug #12473 fixed - Problems with "é" in mkdir French help page.
841 * Bug #12475 fixed - csvRead did not support double quoted fields.
843 * Bug #12490 fixed - plot did not call clf; in its help page example producing a
846 * Bug #12506 fixed - In SciNotes, a miscolorization could occurred when returned values
849 * Bug #12508 fixed - Wrong error message in rand function fixed.
851 * Bug #12518 fixed - Polynoms were not displayed by default in the variable browser.
853 * Bug #12520 fixed - Improve the description of the size in the variable browser.
855 * Bug #12527 fixed - Scilab user functions were not listed in the variable browser.
857 * Bug #12547 fixed - In SciNotes, lines were wrongly numbered with splitted function
860 * Bug #12548 fixed - Duplicated code in xmltoformat removed.
862 * Bug #12550 fixed - optimbase and optimsimplex help pages were not standard.
864 * Bug #12551 fixed - Stack problem with diary([],"pause") and diary([],"resume") fixed.
866 * Bug #12556 fixed - A fatal error occurred when calling set with wrong instructions.
868 * Bug #12557 fixed - Valid function names were not specified in function and functions
871 * Bug #12564 fixed - Compile and run javasci help page was not clear about needed packages.
873 * Bug #12581 fixed - isfield could not support mlist or tlist.
875 * Bug #12589 fixed - Call sequence for spzeros & spones were missing in French
878 * Bug #12592 fixed - Scilab hung with plot(-0).
880 * Bug #12593 fixed - A wrong error message was returned when running genlib with an
881 error in the sci file.
883 * Bug #12600 fixed - mput did not manage unsigned integer.
885 * Bug #12606 fixed - Overloads for grand were not standard.
887 * Bug #12613 fixed - gsort did not return correct results with %nan.
889 * Bug #12614 fixed - Helpbrowser was not launched in EDT.
891 * Bug #12615 fixed - Graphics seemed to be freezed after a call to plot/bar/barh with
892 a bad LineSpec argument.
894 * Bug #12624 fixed - In case of errors in Scilab macros, "make check-TESTS" did not fail
897 * Bug #12627 fixed - At restoration, a window could be out of the screen.
899 * Bug #12629 fixed - The last example of csim help page defined a function called
900 input (overwriting the Scilab one).
902 * Bug #12631 fixed - A "see also" link has been added from progressionbar to waitbar
905 * Bug #12634 fixed - ATOMS modules could not be installed from an archive file
906 already existing in SCI/contrib/archives in "offline" mode.
908 * Bug #12637 fixed - In some help pages, some signal processing functions were not in
911 * Bug #12639 fixed - justify([], position) returned an error instead of [].
913 * Bug #12641 fixed - graypolarplot has been fully vectorized as it was too slow.
915 * Bug #12657 fixed - Computation of v1.^v2 is now done without any memory allocation,
916 when v1 and v2 are real arrays, v1 >= 0 and v2 integer.
918 * Bug #12668 fixed - Undocking SciNotes led to an exception.
920 * Bug #12678 fixed - nthroot now accepts vector/matrix as second argument.
922 * Bug #12679 fixed - Argument type check added in gcd and lcm.
924 * Bug #12686 fixed - Error returned by diff fixed.
926 * Bug #12702 fixed - When no extra parameters were needed in the cost function,
929 * Bug #12703 fixed - In SciNotes, common shortcuts 'SHIFT DELETE', 'SHIFT INSERT'
932 * Bug #12705 fixed - members function added. It allows to find the number of occurrences
933 and linear indexes for common values between two matrices of the
936 * Bug #12706 fixed - A wrong size of a matrix as input argument of cross function was
939 * Bug #12708 fixed - Incorrect display in SciNotes preferences fixed (onmouseover styles).
941 * Bug #12712 fixed - In SciNotes, autosaving can now use %date to append the current
942 date to the backup filename.
944 * Bug #12715 fixed - Variable cross in pspect and cspect has been renamed because of
945 conflicts with cross function.
947 * Bug #12736 fixed - In SciNotes, the Completion window appeared only in first tab.
949 * Bug #12747 fixed - legendre now accepts the -1 and 1 values for third argument.
951 * Bug #12749 fixed - fscanfMat help page updated.
953 * Bug #12758 fixed - Focus issue with plot3d fixed.
955 * Bug #12761 fixed - The https:// protocol was not supported on ATOMS.
957 * Bug #12772 fixed - eigs failed when trying to solve a sparse matrix eigen value problem.
959 * Bug #12774 fixed - Various typos fixed.
961 * Bug #12775 fixed - Some related functions were not listed in "See also" section of
964 * Bug #12778 fixed - Insertion of an empty matrix in an integer matrix led to a
967 * Bug #12779 fixed - savewave had a miscoding in the internal function write_wavedat.
969 * Bug #12783 fixed - There were some inconsistent error messages in dsearch.
971 * Bug #12790 fixed - Links to ZCOS files in documentation were broken.
973 * Bug #12791 fixed - More information is now given in case of failure during the ATOMS
976 * Bug #12793 fixed - Improved the bode() plots with a new option "rad" to convert plot into rad/s
977 and a new function bode_asymp() to draw the system asymptotes.
979 * Bug #12794 fixed - calfrq.sci code did not follow Scilab standard.
981 * Bug #12795 fixed - Typos fixed in CACSD help page.
983 * Bug #12800 fixed - Typo fixed in Polynomials help page.
985 * Bug #12804 fixed - Typos fixed in routh_t help page.
987 * Bug #12807 fixed - Display of showprofile improved.
989 * Bug #12808 fixed - Add missing </td> in documentation generation (note, warning, ...).
991 * Bug #12813 fixed - flipdim function extended to any type of input data.
993 * Bug #12814 fixed - Improvements of pertrans help page.
995 * Bug #12815 fixed - levin redefined cov as a variable.
997 * Bug #12816 fixed - Numbers pasted in editvar were not parsed according to locale.
999 * Bug #12818 fixed - Segfault in set function with invalid property values dimension.
1001 * Bug #12823 fixed - In help generation (toolbox) links were not correctly handled.
1003 * Bug #12827 fixed - noisgen help page improved.
1005 * Bug #12828 fixed - routh_t gave a wrong result if the first element of a row was zero.
1007 * Bug #12829 fixed - New optional output argument added for routh_t function.
1009 * Bug #12830 fixed - In SciNotes, it was not possible to execute a replace action
1010 from the caret position.
1012 * Bug #12831 fixed - In SciNotes toolbar, there was no button to open code navigator.
1014 * Bug #12833 fixed - In SciNotes, there was no autoscroll when searching a pattern.
1016 * Bug #12836 fixed - Error fixed in strcmpi help page.
1018 * Bug #12839 fixed - Typo fixed in getVariablesOnStack help page.
1020 * Bug #12840 fixed - Typo fixed in number_properties.xml help page.
1022 * Bug #12852 fixed - Visual Studio 2012 SDK configuration was incorrect.
1024 * Bug #12858 fixed - Typo fixed in debug and pause French help pages.
1026 * Bug #12859 fixed - Fixed optional argument in isdef help page.
1028 * Bug #12863 fixed - size(state-space, "r") returned an error.
1030 * Bug #12875 fixed - phasemag returned an error for input vector containing zeros.
1032 * Bug #12887 fixed - Scilab hung with auto_clear set to on and log_flags set to true.
1034 * Bug #12888 fixed - sysdiag was not documented about block diagonal matrices build.
1036 * Bug #12906 fixed - champ and champ1 help pages updated
1038 * Bug #12909 fixed - Completion on (mt)list led to a crash.
1040 * Bug #12911 fixed - Matlab to Scilab dictionary help page updated for eig.
1042 * Bug #12913 fixed - linspace returned an error if the third argument was an integer type
1045 * Bug #12916 fixed - power help page improved.
1047 * Bug #12919 fixed - Rotation on plots was disabled after using menus.
1049 * Bug #12927 fixed - ones function could not take integer type input.
1051 * Bug #12931 fixed - ATOMS redefined "message" keyword.
1057 * Bug #7350 fixed - The I/O ports numbering of a superblock was not updated
1058 when a new port was dropped.
1060 * Bug #8570 fixed - "Region to superblock" has been renamed to
1061 "Selection to superblock".
1063 * Bug #11518 fixed - CLR block-text was displayed out of the bounding box
1066 * Bug #11776 fixed - CMSCOPE did not take into account label&Id parameter.
1068 * Bug #12359 fixed - Xcos files have been converted to ZCOS to gain some space.
1070 * Bug #12384 fixed - Using a Modelica part linked with an explicit link to
1071 another Modelica part led to an algebraic loop error.
1073 * Bug #12387 fixed - The "Modelica initialize" setup menu option did not blur
1076 * Bug #12414 fixed - SWITCH_m block had different behaviors
1077 for different types of inputs.
1079 * Bug #12424 fixed - Calling lincos on a derivative block made Scilab crash.
1081 * Bug #12460 fixed - xcosPalGenerateAllIcons sometimes crashed Scilab.
1083 * Bug #12461 fixed - Cancelling zoom out by zooming in did not fully work.
1085 * Bug #12561 fixed - SELECT_m and RELAY_f did not behave as expected.
1087 * Bug #12568 fixed - "Recent files" menu entry is now below the "Open" one.
1089 * Bug #12590 fixed - Block shape style was removed on file loading.
1091 * Bug #12603 fixed - ZCOS files could contain blocks with modified (eg. invalid)
1094 * Bug #12619 fixed - DLR discrete block did not display LaTeX formula
1095 like CLR continuous block.
1097 * Bug #12651 fixed - The 'nw' scicos_simulate option did not work while
1098 passing a previous Info simulation status.
1100 * Bug #12664 fixed - Inverted pendulum French localization in the Xcos demonstrations was
1103 * Bug #12667 fixed - 'Recent Files' menu was not localized.
1105 * Bug #12731 fixed - Code generation produced erroneous block.
1107 * Bug #12732 fixed - Improper Copyright comments in the files were generated by the code
1110 * Bug #12796 fixed - There was some mismatches between implicit
1111 and explicit ports of superblocks.
1113 * Bug #12797 fixed - I/O blocks generated by "Selection to Superblocks" had
1116 * Bug #12868 fixed - There were several problems with PULSE_SC block.
1118 * Bug #12869 fixed - min and max were not defined but used in Xcos generated code.
1120 * Bug #12873 fixed - Scicos_flat produced an unexpected error after a diagram
1123 * Bug #12874 fixed - CSCOPE marks sizes were too small.
1125 * Bug #12877 fixed - Incorrect output port dimensions and types in GENSIN_f, GENSQR_f,
1126 STEP_FUNCTION and STEP blocks fixed.
1128 * Bug #12924 fixed - Blocks type 2004 was not handled as a valid block type.
1130 * Bug #12934 fixed - Separate compilation of a superblock could fail due to under
1131 determined signal sizes.