Recent Releases of Piccolo
Piccolo - v0.7.0
Piccolo v0.7.0
Breaking changes
- using DirectTrajOpt as internal solver.
- To enable plotting, you must now
using CarioMakieand install before using this package.
Merged pull requests: - remove multidocs from make and update CI (#17) (@andgoldschmidt) - fix piccolo urls (#19) (@jack-champagne) - Bump project to v0.7.0 (#20) (@jack-champagne)
- Julia
Published by github-actions[bot] 10 months ago
Piccolo - v0.6.0
Piccolo v0.6.0
Breaking changes
- interface changes and code organization changes to subpackages
Merged pull requests: - Feature/add multidocs (#6) (@jack-champagne) - Feature/multidocs refactor (#9) (@andgoldschmidt) - add auto generated files to gitignore and rm from cache (#10) (@jack-champagne) - Create MetaUpdateRecieve.yml (#12) (@jack-champagne) - Fix name and dir mixup in make.jl (#13) (@andgoldschmidt) - Bump version to 0.6.0 and update dependency compat versions (#16) (@aarontrowbridge)
- Julia
Published by github-actions[bot] 11 months ago
Piccolo - v0.5.0
Piccolo v0.5.0
Breaking changes
- Take special care on limiting your package's reliance on internal objects in QuantumCollocationCore. These objects are subject to change and only the interface as defined by QuantumCollocation can be treated as a contract by external dependencies and users.
- Note that some utility functions such as computing the fidelity loss after doing a rollout have been renamed for clarity.
- The documentation pages for these packages are all active and published. Reach out to the maintainers with questions if you have any
Changed
- New architecture for QuantumCollocation (interface) with QuantumCollocationCore (implementation) separated
- Broken up common utilities and objects into separate package: PiccoloQuantumObjects (which is now reexported)
- Moved some of the plotting logic into PiccoloPlots (with later plans to remove it as a hard dependency for users looking to just run in a headless environment)
Merged pull requests: - Core Peeloff and v0.5.0 refactor (#7) (@jack-champagne) - remove tracked Manifest.toml and add standard gitignore (#8) (@jack-champagne)
- Julia
Published by github-actions[bot] 11 months ago