Skip to content

Releases: MilesCranmer/PySR

v0.14.0

20 May 22:35
367a8d9
Compare
Choose a tag to compare

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 than python -c 'import pysr; pysr.install()'
    • This CLI also has other options available (precompilation, Julia project name, etc.)

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

12 May 09:07
bc63465
Compare
Choose a tag to compare

What's Changed

Backend changes

Diff since v0.17.1

Full Changelog: v0.12.3...v0.13.0

v0.12.3

27 Apr 20:38
0805909
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.2...v0.12.3

v0.12.2

22 Apr 23:58
06d99a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.12.2

v0.12.1

25 Mar 05:48
2312011
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

22 Mar 03:23
ccbe668
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.17...v0.12.0

v0.11.17

07 Mar 18:41
18630d9
Compare
Choose a tag to compare

What's Changed

  • Update backend version with warm start fix by @MilesCranmer in #271
    • This means that you can change the dataset or loss function, and warm_start=True will still work, and the losses will be re-computed.

Full Changelog: v0.11.16...v0.11.17

v0.11.16

01 Mar 18:35
a6d1315
Compare
Choose a tag to compare

Full Changelog: v0.11.15...v0.11.16

v0.11.15

18 Feb 19:05
a907ef1
Compare
Choose a tag to compare

What's Changed

  • Bump backend version with data race fix by @MilesCranmer in #268
    • Incorporates depth check into constraints, rather than in mutation step.
    • Fixes one instance of a data race (appears to be remaining issues, however)

Full Changelog: v0.11.14...v0.11.15

v0.11.14

13 Feb 06:16
143307f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.13...v0.11.14