Skip to content

Update pysr requirement from <=1.5.10,>=1.5.0 to >=1.5.0,<=2.2.1 - #65

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pysr-gte-1.5.0-and-lte-2.2.1
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pysr-gte-1.5.0-and-lte-2.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pysr to permit the latest version.

Release notes

Sourced from pysr's releases.

v2.2.1

2.2.1 (2026-09-02)

Bug Fixes

  • require juliacall 0.9.29+ and Python 3.10+ (#1335) (b87067a)
Changelog

Sourced from pysr's changelog.

2.2.1 (2026-09-02)

Bug Fixes

  • require juliacall 0.9.29+ and Python 3.10+ (#1335) (b87067a)

2.2.0 (2026-09-02)

Features

Documentation

  • correct AdaptiveMutationWeightsPlugin default state (#1332) (9909624)
  • update the stable redirect on every release (#1328) (82c5d70)

2.1.0 (2026-08-29)

Features

  • stop autoloading the juliacall IPython extension by default (#1325) (b3f91a1)
  • stop searches gracefully on interrupt instead of killing the kernel (#1310) (5bd53f6)

Documentation

2.0.0 (2026-08-25)

PySR 2.0.0 brings a two-year transformation of the library into the Python API, moving from a fixed scalar-tree search interface to a modular PyTorch-like framework for symbolic learning while keeping the familiar v1 estimator workflow. Operators can take any number of arguments, TypeSpec supports user-defined value types, and mutations, crossovers, and the search loop are configurable objects. Guesses mix expressions into populations throughout a run, which helps connect PySR to agentic coding loops. Automatic batching and a reusable backend evaluation buffer make large searches faster with less configuration.


Highlights

Operators with any number of arguments

operators takes an arity-keyed dict, so ternary operators like clamp, fma, and muladd, along with max/min over three or more arguments, are searchable (#999). Before v2 you had to fake clamp(x0*x1, -1, 1) as a tall nest of binary operators, which the search rarely found and never found cheaply. binary_operators and unary_operators still work, and they are mutually exclusive with operators.

from pysr import PySRRegressor
</tr></table>

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [pysr](https://github.com/astroautomata/PySR) to permit the latest version.
- [Release notes](https://github.com/astroautomata/PySR/releases)
- [Changelog](https://github.com/astroautomata/PySR/blob/master/CHANGELOG.md)
- [Commits](astroautomata/PySR@v1.5.0...v2.2.1)

---
updated-dependencies:
- dependency-name: pysr
  dependency-version: 2.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #67.

@dependabot dependabot Bot closed this Sep 14, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/pysr-gte-1.5.0-and-lte-2.2.1 branch September 14, 2026 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants