pygae / galgebra

Symbolic Geometric Algebra/Calculus package for SymPy :crystal_ball:
https://galgebra.rtfd.io/
BSD 3-Clause "New" or "Revised" License
234 stars 62 forks source link

Fix unicode pretty-printing of Matrix #442

Closed eric-wieser closed 4 years ago

eric-wieser commented 4 years ago

Previously galgebra broke this pretty-printing on immutable dense matrices by overriding Matrix.__repr__. Doing this instead on the base class prevents interference with the unicode pretty printer.

eric-wieser commented 4 years ago

CI failures are expected, this is good to go.