MilesCranmer / PySR

High-Performance Symbolic Regression in Python and Julia
https://astroautomata.com/PySR
Apache License 2.0
2.32k stars 211 forks source link

Bump juliacall from 0.9.15 to 0.9.19 #569

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps juliacall from 0.9.15 to 0.9.17.

Release notes

Sourced from juliacall's releases.

v0.9.16

PythonCall v0.9.16

Diff since v0.9.15

Changes:

  • Big internal refactor.
  • New unexported functions: python_executable_path, python_library_path, python_library_handle and python_version.
  • Py is now treated as a scalar when broadcasting.
  • PyArray is now serializable.
  • Removed compatibility with Julia 1.10.1 and 1.10.2 (to be fixed in 1.10.3 and 1.11.0) due to an upstream bug.
  • Bug fixes.

Merged pull requests:

Closed issues:

  • move to JuliaPy org? (#150)
  • why do boolean comparisons with Py object return Py object? (#294)
  • Bus error with multithreading linear algebra (#298)
  • CondaPkg opt out doesn't work (#301)
  • Roadmap to v1 (#311)
  • conda-forge feedstock? (#378)
  • Inconsistent broadcasting behavior of Py arrays (#392)
  • Passing functions to Julia as global variables is buggy (#394)
  • make PythonCall.GC more like Base.GC (#409)
  • Rename internal modules to be nicer (#415)
  • Export python interpreter info (#419)
  • Migrate to Python 3.12, require it (#421)
  • Create conda pkg for juliacall at conda-forge (#425)
  • How to reinterpret a PyArray without copying data? (#429)
  • Main.seval can't parse multiple toplevel blocks (#433)
  • Development version of juliacall starts the Julia REPL (#447)
  • Using development version of package opens Julia REPL (#451)
  • TypeError: cannot pickle 'PyCapsule' object (#454)
  • Unable to find DLLs on Windows using PythonCall with Python3.8+ (#457)
  • numpy arrays cannot be serialized when used in pmap context (#459)
  • IPython extension fails on Julia 1.6.7 (#460)
  • Segmentation fault on import juliacall in a CI job (#472)
Commits
  • 6975f7c remove some magic
  • 79b173f test on a compatible julia
  • 956865e missed a bump
  • 73b34a7 bump to v0.9.16
  • ba540f3 does not work with julia 1.10.1 or 1.10.2
  • 24e6e17 Ensure error message shows for missing libpython (#471)
  • c2af996 fix redirection on Julia 1.6
  • 47dfa77 Add an example for tname for custom Python-to-Julia conversion rule (#450)
  • 8efb071 skip when nothing to clean (#465)
  • 0d96c68 Update faq.md with example on running JuliaCall inside Blender (#456)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
MilesCranmer commented 6 months ago

Todo:

MilesCranmer commented 6 months ago

It seems the new juliacall is a bit buggy: https://github.com/JuliaPy/PythonCall.jl/issues/476 so I'm going to wait a month or so to upgrade, so people can generate the bug reports before it is ready to be used in PySR

dependabot[bot] commented 6 months ago

A newer version of juliacall exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.