Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

dcm-0.7.1

Compare
Choose a tag to compare
@lalithsuresh lalithsuresh released this 08 Feb 23:12
· 248 commits to master since this release
  • API improvements
    • A fetcher API for supplying input data to tables: bfdbb79
    • Reworks exceptions thrown by the compiler and solver (#73, #74).
  • Bug fixes:
    • dcm: all_equal() now correctly works against variable columns
    • dcm: fixes capacity constraint bugs related to empty domains, working with bigint/long columns, overflows, and divide by zeroes (#73, #75)
    • k8s-scheduler: use pod_info.uid to uniquely identify pods because pod_info.name is not unique across namespaces (#72)