v0.14.0
What's Changed
- Added CLI to run pysr.install() to install Julia dependencies by @w2ll2am in #298
- Let's you install PySR with
python -m pysr install
rather thanpython -c 'import pysr; pysr.install()'
- This CLI also has other options available (precompilation, Julia project name, etc.)
- Let's you install PySR with
New Contributors
Full Changelog: v0.13.0...v0.14.0