#13121: Upgrade sagenb to 0.10
----------------------------------------------------------------+-----------
       Reporter:  kini                                          |         
Owner:  jason, mpatel, was        
           Type:  enhancement                                   |        
Status:  needs_work                
       Priority:  major                                         |     
Milestone:  sage-5.2                  
      Component:  notebook                                      |    
Resolution:                            
       Keywords:  sagenb                                        |   Work 
issues:  fix js typo, make new spkg
Report Upstream:  Fixed upstream, but not in a stable release.  |     
Reviewers:                            
        Authors:                                                |     Merged 
in:                            
   Dependencies:  #11080, #9774, #8473, #11913, #12299          |      
Stopgaps:                            
----------------------------------------------------------------+-----------
Changes (by kini):

  * status:  needs_review => needs_work
  * work_issues:  => fix js typo, make new spkg


Old description:

> This is a followup to #11080. During the review process of #11080, which
> stretched for quite a while, at some point we decided to have a feature
> freeze on the version of sagenb 0.9.x associated with #11080, just to
> simplify the review process. The purpose of this ticket is to incorporate
> some new features, bugfixes, code refactoring, etc. into the version of
> sagenb shipped with Sage, beyond what was reviewed in #11080. sagenb
> 0.9.1 contains the following (among other things):
>
>  * refactoring of the startup code, uWSGI and Tornado added as possible
> WSGI servers
>  * code allowing .sws files to be uploaded by supplying a URL pointing to
> the .sws as an argument to the upload page's URL
>  * new dependency on webassets for js/css autominification (not currently
> used in the master branch)
>  * the mathjax branch, and a doctest fix in sphinxify.py (#9774 depends
> on and contributed to this)
>  * support for uploading .sws files from the local disk via the command
> line (#8473 basically is this)
>  * refactoring of sageinspect to not have a duplication of code between
> the notebook and the Sage library (#11913 depends on this)
>  * Upgrading Jmol again and allowing for advanced interactive features
> more easily, solve some memory issues (#12299)
>
> Changes not in sagenb itself but in how sagenb is incorporated into sage:
>
>  * No repository will be installed with sagenb - developers will need to
> clone sagenb themselves and install the new clone into their Sage
> installation manually (which is not difficult).
>
> SPKG: http://wstein.org/home/keshav/files/sagenb-0.9.1.spkg (a
> comparatively svelte 13 MB)
>

> {{{
> cd SAGE_ROOT
> cd local/bin
> hg qimport -P http://trac.sagemath.org/sage_trac/raw-
> attachment/ticket/9774/trac_9774-scripts-mathjax.patch
> cd ../../devel/sage
> hg qimport -P http://trac.sagemath.org/sage_trac/raw-
> attachment/ticket/9774/trac_9774-mathjax-try6.patch
> hg qimport -P http://trac.sagemath.org/sage_trac/raw-
> attachment/ticket/11913/trac_11913-sage.patch
> hg qimport -P http://trac.sagemath.org/sage_trac/raw-
> attachment/ticket/12299/trac_12299-all-in-one.patch
> cd ../../
> ./sage -br
> }}}

New description:

 This is a followup to #11080. During the review process of #11080, which
 stretched for quite a while, at some point we decided to have a feature
 freeze on the version of sagenb 0.9.x associated with #11080, just to
 simplify the review process. The purpose of this ticket is to incorporate
 some new features, bugfixes, code refactoring, etc. into the version of
 sagenb shipped with Sage, beyond what was reviewed in #11080. sagenb 0.10
 contains the following (among other things):

  * refactoring of the startup code, uWSGI and Tornado added as possible
 WSGI servers
  * code allowing .sws files to be uploaded by supplying a URL pointing to
 the .sws as an argument to the upload page's URL
  * new dependency on webassets for js/css autominification (not currently
 used in the master branch)
  * the mathjax branch, and a doctest fix in sphinxify.py (#9774 depends on
 and contributed to this)
  * support for uploading .sws files from the local disk via the command
 line (#8473 basically is this)
  * refactoring of sageinspect to not have a duplication of code between
 the notebook and the Sage library (#11913 depends on this)
  * Upgrading Jmol again and allowing for advanced interactive features
 more easily, solve some memory issues (#12299)

 Changes not in sagenb itself but in how sagenb is incorporated into sage:

  * No repository will be installed with sagenb - developers will need to
 clone sagenb themselves and install the new clone into their Sage
 installation manually (which is not difficult).

 SPKG: http://wstein.org/home/keshav/files/sagenb-0.10.spkg (a
 comparatively svelte 13 MB)


 {{{
 cd SAGE_ROOT
 hg -R local/bin qimport -P http://trac.sagemath.org/sage_trac/raw-
 attachment/ticket/9774/trac_9774-scripts-mathjax.patch
 hg -R devel/sage qimport -P http://trac.sagemath.org/sage_trac/raw-
 attachment/ticket/9774/trac_9774-mathjax-try6.patch
 hg -R devel/sage qimport -P http://trac.sagemath.org/sage_trac/raw-
 attachment/ticket/11913/trac_11913-sage.patch
 hg -R devel/sage qimport -P http://trac.sagemath.org/sage_trac/raw-
 attachment/ticket/12299/trac_12299-all-in-one.patch
 ./sage -b
 }}}

--

Comment:

 Um, wow. Silly typo in
 
[https://github.com/sagemath/sagenb/commit/20750380437c69d74caa33f79e657b2d3047079e
 this commit]. I'll fix this, and actually I think I'm going to call this
 0.10. Our version numbers are moving too slowly. Adding mathjax is a lot
 more substantial of a change than a bump to the patch level should cause a
 user to expect.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13121#comment:15>
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.

Reply via email to