Use PythonCall (ControlPlots 0.3)#62
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project to use ControlPlots v0.3 (PythonCall/PythonPlot stack) and adjusts the install/launcher tooling to manage the required Python dependencies via CondaPkg/pixi.
Changes:
- Bump ControlPlots compat to
0.3in example/test environments and refresh default manifests to include PythonCall/CondaPkg-related deps. - Add CondaPkg/pixi configuration for examples and wire PythonCall selection via
bin/setup_envandbin/install_controlplots. - Improve install/launcher scripts (new
bin/installflags, OpenSSL handling changes insetup_env,-t autoinrun_julia).
Reviewed changes
Copilot reviewed 6 out of 13 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
test/Project.toml |
Updates ControlPlots compat for the test environment. |
Project.toml |
Bumps KiteControllers version to 0.2.28. |
Manifest-v1.12.toml.default |
Refreshes default Julia 1.12 manifest with new dependency graph (PythonCall/CondaPkg stack). |
Manifest-v1.11.toml.default |
Refreshes default Julia 1.11 manifest with new dependency graph (PythonCall/CondaPkg stack). |
examples/Project.toml |
Adds CondaPkg and bumps ControlPlots compat for examples. |
examples/CondaPkg.toml |
Declares pixi/CondaPkg Python deps (matplotlib + pyqt) for examples. |
CHANGELOG.md |
Documents the PythonCall/CondaPkg migration and related tooling changes. |
bin/setup_env |
Sets PythonCall/CondaPkg env vars and adjusts Linux library override behavior (OpenSSL + libexpat handling). |
bin/run_julia |
Switches Julia threads to -t auto. |
bin/install_controlplots |
Migrates ControlPlots Python setup from PyCall/Conda to PythonCall/CondaPkg. |
bin/install |
Adds --update/--yes/--help, improves retry logic, and forwards --yes to install_controlplots. |
bin/create_sys_image |
Removes legacy Python/matplotlib detection logic. |
.gitignore |
Ignores CondaPkg environment directories. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
No description provided.