Releases: QuantumEngineeredSystems/HarmonicBalance.jl
Releases · QuantumEngineeredSystems/HarmonicBalance.jl
v0.14.0
v0.13.1
HarmonicBalance v0.13.1
Merged pull requests:
- docs: example KB vs HB (#363) (@oameye)
- CompatHelper: bump compat for LinearSolve in [weakdeps] to 3, (keep existing compat) (#380) (@github-actions[bot])
- docs: add steady state sweeps example as docs page (#382) (@oameye)
- feat: check for zeros in WarmUp solver` (#383) (@oameye)
- build: change MTK compat (#384) (@oameye)
- docs: add second order in linear response tutrial (#385) (@oameye)
- feat: add verbose keyword the homotopy solver and test hilbert sorting (#386) (@oameye)
- fix: isolate sorting test (#388) (@oameye)
- build(deps): bump crate-ci/typos from 1.29.5 to 1.29.7 (#389) (@dependabot[bot])
- fix: change vdp convention (#390) (@oameye)
- feat: QuantumCumulantsExt (#393) (@oameye)
- docs: small docs corrections (#394) (@oameye)
- downsize MTK compat (#395) (@oameye)
- build(deps): bump crate-ci/typos from 1.29.7 to 1.29.9 (#396) (@dependabot[bot])
- feat: new problem constructor (#397) (@oameye)
- fix: cumulant example (#398) (@oameye)
Closed issues:
- Add logging statements for classification and ordering (#205)
- docs example about KB vs HB (#207)
- first and second order Linear response (#253)
Polyhedral
vstotal_degree
example (#297)- example LC with Polyhedral(only_non_zero = true) (#306)
- API for putting your own polynomials (#321)
- noise with warmup (#338)
- axis flipped when plotting linear response with KB (#356)
- krylov equations with second order linear response (#391)
v0.13.0
HarmonicBalance v0.13.0
Breaking changes
- The plotting utilities have been made into an extension, which can be loaded by calling
using Plots
.
Merged pull requests:
- feat: Make Plots into an Extension (breaking) (#371) (@oameye)
- build(deps): bump crate-ci/typos from 1.29.4 to 1.29.5 (#372) (@dependabot[bot])
- feat: extract results (#373) (@oameye)
- style: add makefule and PR template (#374) (@oameye)
- docs: update docs and make some functions public (#375) (@oameye)
- docs: add noise spectrum example (#377) (@oameye)
- docs: steady state sweeps example (#379) (@oameye)
Closed issues:
v0.12.5
HarmonicBalance v0.12.5
Merged pull requests:
- docs: complete API list (#358) (@oameye)
- test: add NaNMath tests (#359) (@oameye)
- test: Fix KB CI issue (#360) (@oameye)
- build: rm FFTWExt (#361) (@oameye)
- feat: add rearrange_standard!(::HarmonicEquation) (#362) (@oameye)
- feat: add Jac to HarmonicEquation and compile Jac in Problem (#365) (@oameye)
- feat: better missing parameters error (#367) (@oameye)
- build: speedup docs CI (#368) (@oameye)
- go back to Problem to not have a breaking change (#369) (@oameye)
- build: tag patch version (#370) (@oameye)
Closed issues:
v0.12.4
HarmonicBalance v0.12.4
Merged pull requests:
- test: add some performance benchmarks (#332) (@oameye)
- build(deps): bump crate-ci/typos from 1.27.3 to 1.28.1 (#341) (@dependabot[bot])
- CompatHelper: bump compat for DSP to 0.8, (keep existing compat) (#343) (@github-actions[bot])
- docs: update example readme (#344) (@oameye)
- build(deps): bump crate-ci/typos from 1.28.1 to 1.28.3 (#346) (@dependabot[bot])
- build(deps): bump crate-ci/typos from 1.28.3 to 1.29.4 (#350) (@dependabot[bot])
- docs: add state dependendent perturbation example (#352) (@oameye)
- build: up compat for downgrade CI (#353) (@oameye)
- CompatHelper: bump compat for GR to 0.73, (keep existing compat) (#354) (@github-actions[bot])
- docs: update state dependent example (#355) (@oameye)
Closed issues:
v0.12.3
v0.12.2
v0.12.1
HarmonicBalance v0.12.1
Merged pull requests:
- test: add KB tests (#288) (@oameye)
- docs: update method docstrings (#311) (@oameye)
- build: add spell checker (#312) (@oameye)
- feat: Better warmup (#313) (@oameye)
- Bump crate-ci/typos from 1.27.0 to 1.27.3 (#319) (@dependabot[bot])
- Update README.md (#320) (@oameye)
- build: bump version (#322) (@oameye)
v0.12.0
HarmonicBalance v0.12.0
Merged pull requests:
- feat: Method structs (#298) (@oameye)
- feat: add `ODEProblem(::DIfferentialEquation) (#302) (@oameye)
- docs: change font to JuliaMono (#304) (@oameye)
- add Invalidations CI (#309) (@oameye)
- build: tag v0.12 (#310) (@oameye)
Closed issues:
- Make method structs (#204)