Skip to content

Releases: dask/dask-mpi

2026.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 11:21
f65c05f

Changes

2025.10.0

Choose a tag to compare

@github-actions github-actions released this 15 Oct 07:11
88ad804

It's been quite some time since a release happened here. Most of the things in the changelog are project hygiene or small bug fixes.

Changes

Bug Fixes

Project hygiene

2022.4.0

Choose a tag to compare

@kmpaul kmpaul released this 13 Apr 16:37
bb5e4a8

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

2021.11.0

Choose a tag to compare

@kmpaul kmpaul released this 12 Nov 16:09
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!

2.21.0

Choose a tag to compare

@kmpaul kmpaul released this 30 Jul 19:41
27a4cfa
  • New CONTRIBUTING.md document (#41)
  • Some fixes to prevent errors from stale scheduler files (#46, #47)
  • Other minor edits

2.0.0

Choose a tag to compare

@andersy005 andersy005 released this 27 Oct 05:50
Version 2.0.0

Version 1.0.3

Choose a tag to compare

@kmpaul kmpaul released this 13 Jun 19:59
a997498

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

Version 1.0.2

Choose a tag to compare

@kmpaul kmpaul released this 30 Jan 20:36
8e12b9e

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

Choose a tag to compare

@kmpaul kmpaul released this 03 Jan 18:12
Update MANIFEST

Version 1.0.0

Choose a tag to compare

@kmpaul kmpaul released this 03 Jan 16:20
cf15f1b
Merge pull request #14 from mrocklin/doc-update

Update documentation