Commit fab3a01
authored
Feature/v3/feature/308 rename effect domains (#365)
* Rename effect domains
* Rename effect domains
* Ensure backwards compatability
* Improve
* Improve
* Bugfix IO with deprectaed params
* Add guards for extra kwargs
* Add guards for extra kwargs
* centralize logic for deprectaed params
* Move handlign from centralized back to classes in a dedicated method
* Improce property handling
* Move handling to Interface class
* Getting lost
* Revert "Getting lost"
This reverts commit 3c0db76.
* Revert "Move handling to Interface class"
This reverts commit 09bdeec.
* Revert "Improce property handling"
This reverts commit 5fe2c64.
* Revert "Move handlign from centralized back to classes in a dedicated method"
This reverts commit 9f4c1f6.
* Revert "centralize logic for deprectaed params"
This reverts commit 4a82574.
* Add "" to warnings
* Revert change in examples
* Improve BackwardsCompatibleDataset
* Add unit tests for backwards compatability
* Remove backwards compatible dataset
* Renamed maximum_temporal_per_hour to maximum_per_hour and minimum_temporal_per_hour to minimum_per_hour
* Add entires to CHANGELOG.md
* Remove backwards compatible dataset
* Remove unused imports
* Move to unreleased
* Catch up on missed renamings from merge
* Catch up on missed renamings from merge1 parent 95f3666 commit fab3a01
17 files changed
Lines changed: 544 additions & 300 deletions
File tree
- examples
- 03_Calculation_types
- 05_Two-stage-optimization
- flixopt
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
111 | 118 | | |
112 | 119 | | |
113 | 120 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1056 | 1056 | | |
1057 | 1057 | | |
1058 | 1058 | | |
1059 | | - | |
| 1059 | + | |
1060 | 1060 | | |
1061 | 1061 | | |
1062 | 1062 | | |
| |||
1066 | 1066 | | |
1067 | 1067 | | |
1068 | 1068 | | |
1069 | | - | |
| 1069 | + | |
1070 | 1070 | | |
1071 | 1071 | | |
1072 | 1072 | | |
| |||
1076 | 1076 | | |
1077 | 1077 | | |
1078 | 1078 | | |
1079 | | - | |
| 1079 | + | |
1080 | 1080 | | |
1081 | 1081 | | |
1082 | 1082 | | |
1083 | 1083 | | |
1084 | 1084 | | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
1085 | 1088 | | |
1086 | 1089 | | |
1087 | 1090 | | |
| |||
1206 | 1209 | | |
1207 | 1210 | | |
1208 | 1211 | | |
1209 | | - | |
| 1212 | + | |
1210 | 1213 | | |
1211 | 1214 | | |
1212 | 1215 | | |
1213 | 1216 | | |
1214 | 1217 | | |
1215 | 1218 | | |
1216 | 1219 | | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
1217 | 1223 | | |
1218 | 1224 | | |
1219 | 1225 | | |
| |||
1334 | 1340 | | |
1335 | 1341 | | |
1336 | 1342 | | |
1337 | | - | |
| 1343 | + | |
1338 | 1344 | | |
1339 | 1345 | | |
1340 | 1346 | | |
1341 | 1347 | | |
1342 | 1348 | | |
1343 | 1349 | | |
1344 | 1350 | | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
1345 | 1354 | | |
1346 | 1355 | | |
1347 | 1356 | | |
| |||
0 commit comments