Hugo Lapré
Hugo Lapré
Feature request - Blockwise export =============== Abstract -------- PI systems allow a maximum number of events to be exported at once. This feature request proposes an optional blockwise export of...
Bug report ========== Description ----------- With commit fe138d9 the automatic disconnect from the server at exiting the context manager was disabled. This means connections to the database remain open until...
To export interpolated values only over the time range for which values were actually recorded some helper attributes would be useful: - `PIPoint.first_recorded_value` - `PIPoint.first_recorded_timestamp` - `PIPoint.last_recorded_value` - `PIPoint.last_recorded_timestamp` A...
**Snakemake version** 8.10.8 **Describe the bug** Local copies of remote files are deleted after a rule finishes, even when keep_local is True. If I provide keep_local on the provider level...
The current magic injection of the `snakemake` object in python scripts prevents linters and type checkers from recognizing that object. To allow this the `snakemake.script` module is updated to include...
In preparation of a major overhaul of the API create an interface to explicitly import the SDK. This allows for easier testing on CI machines as it will not fail...
**Is your feature request related to a problem? Please describe.** As far as I can tell, `expression` currently has no way of combining two `Result` objects. **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** Every once in a while I encounter a method that is not curried, which I would like to use in...
Ages ago I proposed to migrate to the built in logging facilities to allow for more flexible logging (see #315). Recently I have been using `pyemu` again and faced the...