Releases: QuantumEngineeredSystems/HarmonicBalance.jl
Releases · QuantumEngineeredSystems/HarmonicBalance.jl
v0.6.4
v0.6.3
What's Changed
new functionality
- Implementation of
plot_spaghetti
andplot2d_cut
by @oameye in #80 - added keyword to control the display of the progress bar (resolves #60) by @oameye in #65
small fixes
- Add
branch
argument to the documentation by @oameye in #66 - Naive implementation of conditional allocation of ProgressBar by @oameye in #73
- Update parametron.md by @oameye in #78
- Data structures to ordered collections by @oameye in #77
- Realify warnings by @oameye in #81
Full Changelog: v0.6.2...v0.6.3
v0.6.2
v0.6.1
v0.6.0
- matplotlib replace by Plots, plotting functions overhauled for more flexibility (see docs)
- slow_flow! bugfixed to keep higher-order derivatives if requested
- LinearResponse simplified to use
plot_linear_response
withorder
as keyword, instead of many different functions - documented examples reduced and updated, made 1:1 with the notebook repo