Skip to content

Releases: eriknw/afar

0.2.1

21 Jul 22:15
02aedbc
Compare
Choose a tag to compare
  • Better serialization for the callable we submit to the Dask scheduler

0.2.0

20 Jul 17:41
bbfe0f4
Compare
Choose a tag to compare
  • Update method to get the context body. Hopefully more reliable 🤞
  • with afar.run: now gives a useful error message (missing location!) instead of running the code
  • Add run.context_body attribute to hold a list of lines of the context body
  • Add later location, such as with run, later:
    • This is useful to get the context body, but not execute it
    • later doesn't do much yet. I'll handle it later.
  • Test running in a notebook via nbconvert
  • Test PyPy with conda

0.1.3

17 Jul 15:54
Compare
Choose a tag to compare
  • 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

17 Jul 04:32
Compare
Choose a tag to compare
  • 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

16 Jul 23:55
Compare
Choose a tag to compare
  • 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

16 Jul 04:45
Compare
Choose a tag to compare
  • Minimal example working with dask.distributed!

0.0.1

06 Jul 05:08
Compare
Choose a tag to compare