Changelog

All notable changes to this project will be documented here.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

Fixed

v0.1.0

Added

  • Node class
  • Workload class
  • Distributor base class
  • PrioritizedDistributor class
  • RoundRobinDistributor class
  • BinPackDistributor class
  • distributor classes have a method called attempt_attach_workloads, the primary use case of this library

Changed

Fixed