Closed DanPuzzuoli closed 10 months ago
Also, need to fix it?
yes good catch - for now I don't want to fix documentation, I think it should all be fixed at the end when all of the changes have been made (to avoid having to make further unexpected changes).
Summary
This PR updates all of the
solvers
folder to usearraylias
, aside from theperturbative_solvers
folder, which must be updated after theperturbation
folder.The new release notes describe the material change to the interface:
Solver.__init__
now takes argumentsarray_library
andvectorized
instead ofevaluation_mode
.Solver.solve
decides to automatically JAX compile when simulating a list of schedules has been slightly modified.Details and comments
All of the tests in the following command should be passing: