[Scilab-users] ?==?utf-8?q? uman 2.1 is released

Antoine Monmayrant amonmayr at laas.fr
Thu Nov 17 14:49:35 CET 2016


Le Mercredi, Novembre 16, 2016 14:02 CET, Rafael Guerra <jrafaelbguerra at hotmail.com> a écrit: 
 
> Given its usefulness, shouldn't it be part of the main Scilab distribution, not an add-on?

I totally agree with you!
I was about to add this precise comment to my previous email but changed my mind at the last minute.
I don't see exactly what it would take to "merge" it with core scilab and whether Scilab devs and the uman dev would agree on this...

Antoine

> 
> and thanks too.
> 
> From: users [mailto:users-bounces at lists.scilab.org] On Behalf Of Antoine Monmayrant
> Sent: Wednesday, November 16, 2016 1:50 PM
> To: Users mailing list for Scilab <users at lists.scilab.org>
> Subject: Re: [Scilab-users] uman 2.1 is released
> 
> Hi Samuel,
> 
> Thanks for this update.
> Uman is really a nice addon for Scilab.
> I'll try give this version a try.
> 
> Cheers,
> 
> Antoine
> 
> Le 11/11/2016 à 17:50, Samuel Gougeon a écrit :
> Hello,
> 
> The 2.1 version of the "uman" (user manual) module is released and available for Scilab 5.5 and Scilab 6.
> It can be installed or updated with:
> --> atomsInstall uman  // then close and restart Scilab
> 
> Main features: uman allows
> 
>   *   to display in the console help pages of Scilab or of external modules or contributions, with chosen sections, in any chosen supported language without switching the session language. The online page can be as well targeted instead.
>   *   to grab easily all messages from the mailing lists archives about a given feature, function, author,..
>   *   to easily list bugs reported about a given function or feature
> 
> Main changes 2.1 :
> 
>   *   "uman .. u" and disp_usage() now justify the list of syntaxes. The alignment mode can be tuned with the new configuration variable umanAlignSyntaxes:
> uman 2.0 & default help<https://help.scilab.org/docs/6.0.0/en_US/who.html>
> uman 2.1 with umanAlignSyntaxes=""
> 
> uman 2.1
> 
> uman 2.1
> with umanAlignSyntaxes="l"
> 
> --> uman who u
> 
> Scilab > Variables > who
> ........................
> USAGES
>  who
>  who()
>  names = who('local')
>  [names,mem] = who('local')
>  names = who('global')
>  [names,mem] = who('global')
>  who('sorted')
>  names = who('local','sorted')
>  [names,mem] = who('local','sorted')
>  names = who('global','sorted')
>  [names,mem] = who('global','sorted')
> 
> --> uman who u
> 
> Scilab > Variables > who
> ........................
> USAGES
>                who
>                who()
>        names = who('local')
>  [names,mem] = who('local')
>        names = who('global')
>  [names,mem] = who('global')
>                who('sorted')
>        names = who('local','sorted')
>  [names,mem] = who('local','sorted')
>        names = who('global','sorted')
>  [names,mem] = who('global','sorted')
> 
> --> uman who u
> 
> Scilab > Variables > who
> ........................
> USAGES
>                who
>                who()
>  names       = who('local')
>  [names,mem] = who('local')
>  names       = who('global')
>  [names,mem] = who('global')
>                who('sorted')
>  names       = who('local','sorted')
>  [names,mem] = who('local','sorted')
>  names       = who('global','sorted')
>  [names,mem] = who('global','sorted')
> 
> 
>   *
>   *   uman help pages are now available in french
>   *   19 references / resources added
>   *   14 bugs fixed
> 
> Online pages
> 
>   *   ATOMS : http://atoms.scilab.org/toolboxes/uman
>   *   Online help : http://sgougeon.free.fr/scilab/help/uman/scilab_en_US_help
> 
> Take it and enjoy.
> 
> Samuel Gougeon
> ------------------------------------------------------------------------------------------------------------
> 
> CHANGES 2.0 => 2.1 (2016-10-30)
> 
> -------------------------------
> 
> NEW FEATURES
> 
>  * New configuration variable umanAlignSyntaxes = '' | 'l' | 'r' (default)
> 
> 
> 
> IMPROVEMENTS
> 
>  * Help pages are now available in french.
> 
>  * Console mode:
> 
>    - For a better readability, syntaxes of a function are now aligned.
> 
>      Their justifying is tunable. Examples: who, unwrap, ss2tf, strsplit...
> 
>    - When a page has no parameters section, its description section(s) is
> 
>      now automatically displayed, even without using the 'd' option
> 
> 
> 
> REFERENCES ADDED
> 
>  * Redirections
> 
>    - internal: stat=>stats
> 
>    - to Scilab: bicg, bicgstab, cgs, class, iscell, iscellstr, isinteger,
> 
>      isjava, numel, pcg, spdiags, square => squarewave(faux-ami)
> 
>    - to external: print_usage
> 
>  * FileExchange: GnuSciPlot, Ishikawa, STL
> 
>  * ATOMS: forge cglab=>cgal, Dynpeak, FOT, sopi, wgserialxcosio
> 
> 
> 
> BUG FIXED
> 
>  * 'uman close u' displayed only 'close(H)', forgetting 'close'
> 
>  * Changing csvDefault('separator',..) made 'uman' failing.
> 
>  * uman ignored any <term> of a <variablelist> having an id.
> 
>  * '& ' in a <screen> area yielded an error.
> 
>    Example: 'uman _atomsGettingStarted dc'
> 
>  * When a table's row had a single cell, '<td>' was sometimes displayed
> 
>  * 'uman bitget lru' did not display the parameters section
> 
>  * 'uman author> wb' without section and item yielded an error.
> 
>  * 'uman figure_size wb' did not select '... Fig.figure_size=sizes ...'
> 
>  * 'uman [ wb' missed '[a b c ..]' and other entries
> 
>  * 'uman ? wb' or 'uman # wb' yielded a Bugzilla error
> 
>  * 'uman 12 wb' was accepted while Scilab bugs are numbered starting from 77.
> 
>  * 'uman doc/>plot2d wb' did not target the 'Documentation pages' component
> 
>  * 'uman doc/><100 wb' yielded an error (no topic)
> 
>  * 'uman author> @' used '>' as part of the author name
> 
> 
> 
> 
> 
> _______________________________________________
> 
> users mailing list
> 
> users at lists.scilab.org<mailto:users at lists.scilab.org>
> 
> http://lists.scilab.org/mailman/listinfo/users
> 
> 
> 
> 
> --
> 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
> 
> 
>  Antoine Monmayrant LAAS - CNRS
> 
>  7 avenue du Colonel Roche
> 
>  BP 54200
> 
>  31031 TOULOUSE Cedex 4
> 
>  FRANCE
> 
> 
> 
>  Tel:+33 5 61 33 64 59
> 
> 
> 
>  email : antoine.monmayrant at laas.fr<mailto:antoine.monmayrant at laas.fr>
> 
>  permanent email : antoine.monmayrant at polytechnique.org<mailto:antoine.monmayrant at polytechnique.org>
> 
> 
> 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
>




More information about the users mailing list