Skip to content

Releases: MilesCranmer/PySR

v0.14.3

04 Jul 16:37
2c4d7e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.2...v0.14.3

v0.14.2

20 Jun 14:44
bfea5b8
Compare
Choose a tag to compare

What's Changed

Backend

Diff since v0.19.0

Merged pull requests on backend:

Full Changelog: v0.14.1...v0.14.2

v0.14.1

28 May 18:32
d823f99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

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