Spaces:
Running
Running
Commit History
Fix bug for installing in local copies 276514d
Remove deprecated kwargs b935024
Remove deprecated kwargs e0cdb7c
Set up PySR to automatically install packages c0da614
Add Project.toml file and initialization 1ba0d77
Update to SymbolicRegression.jl 0.4.0 df4b0b3
Fix inline functions missing on worker process 456e76d
Describe local_install kwarg 9fd048b
Copy instead of adjoint 351f4f2
Enable local .jl; update to SymbolicRegression.jl 0.3.0 76d478e
Finish integration of SymbolicRegression.jl 9c1e6af
Remove Julia code; switch to using SymbolicRegression.jl 0e9470e
Explicitly pass kwargs to equation return 6b6d1bb
Hide other internal functions 8b29fef
Remove duplicate kwarg 21ae49d
Merge branch 'master' into recover 43d7ca3
Merge branch 'recover' of https://github.com/DhananjayAshok/PySR into recover 5f43445
Added extra_sympy_mappings to kwargs dict aebcf1a
Add warning for large numbers of datapoints 0683428
Fix subprocess call which hangs f5cd852
Add missing kwarg for final print loop 9640492
Store arguments in dictionary to prevent argument errors 5cee3b5
Make internal functions obvious with underscore 76e7a47
Merge branch 'recover' into refactoring d7fdb9c unverified
Dhananjay Ashok commited on
Added the auxiliary file features ready to merge 371f4fe
Import auxiliaries after operators defined c7034da
Completed Refactoring of sr.py a58c3d5
Refactored till file creation 0aafc34
Refactored till handle_constraints 181a454
Refactored out paths and others 762987c
Refactored out paths and others 0dfd8e3
Refactored out depreciation errors a9a1691
Added Shell Argument to Subprocess 9e11722
Fix missing f-string for weights definition 1175632
Clean up data passing to Julia 5f27a84
Fix date formatting for windows b463028
Change date format to y/m/d 51c7840
Add datetime to default equation file 03e8b8d
Remove unneeded random string in filename 0a59d77
Move position of tempdir arguments 9e6c4b4 unverified
Changed the default behavior to deleting the temporary files after use 72ef582
Johann Brehmer commited on
Escaped backslash in operator file a2003c2
Johann Brehmer commited on
Escape backslashes in filenames written into julia script 6b04774
Johann Brehmer commited on
Fixed equation path edc0ef8
Johann Brehmer commited on
Absolute paths for equations file and Julia package 5290229
Johann Brehmer commited on
Deleting temporary folder optional 0a0cfdc
Johann Brehmer commited on
System-independent temporary files with tempfile and pathlib bdd2ad4
Johann Brehmer commited on