This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lalith Suresh <[email protected]>
- Loading branch information
1 parent
5116619
commit 4908c38
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Changelog | ||
|
||
|
||
# Release 0.8.0 | ||
|
||
* Public API changes: | ||
* Objective functios no longer need to be scalar expressions, but | ||
can be any column expression. Each value in the column will be | ||
treated as an objective function. (#81, #82) | ||
* Issues fixed: #41, 81, #82, #85, #86 | ||
|
||
|
||
# Release 0.7.1 | ||
|
||
* API improvements | ||
* A fetcher API for supplying input data to tables: https://github.com/vmware/declarative-cluster-management/commit/bfdbb7951aa4944e770fef5e5a16318ad12778e8 | ||
* 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) | ||
|