linkml / linkml-arrays

Support for N-dimensional arrays in LinkML.
https://linkml.github.io/linkml-arrays
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Add dumper/loader for basic yaml (lists of lists) #11

Closed rly closed 4 months ago

rly commented 4 months ago

Uses numpy.ndarray.tolist and to write a numpy array to a list of lists and numpy.asarray to read a list of lists as a numpy array