Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

0.5.0

Compare
Choose a tag to compare
@jpivarski jpivarski released this 28 Nov 22:03
· 1096 commits to master since this release
85eb239
  • Access named columns via myarray.at.x, equivalent to myarray["x"].
  • Access numeric columns via myarray.at(0), equivalent to myarray["0"].
  • All subindexes of jagged indexing is now supported.