Spaces:
Running
Running
Commit History
Refactor use of backend as more module-like b846feb
Refactor backend version check 4ee8cdb
Check backend version to avoid potential errors b046fc8
Bump backend version 7b12257
Refactor backend loading 6d58816
Print helpful error message if user needs to update a465e93
Warn user about using `update=True` 9d099ff
Bump PySR version to 0.11.4 with new `update` behavior 5ca38cd
Don't update Julia packages by default 92819c3
Bump PySR version with new backend 5ffdc52
Assert variable names are alphanumeric f340c5b
Patch version 0.11.2 90224ea
Patch version 0.11.1-1 83cfac6
Add missing `using Pkg` 598dc57
Patch version to 0.11.1 aa67d1b
Make sure that full `os.environ` is passed to subprocess f68c622
Add missing `Pkg` import before `PackageSpec` 16a09af
Format code with black 666d589 unverified
deepsource-autofix[bot] commited on
Re-activate env if julia already initialized bcaffe2
Avoid processing julia project twice b487874
Allow custom shared julia project 2e14c41
Formally deprecate Julia <1.6 (#194) 4bc0a76 unverified
Undo change to parsimony bf87ffb
Format code with black 81cfb5c unverified
deepsource-autofix[bot] commited on
Set default parsimony to 0.0 52da3ff
Configure new backend version 34d37c0
Bump version with from_file fix 301cedc
Fix `from_file` when loading pkl + csv from subdir e8478b2
Bump version with Julia 1.6 fix 8d810c2
Correct function name with internal naming scheme fc4cdae
Correct function name 80fecb9
Clean up internal function names 7f24ebe
Use subprocess to find Julia env dir for <=1.6 e87a1d6
Ensure that the JuliaInfo is reset after install 375cf2f
Only check PyCall at init, not before install cc9adea
Format code with black bd2462c
deepsource-autofix[bot] commited on
Fix version check 6e53f4b
Fix version check for io_arg 3e5d906
Only set shared env JULIA_PROJECT for julia 1.7+ 3856951
Update documentation links fe3d590
Only print conflicting library warning if Julia not initialized d3026af
Bump version with torch warning b521bff
Format code with black 07e1474 unverified
deepsource-autofix[bot] commited on
Add warning message in case a user import torch 53698db
Fix formatting style issues b14e38a
Mark Kittisopikul commited on
Fix typo a91fff0
Mark Kittisopikul commited on
Convert Path to string before setting os.environ["JULIA_PROJECT"] ca60a8e
Mark Kittisopikul commited on
Set JULIA_PROJECT before loading pyjulia 1ec1c46
Mark Kittisopikul commited on
Install SymbolicRegressions.jl and ClusterManagers.jl in a single step 7e5102a
Mark Kittisopikul commited on