Changelog
v1.3.1
Added
to_hsd()andto_rhs()methods to theEquationclass.Added
idx_breaklineoptions toExtentedLatexPrinter. By default, this option is set to an empty string, which improves the printing ofIdxobjects 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
Equationclass.
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.