Utensil
Utensil
Replace dangerous and unexpected behaviors in printer.xpdf() with safer and more natural equivalents
First discussed in https://github.com/pygae/galgebra/issues/19#issuecomment-469055232 . - [ ] Not to stop and ask for input between .tex generation and .pdf generation - [ ] Remove `eval()` usage - [ ]...
This issue tracks some PRs merged with pending work: - [ ] #9 - [ ] #34 - [ ] https://github.com/pygae/galgebra/pull/85#issuecomment-559809082 - [ ] #70 and https://github.com/pygae/galgebra/issues/28#issuecomment-558411574 - [ ]...
This issue is a placeholder for my original plan for 0.4.5, which will be postponed to later versions, but useful as a reference for forming a roadmap. Moved from https://github.com/pygae/galgebra/pull/17#issuecomment-508988043:...
See https://github.com/pygae/galgebra/pull/425#discussion_r433807426 . This would be quite some work to go through the logic of many places.
This has been discussed before and it's a good practice. SymPy also did this since 1.6, see https://github.com/JuliaPy/SymPy.jl/issues/345#issuecomment-633115792 .
See discussions in #158. See current coverage at https://codecov.io/gh/pygae/galgebra/src/master/galgebra/lt.py and the following examples that are not part of the tests yet: - https://github.com/pygae/galgebra/blob/master/doc/python/LinearTrans.py - https://github.com/pygae/galgebra/blob/master/doc/python/Ltrans.py - https://github.com/pygae/galgebra/blob/master/doc/python/LtransInst.py - https://github.com/pygae/galgebra/blob/master/doc/python/TensorDef.py and...
This is motivated by the fact that I have to refresh my memory every time I make a release.
See https://github.com/pygae/GAlgebra.jl/blob/master/src/ga.jl Discussion on Slack: > Eric Wieser 21 minutes ago > Perhaps as Ga.from_sig? > > Eric Wieser 19 minutes ago > Although I assume you also want a...
Mark the work that would be left by #286, see tasks in https://github.com/pygae/galgebra/pull/286#issuecomment-623850152: > Before we actually remove them, we need to ensure we have equivalent tests outside `Old Format`,...
Mark it and fix it later. ``` galgebra/galgebra/lt.py:776: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() args, _varargs, _kwargs, _defaults = inspect.getargspec(f) ```