Skip to content

Feat: caching error#65

Merged
clemens-fricke merged 4 commits intodevelopfrom
feat-caching-error
Feb 26, 2026
Merged

Feat: caching error#65
clemens-fricke merged 4 commits intodevelopfrom
feat-caching-error

Conversation

@clemens-fricke
Copy link
Collaborator

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

clemens-fricke and others added 4 commits September 29, 2025 16:06
* 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
@clemens-fricke clemens-fricke changed the base branch from main to develop February 26, 2026 17:27
@clemens-fricke clemens-fricke merged commit c5dc54d into develop Feb 26, 2026
11 checks passed
@clemens-fricke clemens-fricke deleted the feat-caching-error branch February 26, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants