- Allow data to be passed to `afar.run(data=data)` - Expose `run.data`, but the singleton `afar.run` doesn't keep `.data` around - Probably fix a bug - For warm fuzzies, test on Windows, OS X, and Linux, and with pip and conda
0.1.2
- Change names of functions we pass to `client.submit` to `afar_run` and `afar_get`. - Set up CI, which required changing how we do some magic, so maybe fix a bug? - Tests pass for Python 3.7, 3.8, 3.9, and PyPy--hooray!
0.1.1
- Keyword arguments to `remotely(**kwargs)` will be passed to `client.submit` - Added `afar.get`, which is like `afar.run`, but gathers data locally so calling `.result()` isn't necessary
0.1.0
- Minimal example working with `dask.distributed`!
0.0.1
[Look what you just made me do...](https://www.youtube.com/watch?v=3tmd-ClpJxA)