ilastik / lazyflow

lazy parallel ondemand zero copy numpy array data flows with caching and dirty propagation
Other
77 stars 59 forks source link

Fix paths with z5py1.5 #325

Closed k-dominik closed 5 years ago

k-dominik commented 5 years ago

with a recent update of z5py, it now correctly returns internal paths only from visiteditems:

https://github.com/constantinpape/z5/commit/8ec2ff7555a034b49a2666f79e86707713c93164

requires z5py>=1.5.1

m-novikov commented 5 years ago

Do we care about z5py 1.4?

constantinpape commented 5 years ago

Do we care about z5py 1.4?

I don't think there is any reason to support anything < 1.51. 1.51 is on conda-forge, it fixes a lot of bugs and does not link to boost any longer, which makes it behave nicer as a dependency.