Release/0.3.1 #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ignyte.link/cliasi!2
Loading…
Reference in a new issue
No description provided.
Delete branch "release/0.3.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pull request overview
This is a release PR (0.3.1) that includes a comprehensive documentation overhaul and migration to the
uvpackage manager. Key changes include:SYMBOLSfrom top-level exports (moved toconstantsmodule)Reviewed changes
Copilot reviewed 44 out of 57 changed files in this pull request and generated 2 comments.
Show a summary per file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@ -30,44 +32,58 @@ try:except Exception:This assignment to 'html_static_path' is unnecessary as it is redefined before this value is used.
@ -0,0 +27,4 @@err_buf = io.StringIO()import cliasi.cliasi as ccimport cliasi.logging_handler as lhModule 'cliasi.logging_handler' is imported with both 'import' and 'import from'.
@ -0,0 +27,4 @@err_buf = io.StringIO()import cliasi.cliasi as ccimport cliasi.logging_handler as lhNeeded to use monkeypatch.setattr()
Pull request overview
Copilot reviewed 46 out of 60 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.