qojulia / QuantumOptics.jl

Library for the numerical simulation of closed as well as open quantum systems.
http://qojulia.org
Other
518 stars 101 forks source link

CompatHelper: bump compat for RecursiveArrayTools to 3, (keep existing compat) #375

Closed github-actions[bot] closed 6 months ago

github-actions[bot] commented 6 months ago

This pull request changes the compat entry for the RecursiveArrayTools package from 2 to 2, 3. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

Krastanov commented 6 months ago

@david-pl , @amilsted , any idea why the CI did not run here?

Krastanov commented 6 months ago

Tests pass locally for me an the only breaking change in RecursiveArrayTools seems to be https://github.com/SciML/RecursiveArrayTools.jl/issues/237 so I will merge this. I will wait for CI and some further integration tests with packages of mine and if everything is ok I will make a release.