Skip to content

New version: Piccolo v1.18.0#157249

Merged
JuliaTagBot merged 1 commit into
masterfrom
registrator-piccolo-c4671d76-v1.18.0-6fa4f2b0a1
Jun 5, 2026
Merged

New version: Piccolo v1.18.0#157249
JuliaTagBot merged 1 commit into
masterfrom
registrator-piccolo-c4671d76-v1.18.0-6fa4f2b0a1

Conversation

@JuliaRegistrator
Copy link
Copy Markdown
Contributor

## Changes

- Fix `PiccoloMakieExt` precompilation failure by requiring DirectTrajOpt 0.9.5, which provides `AbstractIntermediateCallback` (the supertype used by the live pulse-plot callback). The previous `0.8, 0.9` bound could resolve to a version lacking that binding.
- `CubicSplinePulse` now defaults both `R_u` and `R_du` to `0.0` (previously `1e-2`). The old penalty biased the optimiser toward flat, small-amplitude pulses and stalled fidelity (e.g. ≈0.91 vs ≈0.98+ on a 2-qubit iSWAP). `LinearSplinePulse` keeps the `1e-2` default.

## Added

- `extra_objectives` keyword on `SplinePulseProblem` for composing user-supplied objective terms (e.g. `Piccolissimo.HermiteBendingEnergyRegularizer`) into the total objective.

UUID: c4671d76-df94-11ed-2057-43d4fd632fad
Repo: https://github.com/harmoniqs/Piccolo.jl.git
Tree: 5296f909d77778f1eb0d8a4dc2aeac62e24164a9

Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
JuliaRegistrator referenced this pull request in harmoniqs/Piccolo.jl Jun 5, 2026
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>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

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 registration

If 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 [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

@JuliaTagBot JuliaTagBot merged commit e1e6d5f into master Jun 5, 2026
21 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-piccolo-c4671d76-v1.18.0-6fa4f2b0a1 branch June 5, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants