Commit f68033d
Version 0.2.3 (#57)
* ci(precommit): ruff update v0.11.12-> v0.12.2
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Ft(geom)!: Apply random inital position for incremental approach (#49)
* feat(geom)!: Add random start for incremental approach
BREAKING CHANGE: Discrete values are not clipped anymore. If the step
would exceed the range the step is not taken. It is therefore possible
that the extreme values of the given ranges are not reachable.
* test(random_init): Fixes the issues with the not working tests after inital commit.
* Feat: Add util function for caching of results (pyspor) (#47)
* feat(pyspor): Add util function for caching of results
* Doc: add more documentation for the cache
* docs(caching): Added docs that explain how to use the caching and added generate key function for easier use
* chore: use new ruff dual call in pre-commit and add conventional commits (#50)
* chore(pre-commit): update ruff call to new check and format calls and added conventional commits
* style: adapt new format rules
* fix(cli): version cli works again and help as well
* chore: version bump
* fix: harden against SQL injection -> suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
* fix: improve input parameter checking -> suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
* chore: format carfuffle
* fix: Episode numbers in step-log were off, now fixed (#52)
* fix: Episode numbers in step-log were off, now fixed
* chore(version): version bumb for new release
* fix(visu, step-log): Change episode selection in step log visualization (#55)
* fix(visu, step-log): Change episode selection in step log visualization
* Update version to 0.2.2.dev1
* Feat: episode log validation (#56)
* feat(visu, episode-log): Added visualization of validation values, toggle to show them, moved slow imports in main function to function they are used in visualization speed-up
* CI(pre-commit): changed the branch the prs are opened on
* feat(visu, episode-log): Add boxplot to visualize validation distribution
* feat(visu, episode-log): Boxplot width dependent on validation frequency
* chore: Deleted soon
* chore: Deleted
* Feat(visu, episode-log): Changed validation value visualization to scatter based error bars
* Chore(visu, episode-log): Clean up unused code
* Chore: Bump version to 0.2.2.dev2
* [pre-commit.ci] pre-commit autoupdate (#54)
* mini version (#53)
* fix: Episode numbers in step-log were off, now fixed (#52)
* chore(version): version bumb for new release
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.11](astral-sh/ruff-pre-commit@v0.11.13...v0.12.11)
---------
Co-authored-by: clemens.fricke <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Chore(ruff): fix format error
* Fix index error (#58)
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <[email protected]>1 parent 60ddde7 commit f68033d
File tree
4 files changed
+115
-10
lines changed- releso
- util
4 files changed
+115
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
22 | | - | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| |||
126 | 123 | | |
127 | 124 | | |
128 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
322 | 324 | | |
323 | 325 | | |
324 | 326 | | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
325 | 333 | | |
326 | 334 | | |
327 | 335 | | |
| |||
417 | 425 | | |
418 | 426 | | |
419 | 427 | | |
| 428 | + | |
420 | 429 | | |
421 | 430 | | |
422 | 431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| 113 | + | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| |||
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
142 | 177 | | |
143 | 178 | | |
144 | 179 | | |
145 | 180 | | |
146 | 181 | | |
147 | 182 | | |
148 | 183 | | |
149 | | - | |
| 184 | + | |
150 | 185 | | |
151 | 186 | | |
152 | 187 | | |
| |||
166 | 201 | | |
167 | 202 | | |
168 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
169 | 228 | | |
170 | 229 | | |
171 | 230 | | |
| |||
183 | 242 | | |
184 | 243 | | |
185 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
186 | 269 | | |
187 | 270 | | |
188 | 271 | | |
| |||
488 | 571 | | |
489 | 572 | | |
490 | 573 | | |
491 | | - | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
492 | 578 | | |
493 | 579 | | |
494 | 580 | | |
| |||
497 | 583 | | |
498 | 584 | | |
499 | 585 | | |
500 | | - | |
501 | | - | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
502 | 597 | | |
503 | 598 | | |
504 | 599 | | |
| |||
0 commit comments