Skip to content

Releases: gutow/Algebra_with_Sympy

Version 1.0.0

03 Jan 02:18
Compare
Choose a tag to compare

First Stable Release:

Version 0.12.0

24 Aug 15:40
Compare
Choose a tag to compare

Also available via pip: pip install Algebra-with-SymPy==0.12.0

Version 0.11.0

06 Jun 01:48
3217e25
Compare
Choose a tag to compare

Versions 0.11.0. Simplified control of code and pretty-printed output that works for both Equations and all Sympy Expressions. Equation aware solve() now implemented.
Also available on pypi: pip install Algebra-with-SymPy==0.11.0.

Version 0.10.0

05 Sep 17:03
Compare
Choose a tag to compare

Also available on pypi: pip install Algebra-with-SymPy==0.10.0

  • Documentation updates and fixes.
  • Significantly increased test coverage (~98%).
  • Support for Eqn.rewrite(Add)
  • Solving (e.g. solve(Eqn,x)) now supported fully. Still experimental.
  • Bug fix: latex printing now supports custom printer.
  • Substitution into an Equation using Equations is now supported (e.g. eq1.subs(eq2, eq3, ...)).
  • algebra_with_sympy.version is now available for version checking within python.
  • Bug fix: preparsing for =@ syntax no longer blocks obj? syntax for getting docstrings in ipython.
  • More robust determination of equation names for labeling.

Version 0.9.4

11 Aug 18:47
Compare
Choose a tag to compare

Release for compatibility with sympy>=1.11.
Can also be installed from PyPi: pip install Algebra-with-SymPy==0.9.4.

Version 0.9.2

05 Jun 22:47
Compare
Choose a tag to compare

New shorthand syntax for defining equations in IPython and Jupyter environments: eq_name=@eq.lhs=eq.rhs.

Also available from pypi: pip install Algebra-with-SymPy==0.9.2.

Version 0.9.1.1

25 Mar 00:24
Compare
Choose a tag to compare

Adds:

  • Equations labeled with their python name, if they have one.
  • Added flags to adjust human readable output and equation labeling.
  • Accept equation as function argument in any position.
  • First pass at solve() accepting equations.
  • Added override of root() to avoid warning messages.
  • More unit tests.
  • First pass at documentation.

Also available from pypi: pip install Algebra-with-SymPy==0.9.1.1

Algebra_with_SymPy_0.9.0

14 Jan 16:39
Compare
Choose a tag to compare

First release that can be installed with pip. Install in your Python environment with pip install Algebra_with_SymPy==0.9.0. Visit on PyPi