Skip to content

Tags: simeonschaub/PyCall.jl

Tags

v1.91.4

Toggle v1.91.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump to 1.91.4

v1.91.3

Toggle v1.91.3's commit message
Merge branch 'master' of https://github.com/JuliaPy/PyCall.jl

v1.91.2

Toggle v1.91.2's commit message
Bump to 1.91.2 (JuliaPy#678)

v1.91.1

Toggle v1.91.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
avoid jl_value_ptr (JuliaPy#671)

* avoid jl_value_ptr

* use pointer_from_objref to avoid rooting requirement for unsafe_convert

v1.91.0

Toggle v1.91.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
various fixes to array conversions (JuliaPy#668)

* 0-dimensional PyArray

* gc safety and CartesianIndex support in PyArray

* PyArray bounds checking

* rm redundant methods

* another simplification

* no sum for empty tuples

* fix docstring

* consolidation of Array{PyObject} conversion, add a missing GC root, pysequence check fix

v1.90.0

Toggle v1.90.0's commit message
Add PySide2 support to pygui (JuliaPy#649)

* Add PySide2 support to pygui

* change pyside2 to :qt5 and add :qt_pyside2

* refactor codes

v1.18.5

Toggle v1.18.5's commit message
Use find_libpython.py in deps/build.jl (JuliaPy#556)

* Copy find_libpython.py from PyJulia

* Call find_libpython.py from deps/build.jl

* Handle the case find_libpython.py cannot find libpython

* Store full path to libpython in deps.jl

* Update find_libpython.py

* Use --candidate-names in the fallback path

* Improve debugging message

* Use pythonenv in when invoking find_libpython.py

* Add _linked_libpython_windows

v1.18.4

Toggle v1.18.4's commit message
Don't steal reference from existing Python object (JuliaPy#553)

* Don't steal reference from existing Python object

closes JuliaPy#551

* Refactoring: add pyreturn function

* Fix pystealref! in pyjlwrap_getattr

* Fix pystealref! in pyjlwrap_iternext

v1.18.3

Toggle v1.18.3's commit message
Segfault with Python 3.7 (JuliaPy#540)

* Use correct Python version in x64 AppVeyor

* Test with Python 3.7 in AppVeyor

* Implement PyDateTime_CAPI change in bpo-10381

v1.18.2

Toggle v1.18.2's commit message
simplify pycall! code to eliminate argument-tuple caching … the logic…

… was just way too complicated and hard to get right, for questionable gain