[Glang-users] v.1.6.11

Back to archive index

Kazuharu Arakawa gaou****@sfc*****
2007年 6月 13日 (水) 13:42:18 JST


g.

v.1.6.11リリースしました。

主な変更点は
1. Shellでp, puts, sayが使えるようになりました。p とputsはRubyと
 同じように、sayはPerl6と同じように使えます。

2. help -gで検索したときに一行サマリも合わせて表示するようにしました。

3. Rcmdインスタンス経由で、K-means法、階層型クラスタリング、SOMに
 よるクラスタリングができるようになりました。

4. Rcmdインスタンス経由で、Anderson-Darling, Kolmogorov-Smirnov
     Lilliefors, Shapiro-Wilk法による正規分布への適合度検定が行える
 ようになりました。

Changelog:
1.6.11   2007.06.12
        -added documentation to G::Seq::Primitive
        -added shuffleseq method
        -made the "did you mean?" prediction of "help" smarter.
        -help -s now showing abstract of the searched methods
         updated documentations to match this.
        -added Ruby-style "p" for G-language Shell which prints
         the formatted data structures. "puts" also works in
         Ruby-style, and Perl6 "say" is a nice replacement of
         print, which prints lists separated by comma and also
         ending with a newline.
        -added Rcmd::Clutering
         $rcmd->kmeans(), $rcmd->som(), $rcmd->hclust() added.
         see help document for details.
        -added Rcmd::Normality. $rcmd->normtest performs
         test of normality using Anderson-Darling, Kolmogorov-Smirnov
         Lilliefors, or Shapiro-Wilk method.
        -modified Rcmd to have $rcmd->set_mode() for temporary
         usage. Rcmd now inherits Rcmd::Clustering and Rcmd::Normality


Kazuharu Arakawa, Ph.D.
Institute for Advanced Biosciences, Keio University
252-8520 Japan   Tel/Fax: +81-466-47-5099 




Glang-users メーリングリストの案内
Back to archive index