Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 03:08
· 160 commits to main since this release

StaticTools v0.6.0

Diff since v0.5.6

  • Breaking changes to syntax of fread!
  • Add fwrite function based on libc fwrite
  • fread! (and the new fwrite) are now generalized to read and write data to and from arrays as well as strings
  • Update read and write methods for StaticTools types where relevant
  • Add new StackArray and MallocArray constructors from existing AbstractArrays