Skip to content

v1.10.4

Latest
Compare
Choose a tag to compare
@jefferis jefferis released this 10 Jan 12:51
· 59 commits to master since this release

What's Changed

  • xyzmatrix<- can now set list columns containing coordinates in forms like
    `list(c(1,2,3), c(4,5,6)) (#485)
  • a new function xyzmatrix2list() is added to achieve this output format
    directly
  • xyzmatrix() can now extract coordinates from a 3-vector like c(1,3,5)
    (#486)

Full Changelog: v1.10.3...v1.10.4