Conversation
…ty and robustness
Fixed chain bridging bug Added changelog and updated documentation
…ion to masked select and index select
frlai
added a commit
that referenced
this pull request
Jun 5, 2026
A maintenance and bugfix release focused on cross‑platform (Windows) support, logging behavior, path handling, and release/CI tooling. No breaking API changes. Fixed Windows / cross‑platform support: fixed OS‑specific operations across the export manager, function‑decorator node, graph GUI, and utils so pipelines export correctly on Windows as well as Linux. File encoding: fixed an encoding issue in node handling and logging that caused exports to fail on some Windows systems. Path handling: fixed a bug where supplying an absolute save_path was not handled correctly; absolute and relative paths now resolve consistently (with added regression coverage). Logging levels: fixed log‑level filtering so important messages are no longer suppressed by the configured logging filters. Recurrent example: fixed the recurrent state wiring in the wbc_obj example. Added Missing‑input error hint: added a clearer error hint when a required graph input is missing during compile, making misconfigured pipelines easier to diagnose. Artifact reporting: leapp now prints the final save location and a summary of all generated artifacts at the end of a run. Changed / Docs Refreshed README and documentation. Created sphinx docs for docs page deployment. Infrastructure / CI Fixed GitLab CI YAML and assorted CI bugs; minor test cleanup
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.
0.5.2
A maintenance and bugfix release focused on cross‑platform (Windows) support, logging behavior, path handling, and release/CI tooling. No breaking API changes.
🐛 Fixed
Windows / cross‑platform support: fixed OS‑specific operations across the export manager, function‑decorator node, graph GUI, and utils so pipelines export correctly on Windows as well as Linux.
File encoding: fixed an encoding issue in node handling and logging that caused exports to fail on some Windows systems.
Path handling: fixed a bug where supplying an absolute save_path was not handled correctly; absolute and relative paths now resolve consistently (with added regression coverage).
Logging levels: fixed log‑level filtering so important messages are no longer suppressed by the configured logging filters.
Recurrent example: fixed the recurrent state wiring in the wbc_obj example.
✨ Added
Missing‑input error hint: added a clearer error hint when a required graph input is missing during compile, making misconfigured pipelines easier to diagnose.
Artifact reporting: leapp now prints the final save location and a summary of all generated artifacts at the end of a run.
🔧 Changed / Docs
Refreshed README and documentation.
Created sphinx docs for docs page deployment.
🛠️ Infrastructure / CI
Fixed GitLab CI YAML and assorted CI bugs; minor test cleanup.