Merged
Conversation
* 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 <175728472+Copilot@users.noreply.github.com> * fix: improve input parameter checking -> suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * 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 <clemens.david.fricke@tuwien.ac.at> 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 <175728472+Copilot@users.noreply.github.com>
…cation now cast to float, before could also be np.float
danielwolff1
approved these changes
Feb 26, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously erros in computation were not cached or needed to be handled separately by the user. Now the Releso cache can generate a cache response for errored date.
TODO