File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The V2 branch is a reformating of the codebase that results in backward incompat
4
4
5
5
[X] port to pydantic V2
6
6
7
- [ ] results to a pandas dataframe
7
+ [X ] results to a pandas dataframe
8
8
9
9
[X] get rid off context, only use problem
10
10
@@ -20,21 +20,21 @@ The V2 branch is a reformating of the codebase that results in backward incompat
20
20
21
21
[X] Move to pytest
22
22
23
- [ ] pyproject.toml
23
+ [WIP ] pyproject.toml
24
24
25
- [ ] extend tasks constraints (StartSync, EndSync etc.) to a list of n entries rather than 2 entries
25
+ [X ] extend tasks constraints (StartSync, EndSync etc.) to a list of n entries rather than 2 entries
26
26
27
27
[X] Move first order logic to classes that inherit from NamedUIDObject
28
28
29
29
[X] Objective start latest should take an optional list of tasks as a parameter
30
30
31
31
[X] Use object (unique) names for object creation
32
32
33
- [WIP ] Refactor Indicators and Objectives to get be consistent with other objects
33
+ [X ] Refactor Indicators and Objectives to get be consistent with other objects
34
34
35
- [ ] Add more tests for OptimizeResourceUtilization (both Maximize and Minimize)
35
+ [X ] Add more tests for OptimizeResourceUtilization (both Maximize and Minimize)
36
36
37
- [ ] Add more tests for Objectives start earlieast, latest etc. coverage is not wide enough
37
+ [X ] Add more tests for Objectives start earlieast, latest etc. coverage is not wide enough
38
38
39
39
[X] in problem, change add_objectve_minimal
40
40
You can’t perform that action at this time.
0 commit comments