開發和下載開源軟體

瀏覽 1.6.11 - Release Notes

category(Tag) tree

file info

category(Tag)
檔案名
glang_1.6.11_-_Notes
最後更新
2007-06-13 13:37
類型
Plain Text
editor
Kazuharu Arakawa
描述
1.6.11 - Release Notes
語言
English
translate
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