Skip to content

Releases: holgerschmitz/Schnek

Version 1.1.0

04 Apr 10:36
Compare
Choose a tag to compare
  • Implemented compound assignment for ArrayExpressions.
  • Implemented compound assignment operators *= and /= for Array.
  • Allowing for different output types when using GridTransform.
    The transformation must have value_type defined.
  • Added test suite based on Boost Test
  • Added functions registerUtilityFunctions and registerSpecialFunctions to
    register some more functions.
  • Added a minReduce function in DomainSubdivision that is equivalent to the
    maxReduce but will find the minimum across all processes.
  • Added projectDim for Array.
  • Added project and projectDim for Range.
  • Parser now supports functions without arguments.
  • Added capability for non-deterministic functions in configuration file parser

Version 1.0.2

25 Oct 13:44
Compare
Choose a tag to compare

Bug fixes and minor improvements
Added some more examples

Version 1.0.1

25 Oct 13:14
Compare
Choose a tag to compare

Some bug fixes

Version 1.0.0

25 Oct 13:16
Compare
Choose a tag to compare

First production release

Version 0.9.1

25 Oct 13:17
Compare
Choose a tag to compare

Second beta version release

Version 0.9.0

25 Oct 13:18
Compare
Choose a tag to compare

First beta version release