Skip to content

Bump version to 0.5.2#2

Merged
frlai merged 258 commits into
mainfrom
develop
Jun 5, 2026
Merged

Bump version to 0.5.2#2
frlai merged 258 commits into
mainfrom
develop

Conversation

@frlai

@frlai frlai commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

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.

frlai added 30 commits November 3, 2025 10:38
Fixed chain bridging bug
Added changelog and updated documentation
@frlai frlai changed the title Develop Bump version to 0.5.2 Jun 5, 2026
@frlai frlai merged commit a72edd7 into main Jun 5, 2026
4 checks passed
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
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