straw
straw copied to clipboard
Can you update pip to reflect the current version 0.08 ?
Describe the bug read_metadata does not work on version 0.0.6 (the one release on pip)
Solution Can you update pip to reflect the current version?
we should also get the pybind11 version to pip
One problem is that the data structure returned by straw between version 0.06 and 0.08 is quite different.
Not pybind11 - that's just a wrapper around the C code, so essentially a faster version of the original straw code. But the other python branch, yes, has a new data structure.