Skip to content

Releases: dask/dask-mpi

Dask-MPI Release 2022.4.0

13 Apr 16:37
bb5e4a8
Compare
Choose a tag to compare

This is primarily a bugfix release due to changes in Distributed that caused failures in Dask-MPI.

2021.11.0

12 Nov 16:09
7c62ab5
Compare
Choose a tag to compare

Improvements for this release:

  • We reinstated the --scheduler-port option on the CLI! Yay! Thanks to @jacobtomlinson! (PR #73)
  • We added the ability to pass in your own MPI Comm when creating a Dask cluster. That's awesome! Thanks to @joezuntz! (PR #75)
  • We fixed a bug related to the --local-directory CLI option which was annoyingly preventing all of our other PRs from passing and therefore being merged. Ugh! Thanks to @kmpaul! (PR #77)
  • We also fixed another behavioral issue related to the scheduler_ip argument to the Worker CLI. Thanks to @jacobtomlinson! (PR #79)
  • Dask-MPI's documentation is now using the newest and awesomest documentation theme! Yay! Thanks to @jacobtomlinson! (PR #80)
  • And finally, we are getting around to modernizing our release process! We've added the automated PyPI release action to Dask-MPI's GitHub workflows! Thanks to @kmpaul and @jacobtomlinson! (PR #81)

Enjoy and thanks for using and contributing to Dask-MPI!

2.21.0

30 Jul 19:41
27a4cfa
Compare
Choose a tag to compare
  • New CONTRIBUTING.md document (#41)
  • Some fixes to prevent errors from stale scheduler files (#46, #47)
  • Other minor edits

2.0.0

27 Oct 05:50
Compare
Choose a tag to compare
Version 2.0.0

Version 1.0.3

13 Jun 19:59
a997498
Compare
Choose a tag to compare

This fixes #23 and #30, making dask-mpi now work with the latest version of distributed.

Version 1.0.2

30 Jan 20:36
8e12b9e
Compare
Choose a tag to compare

This version implements a few fixes in the core code and makes it possible to import the initialize method directly from dask_mpi (rather than just from dask_mpi.core).

Version 1.0.1

03 Jan 18:12
Compare
Choose a tag to compare
Update MANIFEST

Version 1.0.0

03 Jan 16:20
cf15f1b
Compare
Choose a tag to compare
Merge pull request #14 from mrocklin/doc-update

Update documentation