Size: 1875
Comment:
|
← Revision 4 as of 2009-01-24 14:29:33 ⇥
Size: 1893
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
* #3201 - notebook -- bug in parsing \ at end of line in %latex mode | * #3201 - notebook -- bug in parsing \ at end of line in %latex mode |
Line 9: | Line 9: |
* #4524 - interact : incomplete default string in the input box | * #4524 - interact : incomplete default string in the input box |
Line 11: | Line 11: |
* #3326 - trailing question marks in %html blocks are mistreated | * #3326 - trailing question marks in %html blocks are mistreated |
Line 13: | Line 13: |
* #3820 - notebook -- sometimes published worksheets are listed as being published by pub. | * #3820 - notebook -- sometimes published worksheets are listed as being published by pub. |
Line 15: | Line 15: |
* #4820 - Syntax error for a comment line, then help query in a notebook cell | * #4820 - Syntax error for a comment line, then help query in a notebook cell |
Line 17: | Line 17: |
* #4011 - notebook -- copying a worksheet on worksheet listings page results in the new worksheet being listed as running | * #4011 - notebook -- copying a worksheet on worksheet listings page results in the new worksheet being listed as running |
Line 19: | Line 19: |
* #4245 - notebook -- error clicking editing when there is a < in the html. | * #4245 - notebook -- error clicking editing when there is a < in the html. |
Line 21: | Line 21: |
* #4316 - notebook: '%html |
* #4316 - notebook: '%html |
Line 23: | Line 23: |
* #4010 - notebook -- Renaming worksheet: clicking OK with a blank text box should revert to worksheet's old name not name it to "null" | * #4010 - notebook -- Renaming worksheet: clicking OK with a blank text box should revert to worksheet's old name not name it to "null" |
Line 25: | Line 25: |
* #313 - Slideshow doesn't update correctly when first cell deleted. | * #313 - Slideshow doesn't update correctly when first cell deleted. |
Line 27: | Line 27: |
* #1897 - %latex -- bug in passing in predefined sage variables (serious but probably very easy to fix) | * #1897 - %latex -- bug in passing in predefined sage variables (serious but probably very easy to fix) |
Line 29: | Line 29: |
* #1019 - strange behavior in notebook with %octave | * #1019 - strange behavior in notebook with %octave |
Line 33: | Line 33: |
* #3294 - GAP interface broken after CTRL-C | * #3294 - GAP interface broken after CTRL-C |
Line 35: | Line 35: |
* #3752 - gap.eval -- oddity in parsing multiline input and comments | * #3752 - gap.eval -- oddity in parsing multiline input and comments |
Line 37: | Line 37: |
* #4590 - sage/interfaces/phc.py writes tmp files into cwd | * #4590 - sage/interfaces/phc.py writes tmp files into cwd |
Line 39: | Line 39: |
* #3268 - Fix GAP interface printing | * #3268 - Fix GAP interface printing |
Line 43: | Line 43: |
* #2638 - complex QQbar expressions exceed maximum recursion depth when exact computation is triggered | * #2638 - complex QQbar expressions exceed maximum recursion depth when exact computation is triggered |
Line 45: | Line 45: |
* #4405 - double/single quotation marks in docstring | * #4405 - double/single quotation marks in docstring |
Line 47: | Line 47: |
* #2402 - there should be a hg_examples mercurial wrapper for the examples repository | * #2402 - there should be a hg_examples mercurial wrapper for the examples repository |
Line 49: | Line 49: |
* #5051 - tracebacks involving cython (etc.) seriously broken in sage-3.3.alpha0 (probably caused by ipython) | * #5051 - tracebacks involving cython (etc.) seriously broken in sage-3.3.alpha0 (probably caused by ipython) |
Line 51: | Line 51: |
* #5073 - Update IPython to 0.9.1 | * #5073 - Update IPython to 0.9.1 |
Line 53: | Line 53: |
* #4152 - parametric_plot should take the variable range as (var, min, max) like plot |
* #4152 - parametric_plot should take the variable range as (var, min, max) like plot |
Mike Hansen's Status Report for Sage Days 12
I fixed the following bugs:
Notebook
- #3201 - notebook -- bug in parsing \ at end of line in %latex mode
- #4524 - interact : incomplete default string in the input box
- #3326 - trailing question marks in %html blocks are mistreated
- #3820 - notebook -- sometimes published worksheets are listed as being published by pub.
- #4820 - Syntax error for a comment line, then help query in a notebook cell
- #4011 - notebook -- copying a worksheet on worksheet listings page results in the new worksheet being listed as running
#4245 - notebook -- error clicking editing when there is a < in the html.
#4316 - notebook: '%html
x<y ' doesn't work right- #4010 - notebook -- Renaming worksheet: clicking OK with a blank text box should revert to worksheet's old name not name it to "null"
- #313 - Slideshow doesn't update correctly when first cell deleted.
- #1897 - %latex -- bug in passing in predefined sage variables (serious but probably very easy to fix)
- #1019 - strange behavior in notebook with %octave
Interfaces
- #3294 - GAP interface broken after CTRL-C
- #3752 - gap.eval -- oddity in parsing multiline input and comments
- #4590 - sage/interfaces/phc.py writes tmp files into cwd
- #3268 - Fix GAP interface printing
Misc
- #2638 - complex QQbar expressions exceed maximum recursion depth when exact computation is triggered
- #4405 - double/single quotation marks in docstring
- #2402 - there should be a hg_examples mercurial wrapper for the examples repository
- #5051 - tracebacks involving cython (etc.) seriously broken in sage-3.3.alpha0 (probably caused by ipython)
- #5073 - Update IPython to 0.9.1
- #4152 - parametric_plot should take the variable range as (var, min, max) like plot