Alexander Clausen
Alexander Clausen
To allow UDFs to implement their own corrections support, there needs to be an interface to specify the preferences. See #778 for discussions. For example, some UDFs may want to...
Closes #651 - this is still only a simple sketch of the API, although the basic functionality is already there. Refs https://github.com/Ptychography-4-0/ptychography/issues/6 Still to do: - [ ] The actual...
#554 will be closed by #706, but I think the interface will still need some changes, and needs to be documented still.
Cleanup work from #706. - [x] `tileshape` should be removed/ignored without replacement. - [ ] remove `enable_direct` As for `enable_direct`, we can still support the parameter for a while after...
This is a continuation of #665, related to discussion in tickets #46, #168, #328 Now that the basic functionality is there, we can get first feedback from users; then it...
This could be, in the easiest version, opening files via entering a glob (should present a file list as second step, when entering the other parameters). Could also consist of...
I've started to implement #136, see [the ds_caching branch](https://github.com/LiberTEM/LiberTEM/tree/ds_caching) and PR #471 . It can right now be considered a prototype. This is supposed to be an overview of what...
Currently, our reference documentation includes some private APIs, for example, many methods of `DataSet` may need to change in the future. On the other hand, `Slice` and `Shape` are in...
While working on #183 and wondering why some tests take a long time, I noticed a bug in [``TestMultipleChoicesRedirects``](https://github.com/ionrock/cachecontrol/blob/master/tests/test_redirects.py#L30) - the test accesses ``/multiple_choices_redirect/`` but the ``SimpleApp`` server only defines...
Fixes #1339 It registers an atexit handler with a weak reference to the `Context`, and calls `Context.close` at process exit. Usually, using with Context(...) as ctx: ... or explicitly calling...