#7447: SageNB version and install date / time
---------------------------+------------------------------------------------
Reporter: mpatel | Owner: boothby
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-4.3
Component: notebook | Keywords:
Work_issues: | Author: Mitesh Patel
Reviewer: | Merged:
---------------------------+------------------------------------------------
Changes (by mpatel):
* status: new => needs_review
Old description:
> On occasion, it's useful to get the installed SageNB version from inside
> a Sage process. Here's a possible API:
> {{{
> #!python
> sage: import sagenb.version
> sage: sagenb.version.version
> 0.4.3
> sage: sagenb.version.date
> '2009-11-12 11:56:53'
> }}}
> This is similar to `sage.version`, except this `date` also has the
> install / package build time. This could be useful to developers.
>
> Reminder: If this merges, update #7390's test report generator, which has
> a notebook version field.
New description:
On occasion, it's useful to get the installed SageNB version from inside a
Sage process. Here's a possible API:
{{{
#!python
sage: import sagenb.version
sage: sagenb.version.version
0.4.3
sage: sagenb.version.date
'2009-11-12 11:56:53'
}}}
This is similar to `sage.version`.
Reminder: If this merges, update #7390's test report generator, which has
a notebook version field.
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7447#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---