Alexander Clausen
Alexander Clausen
Looking more into it, I kind of like TOML: > TOML shares traits with other file formats used for application configuration and data serialization, such as YAML and JSON. TOML...
I'm adding this to the 0.10 milestone - @jhgee thank you for kick-starting this discussion again! If you'd like to help out on building this feature, it would be good...
> For live processing, using "workhorse functions" works well so far. Maybe we should document this as a "best practice" for developing UDFs
> Optimal would be a service like Zenodo We could directly generate and upload the Singularity image (SIF file) to Zenodo - that should be "straight forward"™.
See also here: https://github.com/LiberTEM/LiberTEM-holo/blob/e7aaf90653f139efccb647056279d9f459216566/src/libertem_holo/base/filters.py#L7-L31
> The way I implemented this is quite hacky, because we have no interface to specify the partition slices (that I could find), so I monkeypatched the classmethod `Partition.make_slices` for...
> seems to read the entire dataset It only reads the headers to use the image sequence numbers, to make absolutely sure we got the file ordering right. But you...
I would agree that bumping to 0.7 is okay, maybe adding a warning in 0.6 already, at least for use from the Python API. Maybe we can add some info...
Warning added in #840, further changes pushed to 0.7
Can't be merged as-is, as it needs to wait for `nbconvert` 7.x