Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2024

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 <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)

Bumps [juliacall](https://github.com/JuliaPy/PythonCall.jl) from 0.9.15 to 0.9.16.
- [Release notes](https://github.com/JuliaPy/PythonCall.jl/releases)
- [Commits](JuliaPy/PythonCall.jl@v0.9.15...v0.9.16)

---
updated-dependencies:
- dependency-name: juliacall
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Mar 14, 2024
@MilesCranmer
Copy link
Owner

MilesCranmer commented Mar 15, 2024

Todo:

  • Remove custom code for seval
  • Verify automatic extension still works
  • Remove Julia version requirements, as juliacall itself handles the skipping
  • Switch to juliacall 0.9.17
  • Fix warning about signal information

@MilesCranmer
Copy link
Owner

MilesCranmer commented Mar 16, 2024

It seems the new juliacall is a bit buggy: JuliaPy/PythonCall.jl#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

@MilesCranmer MilesCranmer changed the title Bump juliacall from 0.9.15 to 0.9.16 Bump juliacall from 0.9.15 to 0.9.17 Mar 17, 2024
@dependabot @github

This comment was marked as resolved.

@MilesCranmer MilesCranmer changed the title Bump juliacall from 0.9.15 to 0.9.17 Bump juliacall from 0.9.15 to 0.9.19 Mar 20, 2024
@MilesCranmer MilesCranmer merged commit 0234b14 into master Mar 20, 2024
@MilesCranmer MilesCranmer deleted the dependabot/pip/juliacall-0.9.16 branch March 20, 2024 19:56
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.

2 participants