EmpiricalDynamics 0.1.5

Bug fixes (Julia / SymbolicRegression.jl backend)

This release repairs the JuliaCall path of the Julia backend, which had drifted out of sync with current SymbolicRegression.jl (tested against 1.13.2) and failed for all users on that path. The underlying engine was working; the R-side glue was not.

These fixes restore end-to-end operation of symbolic_search(backend = "julia") (both single- and multi-predictor) and of setup_julia_backend() on the JuliaCall path. No user-facing API changed.