Skip to content

Releases: uellenberg/Logimat

1.0.45

02 Feb 03:32
Compare
Choose a tag to compare

Fixed expressions in templates not being handled correctly (caused by changes introduced with variables).

1.0.44

14 Jan 23:28
Compare
Choose a tag to compare
  • Add support for variables (and proper shadowing for both variables and constants).
  • Make arrays look better when rendered.
  • Add 3D Sphere example.
  • Add Prime Sine example.

1.0.43

03 Oct 23:20
Compare
Choose a tag to compare

This includes changes for both 1.0.42 and 1.0.43.

  • Improve operator functions.
  • Rename select to isNotZero.
  • Improve simplification.
  • Add "polyfill functions" and allow disabling them.

1.0.41

16 Feb 04:12
Compare
Choose a tag to compare
  • Numerous compiler/simplifier improvements.
  • Unsafe and unstable compilation modes.
  • Much better documentation.

1.0.40

27 Apr 03:17
Compare
Choose a tag to compare
  • Added a few more complex function.
  • Added the complexFunction! template, which allows generating random complex functions from a seed value.

1.0.39

01 Apr 08:10
Compare
Choose a tag to compare
  • Fix prod.

1.0.38

01 Apr 02:57
Compare
Choose a tag to compare
  • Added integral (int) and derivative (div).
  • Added export statement.
  • Added a few extra complex functions.

1.0.37

27 Mar 02:17
Compare
Choose a tag to compare
  • Fixed a bug with point and array simplification.

1.0.36

26 Mar 23:17
Compare
Choose a tag to compare
  • Updated dependencies.
  • Fixed a bug with isPositive.
  • Simplified cAdd and cSub.

1.0.35

26 Mar 22:30
Compare
Choose a tag to compare
  • Internal changes and bugfixes.
  • Add an implicit setstate at the end of a block used by omitting the "state = " and ending ";".