The 0.14.0 release adds a system for UDFs to be aware of which parts of a dataset have already been processed during merging and post-processing, and to mark parts of results as invalid when the processing would otherwise be incorrect. This feature supports the plotting interface by allowing a UDF to mark outliers in results to be ignored, and computations such as discrete derivatives where the result at the boundaries of the processed data is undefined.
This release also increases the minimum supported Python version to 3.9 in line with a range of other projects. Older versions of LiberTEM remain available in sitations where Python cannot be upgraded.
Many thanks to everyone who has contributed to this release!
Please see the [changelog](https://libertem.github.io/LiberTEM/changelog.html#v0-14-0) for details!