Skip to content

Version 0.2.4#69

Open
clemens-fricke wants to merge 32 commits into
mainfrom
develop
Open

Version 0.2.4#69
clemens-fricke wants to merge 32 commits into
mainfrom
develop

Conversation

@clemens-fricke

Copy link
Copy Markdown
Member

No description provided.

pre-commit-ci Bot and others added 30 commits July 8, 2025 11:19
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>
* 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(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
…its (#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
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: Episode numbers in step-log were off, now fixed

* chore(version): version bumb for new release
…on (#55)

* fix(visu, step-log): Change episode selection in step log visualization

* Update version to 0.2.2.dev1
* 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
* 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>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3)
- [github.com/compilerla/conventional-pre-commit: v4.2.0 → v4.3.0](compilerla/conventional-pre-commit@v4.2.0...v4.3.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14)

* chore(ruff): Updated ruff to 0.15

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: clemens.fricke <clemens.david.fricke@tuwien.ac.at>
* Fix(step-log): Fixing coloring of step-log, follows plotly colors defined in top of file. Less color repetition in subplots

* Feat(step-log): Splitup legend for subplots and order them to correct subplot

* Feat(step-log): Big speed up and reduction in file size, traces hidden stay hidden while switching episode

* docs(step-log): Small documentation update to the observation and design var getters

* fix(divers): validation numbering reworked, updated tests

* Apply suggestions from code review

Co-authored-by: Daniel Wolff <39346676+danielwolff1@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix(visulize): Add review comments not available in preview

---------

Co-authored-by: Daniel Wolff <39346676+danielwolff1@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* 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 <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>

* Feat(cache-error): Added option to cache to cache errors.

* Fix(shape, cache): CacheValue incosistent bool return fix, VariableLocation now cast to float, before could also be np.float

---------

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>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.0...v0.15.9)
- [github.com/compilerla/conventional-pre-commit: v4.3.0 → v4.4.0](compilerla/conventional-pre-commit@v4.3.0...v4.4.0)
Thanks for the suggestions.

Co-authored-by: Daniel Wolff <39346676+danielwolff1@users.noreply.github.com>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.9...v0.15.12)
pre-commit-ci Bot and others added 2 commits June 11, 2026 16:56
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.

1 participant