New version: Piccolo v1.18.0#157249
Conversation
JuliaRegistrator
commented
Jun 5, 2026
- Registering package: Piccolo
- Repository: https://github.com/harmoniqs/Piccolo.jl
- Created by: @jack-champagne
- Version: v1.18.0
- Commit: f11c764d35e2d3641f1b93911b5fc2663439823a
- Reviewed by: @jack-champagne
- Reference: harmoniqs/Piccolo.jl@f11c764#commitcomment-187774277
- Description: A Julia package for solving quantum optimal control problems using direct trajectory optimization.
- Release notes:
UUID: c4671d76-df94-11ed-2057-43d4fd632fad Repo: https://github.com/harmoniqs/Piccolo.jl.git Tree: 5296f909d77778f1eb0d8a4dc2aeac62e24164a9 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
PiccoloMakieExt imports DirectTrajOpt.AbstractIntermediateCallback, which was only added in DirectTrajOpt 0.9.5. The compat bound still allowed 0.8 and 0.9.0-0.9.4, so a fresh resolve could pick a version lacking that binding and fail to precompile the extension: UndefVarError: `AbstractIntermediateCallback` not defined Tighten the compat to "0.9.5" so the resolved version always provides the symbol. Minor version bump since this drops 0.8 support. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human. 1. AutoMerge Guidelines are all met! ✅Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round (~20 minutes). 2. To pause or stop registrationIf you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text Tip: You can edit blocking comments to add |