> About the versions: On notebook on localhost I got "bliss" from > sage.misc.package.optional_packages(), no version number. Is there a > "bliss_version()" -command? (See also http://trac.sagemath.org/ticket/5994 > for discussion about *_version() -commands.)
There is no bliss_version() function, but you can obtain the version of any installed package from the output of installed_packages(), or in the command line with 'sage -installed' (this script has some other useful options). Nathann -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
