Releases: uellenberg/Logimat
Releases · uellenberg/Logimat
1.0.45
1.0.44
- 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
This includes changes for both 1.0.42 and 1.0.43.
- Improve operator functions.
- Rename
select
toisNotZero
. - Improve simplification.
- Add "polyfill functions" and allow disabling them.
1.0.41
- Numerous compiler/simplifier improvements.
- Unsafe and unstable compilation modes.
- Much better documentation.
1.0.40
- Added a few more complex function.
- Added the complexFunction! template, which allows generating random complex functions from a seed value.
1.0.39
- Fix prod.
1.0.38
- Added integral (int) and derivative (div).
- Added export statement.
- Added a few extra complex functions.
1.0.37
- Fixed a bug with point and array simplification.
1.0.36
- Updated dependencies.
- Fixed a bug with isPositive.
- Simplified cAdd and cSub.
1.0.35
- Internal changes and bugfixes.
- Add an implicit setstate at the end of a block used by omitting the "state = " and ending ";".