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_typedefined. - Added test suite based on Boost Test
- Added functions
registerUtilityFunctionsandregisterSpecialFunctionsto
register some more functions. - Added a
minReducefunction inDomainSubdivisionthat is equivalent to the
maxReducebut will find the minimum across all processes. - Added
projectDimforArray. - Added
projectandprojectDimforRange. - 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