qutip / QuantumToolbox.jl

Quantum Toolbox in Julia
https://qutip.org/QuantumToolbox.jl/
BSD 3-Clause "New" or "Revised" License
46 stars 16 forks source link

Update compat with `DiffEqCallbacks` #208

Closed ytdHuang closed 2 months ago

ytdHuang commented 2 months ago

Checklist

Thank you for contributing to QuantumToolbox.jl! Please make sure you have finished the following tasks before opening the PR.

Request for a review after you have completed all the tasks. If you have not finished them all, you can also open a Draft Pull Request to let the others know this on-going work.

Description

The type instability with PresetTimeCallback in DiffEqCallbacks v3.8.0 has been solved.

Related issues or PRs

https://github.com/SciML/DiffEqCallbacks.jl/issues/225 https://github.com/SciML/DiffEqCallbacks.jl/pull/230

Additional context

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.26%. Comparing base (5499a17) to head (59c7c1d). Report is 16 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #208 +/- ## ========================================== + Coverage 93.21% 93.26% +0.05% ========================================== Files 28 28 Lines 2152 2168 +16 ========================================== + Hits 2006 2022 +16 Misses 146 146 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.