Releases: holgerschmitz/Schnek
Releases · holgerschmitz/Schnek
Version 1.1.0
- Implemented compound assignment for ArrayExpressions.
- Implemented compound assignment operators
*=
and/=
for Array. - Allowing for different output types when using
GridTransform
.
The transformation must havevalue_type
defined. - Added test suite based on Boost Test
- Added functions
registerUtilityFunctions
andregisterSpecialFunctions
to
register some more functions. - Added a
minReduce
function inDomainSubdivision
that is equivalent to the
maxReduce
but will find the minimum across all processes. - Added
projectDim
forArray
. - Added
project
andprojectDim
forRange
. - Parser now supports functions without arguments.
- Added capability for non-deterministic functions in configuration file parser
Version 1.0.2
Bug fixes and minor improvements
Added some more examples
Version 1.0.1
Some bug fixes
Version 1.0.0
First production release
Version 0.9.1
Second beta version release
Version 0.9.0
First beta version release