Skip to content

2021.11.0

Compare
Choose a tag to compare
@kmpaul kmpaul released this 12 Nov 16:09
· 67 commits to main since this release
7c62ab5

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!