I get some failures of the form
File "src/sage/repl/ipython_tests.py", line 8, in sage.repl.ipython_tests
Failed example:
shell = get_test_shell()
Expected nothing
Got:
[SageTerminalApp] WARNING | Error in loading extension: line_profiler
Check your config files in
/Users/palmieri/.sage/ipython_genutils-0.1.0/profile_default
Traceback (most recent call last):
File
"/Users/palmieri/Desktop/Sage_stuff/git/sage/local/lib/python2.7/site-packages/IPython/core/shellapp.py",
line 246, in init_extensions
self.shell.extension_manager.load_extension(ext)
File
"/Users/palmieri/Desktop/Sage_stuff/git/sage/local/lib/python2.7/site-packages/IPython/core/extensions.py",
line 85, in load_extension
if self._call_load_ipython_extension(mod):
File
"/Users/palmieri/Desktop/Sage_stuff/git/sage/local/lib/python2.7/site-packages/IPython/core/extensions.py",
line 132, in _call_load_ipython_extension
mod.load_ipython_extension(self.shell)
File
"/Users/palmieri/Desktop/Sage_stuff/git/sage/local/lib/python2.7/site-packages/line_profiler.py",
line 372, in load_ipython_extension
ip.define_magic('lprun', magic_lprun)
AttributeError: 'SageTestShell' object has no attribute 'define_magic'
I'm guessing that this is because of the IPython upgrade (plus the fact
that I already had "line_profiler" installed). If I uninstall
line_profiler, the tests pass. If I reinstall it, tests fail. I guess I
can't even use it (at least via "%lprun") with this version of Sage.
John
On Wednesday, August 10, 2016 at 11:45:06 PM UTC-7, Volker Braun wrote:
>
> As always, you can get the latest beta version from the "develop" git
> branch. Alternatively, the self-contained source tarball is at
> http://www.sagemath.org/download-latest.html
>
> 0a80508 Updated SageMath version to 7.4.beta0
> ab2dbc9 Trac #21113: unflattening morphim error
> 028711f Trac #21112: wrong base ring in sigma_invariants
> 93f9fbb Trac #21111: Rename "certify" to "certificate"
> 083fc58 Trac #21109: Faster meet() for lattice
> b1296a7 Trac #21106: class for flattening polynomial rings over polynomial
> rings
> 762b16f Trac #21104: indeterminacy locus for rational maps
> 8689838 Trac #21099: critical subscheme / critical points for a map on
> projective space
> fcdc991 Trac #21097: incorrect parent for dynatomic polynomial
> 4268312 Trac #21055: format the references in steenrod algebras
> 9ed147c Trac #20606: Handle "setting permissions on DOT_SAGE" better on
> Cygwin
> 60b5a68 Trac #21184: code cleanup in link and linear_functions
> f8613e0 Trac #21094: Sage package for SCIP integer programming solver
> 2cb8ec5 Trac #20942: New patches for ECL specifically affecting Cygwin
> f9f095f Trac #19766: A (45,12,3) difference set
> 9831d4b Trac #21006: Upgrade to IPython 5.0
> 2b3eb14 Trac #20621: Simpler code and better error messages in Sequence()
> c4734b0 Trac #20227: Chow form for projective subschemes
> 678e103 Trac #19435: Poset documentation polishing: New posets from old
> ones
> 5e8d041 Trac #13055: Refactor numerical_approx()
> 2786302 Trac #21163: In richcmp, fall back to reversed operation if
> coercion fails
> d0ddb35 Trac #21157: Improvements to systematic encoder for linear codes
> 768f336 Trac #21154: Minor fixes for #20767
> 6e62086 Trac #21153: Remove "But we can check that it is indeed provided
> by the Magmas category" doctest
> f57c40a Trac #21152: Implement unary operations in interfaces
> b55d688 Trac #21151: Update TOPCOM to 0.17.7, disable outdated libsoplex
> support
> 5b85e68 Trac #21150: py3 imports using six for StringIO and cStringIO
> 03e770f Trac #21149: a bunch of doc cleanups
> 0b34949 Trac #21148: deprecate unused dendrog comparison of trees
> 49ba449 Trac #21147: sorting key for elliptic curves in cremona database
> 9b3bbda Trac #21146: Building the doc produces deprecation warning
> bb3c9b6 Trac #21145: deprecate some cmp keyword in favor of key in
> factorizations
> d38ca7b Trac #21143: new style package for qhull
> 37194a4 Trac #21142: sort elliptic curves over QQ using a key (for py3)
> 2c09bfc Trac #21141: Deprecate algebra_element.py and module_element.py
> 3f97a89 Trac #21140: Remove redundant _lmul_ and _rmul_ methods
> 6b65c03 Trac #21139: Implement negation for modular forms
> 41b3703 Trac #21136: Fix documentation errors in functions/special.py
> 6ef1e59 Trac #21128: Improve support for comparisons in plain Python
> modules
> 7890159 Trac #21125: two bad new prints in crystals
> aee8cb0 Trac #21115: py3 import of copyreg (moved from copy_reg)
> f7f02f3 Trac #21110: Py3 : Handle the changes to "next()" again
> 6002890 Trac #21105: abs for number field element
> 1a3f9a0 Trac #21101: Adding mention of optional packages to the
> installation module
> 2a8ade9 Trac #21098: Restore patch to PPL for Cygwin64 support
> 7c302a6 Trac #21081: Cup product for cochains
> dfb07c1 Trac #21034: Upgrade to pynac-0.6.8
> 399320b Trac #20998: Removing deprecated cmp and __cmp__ in some pyx files
> d3dc014 Trac #20968: more Hadamard matrices with constant diagonal
> e4c3019 Trac #20949: Add the Lehmer matrix
> 2d04929 Trac #20940: LatticePoset: add is_sectionally_complemented()
> 8812fab Trac #20934: Sort elements by poset order
> 692ac76 Trac #8728: doctest fixed integral from Maxima
> e68bc34 Trac #20901: Upgrade bliss package to 0.73 with Debian patches;
> install header files in location expected by polymake
> af1a48e Trac #20835: Systematic encoder for linear codes
> 1d3a780 Trac #20648: functools32 is not py3 compatible
> a319f78 Trac #19430: Update Jmol release to use new security certificate
> 6bfeffe Trac #15378: composition of scheme morphism defined by polynomials
> 06a3e78 Trac #15276: Translation problem between Sage and Gap for
> cyclotomic field
> 6e41860 Trac #14126: Count Number of Linear Extensions of a Poset
> 9a354aa Trac #12866: Bug in Sage's monodromy pairing on elements of Brandt
> modules
> b630b41 Updated SageMath version to 7.3
>
>
--
You received this message because you are subscribed to the Google Groups
"sage-release" 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-release.
For more options, visit https://groups.google.com/d/optout.