- CSV format expects separator to be one of ";" or "," otherwise enforces ";"
- .func accepts flag order:
- .dimensions functionality extended to more granular formatting
- When adding function, check if its namesake exists
- Optional progress bar to the function command :run
- Dependencies
- Optional flad for hiding function from output
- Simplified default parameters
- Unified umbrella method for handling functions
- Initialization directly from file of dimensions
- Logical conditions on Cartesian space
- Documentation
- Unified methods for import and export
- JSON and YAML can be imported, not only exported
- Functions can be removed
- Minor changes in default values of named parameters
- Documentation
- Support for calculated functions on dimensions via
add_function(name, &block) - Calculated functions now show up in
.output