PySR / pysr /julia_helpers.py

Commit History

Include warning for static python.
49ecfff
unverified

MilesCranmer commited on

Fix precompilation logic
73e83d4
unverified

MilesCranmer commited on

Keep precompilation on if compiled modules enabled
a6b3561
unverified

MilesCranmer commited on

Automatically disable precompilation for static binaries
a74e308
unverified

MilesCranmer commited on

Make precompilation optional
1c3eec5
unverified

MilesCranmer commited on

Format code with black
e7650cd
unverified

deepsource-autofix[bot] commited on

Clean up Python init
e372ae8

MilesCranmer commited on

Don't activate env twice
d42f10b

MilesCranmer commited on

Simplify julia options checking
e644737

MilesCranmer commited on

Only print `set_diff` if has contents
b4abede

MilesCranmer commited on

Tell user if Julia initialized with different params
4300bea

MilesCranmer commited on

Format code with black
b61a54b
unverified

deepsource-autofix[bot] commited on

Set up `julia_kwargs` to initialize Julia binary
69bfcd2

MilesCranmer commited on

Fix import error not giving traceback
397b012

MilesCranmer commited on

Document backend loading
a3fe1bb

MilesCranmer commited on

Refactor use of backend as more module-like
b846feb

MilesCranmer commited on

Refactor backend version check
4ee8cdb

MilesCranmer commited on

Check backend version to avoid potential errors
b046fc8

MilesCranmer commited on

Refactor backend loading
6d58816

MilesCranmer commited on

Add missing `using Pkg`
598dc57

MilesCranmer commited on

Make sure that full `os.environ` is passed to subprocess
f68c622

MilesCranmer commited on

Add missing `Pkg` import before `PackageSpec`
16a09af

MilesCranmer commited on

Format code with black
666d589
unverified

deepsource-autofix[bot] commited on

Re-activate env if julia already initialized
bcaffe2

MilesCranmer commited on

Avoid processing julia project twice
b487874

MilesCranmer commited on

Allow custom shared julia project
2e14c41

MilesCranmer commited on

Formally deprecate Julia <1.6 (#194)
4bc0a76
unverified

MilesCranmer commited on

Correct function name
80fecb9

MilesCranmer commited on

Clean up internal function names
7f24ebe

MilesCranmer commited on

Use subprocess to find Julia env dir for <=1.6
e87a1d6

MilesCranmer commited on

Ensure that the JuliaInfo is reset after install
375cf2f

MilesCranmer commited on

Only check PyCall at init, not before install
cc9adea

MilesCranmer commited on

Only set shared env JULIA_PROJECT for julia 1.7+
3856951

MilesCranmer commited on

Only print conflicting library warning if Julia not initialized
d3026af

MilesCranmer commited on

Format code with black
07e1474
unverified

deepsource-autofix[bot] commited on

Add warning message in case a user import torch
53698db

MilesCranmer commited on

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

Add docstring to julia helpers file
ce60798

MilesCranmer commited on

fixed issues from deepsource
9490776

tttc3 commited on

Moved julia helper functions out of sr.py
6baa534

tttc3 commited on