Commit 67a5ca6
authored
Feature/308 rename effect domains (#360)
* 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 imports1 parent ce7f2bb commit 67a5ca6
15 files changed
Lines changed: 460 additions & 204 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
975 | 975 | | |
976 | 976 | | |
977 | 977 | | |
978 | | - | |
| 978 | + | |
979 | 979 | | |
980 | 980 | | |
981 | 981 | | |
| |||
985 | 985 | | |
986 | 986 | | |
987 | 987 | | |
988 | | - | |
| 988 | + | |
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
| |||
995 | 995 | | |
996 | 996 | | |
997 | 997 | | |
998 | | - | |
| 998 | + | |
999 | 999 | | |
1000 | 1000 | | |
1001 | 1001 | | |
1002 | 1002 | | |
1003 | 1003 | | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
1004 | 1007 | | |
1005 | 1008 | | |
1006 | 1009 | | |
| |||
1125 | 1128 | | |
1126 | 1129 | | |
1127 | 1130 | | |
1128 | | - | |
| 1131 | + | |
1129 | 1132 | | |
1130 | 1133 | | |
1131 | 1134 | | |
1132 | 1135 | | |
1133 | 1136 | | |
1134 | 1137 | | |
1135 | 1138 | | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
1136 | 1142 | | |
1137 | 1143 | | |
1138 | 1144 | | |
| |||
1253 | 1259 | | |
1254 | 1260 | | |
1255 | 1261 | | |
1256 | | - | |
| 1262 | + | |
1257 | 1263 | | |
1258 | 1264 | | |
1259 | 1265 | | |
1260 | 1266 | | |
1261 | 1267 | | |
1262 | 1268 | | |
1263 | 1269 | | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
1264 | 1273 | | |
1265 | 1274 | | |
1266 | 1275 | | |
| |||
0 commit comments