Skip to content

Releases: Augmeneco/AugCalc

Release 1.6

10 Jun 08:36

Choose a tag to compare

= Code refactored

+ Autodetection of vars in integral
+ Added simplifing rule for pow(x, 1)
+ Moved some functions to utils.py

Release 1.5

10 Jun 06:44
bde65df

Choose a tag to compare

v1.5

Добавлено gui.py и обновлён integral.py

Release 1.4

08 Jun 06:37

Choose a tag to compare

+ Calculator now can take keyword arguments for variables

Release 1.1

30 May 07:48

Choose a tag to compare

+ Added simplifying rule for subtraction
+ Constants (Pi, Exp) added to variable list in simplyfing
= Bugfix for multiple var detection in derivative
= Changed symbol of negativation

Final(?) release

30 May 05:58

Choose a tag to compare

Release 1.0

+Unary operator parsing and composer support
+ Pretty input and output
= Code cleaning

Release 0.2

29 May 18:38

Choose a tag to compare

+ Simplifies expressions
+ Calculate simple non variable expressions
= Changed Constant value type to float

Initial release

27 May 20:32

Choose a tag to compare

v0.1

Initial release