Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.11 KB

CHANGES.md

File metadata and controls

29 lines (23 loc) · 1.11 KB

Changelog

3.0.0 (2024-12-05)

#32

Breaking changes

  • The Python package has been renamed disbatch from disbatchc
  • Removed the disBatch script from the repo root. Instead, a disBatch command will be placed on the PATH upon installation, or see the installation instructions for other options.

Fixes

  • disBatch now installs all the necessary helper files so out-of-place installs work
  • Bugs (e.g. misspelled variables) in less common code paths fixed

Enhancements

  • PEP518 compliant build system
  • More robust discovery of disBatch installation by worker processes
  • Initial release on PyPI
  • uvx and pipx support
  • Set up linting and formatting
  • The executable can be invoked as disbatch or disBatch
  • Refreshed the readme
  • Added disbatch --version and disbatch.__version__
  • Added MacOS test
  • Added --fail-fast option [#38]
  • Gracefully handle empty task list [#38]

Changes

  • kvsstcp submodule is now vendored