Skip to content

v1.92.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 18:07
· 56 commits to master since this release
12b1996

PyCall v1.92.0

Diff since v1.91.4

Closed issues:

  • Build works with PYTHON="python" but fails with explicit PYTHON="/path/to/python" (#710)
  • using PyCall triggers segfault in unrelated threaded code (#723)
  • Tag a new release (#745)
  • Can't convert a subtype of a base Python type to a custom Julia type (#751)
  • Python 3.8 with Julia 1.3 (#752)
  • meta-inspect causes segfault (#754)
  • pyimport("scipy") doesn't work after update to Julia 1.4 (#763)
  • Using Julia MKL build with numpy (related to #443) (#766)
  • Installing PyCall on JuliaPro 1.4.1 Fails (#767)
  • Julia Stack Traces thrown during python execution lose formatting (#770)
  • Versions of python packages with non-standard version numbers (#773)
  • Can't use PyCall in a testset when imported in the test set (#774)
  • Autoreload (#775)
  • PyError (#780)
  • I'm getting TypeError("'<' not supported between instances of 'PyCall.jlwrap' and 'PyCall.jlwrap'") (#782)
  • issues with other packages loading binary files (#784)
  • "symbol EVP_idea_cbc version OPENSSL_1_1_0 not defined" (#787)
  • Error with ``QVTKRenderWindowInteractor‘’ (#796)
  • PyCall not building (BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.) (#797)
  • Plots.jl not pre-compiling with julia-py (#798)
  • [BUG] Doesn't print if newlines aren't present (#799)
  • Python package library (ortools) conflicts with another Julia package (Clp) after import the Julia package firstly (#802)
  • Anaconda3 not supporting PyCall (#804)
  • PyCall does not close window correctly (#808)
  • PkgEval: find_libpython test failures with PYTHON="" (#812)
  • Exception when trying to navigate Main.PyCall module (#813)
  • showable error on certain objects (#816)
  • Tag a release? (#822)
  • Wrong python (from wrong anaconda environment) when building PyCall with ENV["PYTHON"] (#830)

Merged pull requests:

  • Improving find libpython (#753) (@darrencl)
  • GC safety (#758) (@stevengj)
  • Emit more accurate error message (#760) (@goretkin)
  • set optimization level to 1 for faster load time (#764) (@stevengj)
  • Fix AOT tests for PackageCompiler 1.x (#768) (@tkf)
  • [RFC] Throw a special exceptions in Julia callbacks (Fix #770) (#772) (@PhilipVinc)
  • Add a more helpful error message when precompiling fails due to Python build change (#778) (@nishaChandramoorthy)
  • Easier for users (#788) (@PallHaraldsson)
  • give pytype_mapping precendence over default mappings (#792) (@marius311)
  • Don't try to call _repr_*_ on a class (#817) (@tkf)
  • Fix typo in README.md (#818) (@hyrodium)
  • fix PyCall.__init__ when no __main__ present (#819) (@marius311)
  • Use GitHub Actions to run CI (#825) (@tkf)
  • Make sure that test is run with Numpy in CI (#831) (@tkf)
  • Skip test_venv.jl and test_build.jl in PkgEval (#832) (@tkf)
  • Delete .travis.yml and appveyor.yml (#833) (@DilumAluthge)
  • README: add GH Actions, PkgEval, and CodeCov badges; delete Travis, AppVeyor, and Coveralls badges (#834) (@DilumAluthge)
  • Run virtualenv test on GitHub Actions (#837) (@tkf)
  • Install Numpy on AOT test (#838) (@tkf)
  • Setup CompatHelper (#839) (@tkf)
  • Release v1.92.0 (#840) (@tkf)