Dan Allan
Dan Allan
The test suite generates warnings that suggest we can simplify things due to changes in pyzmq: ``` /home/dallan/Repos/bnl/bluesky/bluesky/callbacks/zmq.py:236: DeprecationWarning: ZMQEventLoop and zmq.asyncio.install are deprecated in pyzmq 17. Special eventloop integration...
**Do not review yet -- this is still a moving target.**
If the RunEngine exits through [this path](https://github.com/NSLS-II/bluesky/blob/master/bluesky/run_engine.py#L1087) we can make no promises about its state. Currently, it lands in the state `RE.state == 'running'`, which should never be the case...
A common problem for novices using bluesky in IPython is that its tracebacks can be _very_ long (thanks to RunEngine + plan_mutator(s)). Novices don't usually figure out to "just scroll...
I think `netcdf4` is inflected with GPL code. I'm wondering if it could be made an optional dependency of `intake-xarray`, or moved into a separate `intake-netcdf4` package. Although [conda-forge reports...
Intake-xarray lumps together several different I/O backends. Grouping drivers by what they _return_ (xarray in this case) is different from the usual pattern. We propose to break intake-xarray into intake-netcdf,...
This fix affects access via the server. The client side constructs an `xarray.Dataset` backed by dask arrays with some chunking. When it loads data, it requests partitions specified by a...
It is possible to factor PartialUID as a simple Regex query. It is possible to factor ScanID as an Eq or In query (when multiple scan IDs given). We handle...
The bluesky-widgets databroker search widget is currently known to be incompatible with the databroker 2.x prereleases. There are two ways to address this: 1. Short-term fix: One issue that Databroker...
Requesting a `BlueskyRun` as `application/json-seq` should return documents. This is in _addition_ to `GET /documents` which we should retain because we need `POST /documents` #735 and if we support `POST`...