Alexander Clausen
Alexander Clausen
In PR #497 we added DM file format support, for now only for stacks of single frames. For the case of single-file 4D data sets, our main use case would...
Fixes #382 The general structure is done, but may need updates after #1137 lands, as it assumes uniform chunking currently. ## Still TODO - [x] The actual calculation of new...
`create-react-app` v5.0.0 was just released, this means we may want to update the front end stack soon: https://github.com/facebook/create-react-app/releases/tag/v5.0.0
From #153: SEQ files don't contain any information about the scan, so there was a question if we could read this from a "sidecar" file, like we do with other...
Soon, `windows-latest` will be switched to `windows-2022`, at which point we will lose Python 3.6 support there. We need to explicitly switch the Python 3.6 pipeline to `windows-2019`, as done...
# What Partition sizes should be adapted to the UDF and the current overall conditions / performance. # Why - Computationally intense workloads should work on smaller partitions to give...
They run just fine in CI, but somehow depend on previous state left by other tests and fail when run alone.
If we change Python dependencies, to still be able to properly perform stable point releases, they should be independent from the tox environments that are cached for the master branch.
For testing the general pipeline of sparse input data, independently from file format support.
If your ROI only covers a limited number of partitions, the computation may not be parallelized efficiently, as the number of tasks will also be limited. The partitioning should take...