Releases: qutip/QuantumToolbox.jl
Releases · qutip/QuantumToolbox.jl
v0.21.4
QuantumToolbox v0.21.4
Merged pull requests:
- upload ci config to fix symbolic link for Vitepress (#300) (@ytdHuang)
- Fix bad link for API button in home page (#301) (@ytdHuang)
- update documentation (#302) (@ytdHuang)
- Add contribute documentation page (#303) (@ytdHuang)
- add allocations tests and clean time evolution tests (#304) (@albertomercurio)
- Fix contributing page (#305) (@ytdHuang)
- Add
CHANGELOG.md
(#306) (@ytdHuang) - Fix incorrect bibliography (#307) (@ytdHuang)
Closed issues:
- Writing Change Log (#139)
v0.21.3
v0.21.2
QuantumToolbox v0.21.2
Merged pull requests:
- Convert Documentation to Vitepress (#287) (@albertomercurio)
- Vitepress documentation (#288) (@ytdHuang)
- Add instructions about building docs locally (#289) (@ytdHuang)
- Change Homepage appearance (#290) (@albertomercurio)
- Improve Documentation (#291) (@ytdHuang)
- Add Makefile command for starting Vitepress locally and some minor changes (#293) (@ytdHuang)
- Add doctest in all docstrings (#294) (@albertomercurio)
- Bump crate-ci/typos from 1.27.0 to 1.27.3 (#295) (@dependabot[bot])
- updates for documentation (#296) (@ytdHuang)
v0.21.1
QuantumToolbox v0.21.1
Merged pull requests:
v0.21.0
v0.20.0
QuantumToolbox v0.20.0
Merged pull requests:
- Clean low-rank mesolve and add Documentation bibliography (#269) (@albertomercurio)
- Support time-dependent
liouvillian
(#277) (@ytdHuang) - Make clenshaw method as default for wigner (#279) (@albertomercurio)
Closed issues:
- Test the template (#278)
v0.19.1
QuantumToolbox v0.19.1
Merged pull requests:
- Add
SciMLOperators
toversioninfo
(#275) (@ytdHuang) - Fix issue in mesolve for nothing c_ops (#276) (@albertomercurio)
v0.19.0
QuantumToolbox v0.19.0
Merged pull requests:
- Improve mcsolve performance (#265) (@albertomercurio)
- Introduce
QobjEvo
and useSciMLOperators
for time evolution (#266) (@albertomercurio) - Make ProgressBar mutable (#268) (@albertomercurio)
- Add
show
method forQobjEvo
(#272) (@ytdHuang) - Improve error message for time-dependent Hamiltonian in
mesolve
(#273) (@ytdHuang) - Add deprecated file (#274) (@ytdHuang)
Closed issues:
- Performance regression from v0.12.1 (#267)
v0.18.0
QuantumToolbox v0.18.0
Merged pull requests:
- modify Makefile (#256) (@ytdHuang)
- Introduce
PhysicalConstants
and new energy units (#257) (@ytdHuang) - Update README.md (#258) (@ytdHuang)
- Dispatch progress bar method in EnsembleProblems (#259) (@albertomercurio)
- Fix default value of keyword parameter
saveat
(#260) (@ytdHuang) - [Doc] update documentation for
sesolve
andmesolve
(#261) (@ytdHuang) - Add
Julia v1.11
to CI and buildkite config (#262) (@ytdHuang) - Improve random number generation on mcsolve and ssesolve (#263) (@albertomercurio)
v0.17.0
QuantumToolbox v0.17.0
Merged pull requests:
- [Docs] Fix typo in
@example
block (#246) (@ytdHuang) - [DOCS] Reduce figures size in Documentation (#247) (@albertomercurio)
- Extend the support to
Tuple
in time_evolution (#248) (@albertomercurio) - Replace
n_th
withn_thermal
for QuTiP compatibility (#249) (@ytdHuang) - [DOCS] add Documentation about type instabilities (#250) (@albertomercurio)
- Fix return type precision for
n_thermal
(#251) (@ytdHuang) - Remove Luca from list of maintainers (#253) (@albertomercurio)
- Add progress_bar in mcsolve, ssesolve and dsf_mcsolve (#254) (@albertomercurio)
- Introduce
convert_unit
(#255) (@ytdHuang)
Closed issues:
- Add support for ProgressBar for mcsolve (#47)