Changelog --------- v1.3.1 ====== * Added ``to_hsd()`` and ``to_rhs()`` methods to the ``Equation`` class. * Added ``idx_breakline`` options to ``ExtentedLatexPrinter``. By default, this option is set to an empty string, which improves the printing of ``Idx`` objects on interactive shells. v1.3.0 ====== * Added new submodule, ``sympy_equation.printing``, exposing new functionalities allowing to customize Latex code starting from symbolic expressions, which is particularly useful when working in interactive shells. v1.2.0 ====== * Added new submodule, ``sympy_equation.utils``, exposing new functionalities targeting expression manipulations. * Added new tutorials in the documentation. v1.1.3 ====== * Added negation operator to the ``Equation`` class. v1.1.2 ====== * Forked ``algebra_with_sympy`` (version 1.02) in order to create this module. * Modified the configuration options in order to make the module's behaviour similar to that of SymPy. * Reorganized tests for them to run with pytest. * Created new documentation.