Skip to content

2.7.0 Fill and form methods; improved docs

Compare
Choose a tag to compare
@vanzonr vanzonr released this 05 Jan 18:56
· 11 commits to main since this release
  • Added fill and form methods, which take nested curly brace initializer lists to set values or create a new rarray based on the initializer's shape.
  • Added a slice method. Slicing is possible only in the first dimension, to preserve a contiguous layout of the array elements.
  • Better documentation, with tutorial now in markdown and developer documentation that can be generated with doxygen.