Skip to content

Tags: JuliaPy/PyCall.jl

Tags

v1.96.4

Toggle v1.96.4's commit message
## PyCall v1.96.4

[Diff since v1.96.3](v1.96.3...v1.96.4)


**Merged pull requests:**
- Rename `distutils.sysconfig` to `sysconfig` (#1068) (@MilesCranmer)
- bump to 1.96.4 (#1070) (@stevengj)

v1.96.3

Toggle v1.96.3's commit message
## PyCall v1.96.3

[Diff since v1.96.2](v1.96.2...v1.96.3)


**Merged pull requests:**
- Fix the stdlib compat entries (#1065) (@DilumAluthge)

**Closed issues:**
- PyCall 1.96.2 breaks tests at Imbalance.jl (#1064)

v1.96.2

Toggle v1.96.2's commit message
## PyCall v1.96.2

[Diff since v1.96.1](v1.96.1...v1.96.2)


**Merged pull requests:**
- A few fixes for julia master (#1059) (@yuyichao)
- make a new release (#1062) (@simeonschaub)
- version stdlibs (#1063) (@stevengj)

**Closed issues:**
- what does it take for PyCall.jl to drop GIL (#1046)
- pytype_mapping confusion (#1049)
- Building PyCall Offline with Mamba (#1050)
- Convert memory address to Python pointer (#1051)
- the ENV["PYTHON"]="path/to/python.exe" not work for python3.12.0 (#1060)

v1.96.1

Toggle v1.96.1's commit message
## PyCall v1.96.1

[Diff since v1.96.0](v1.96.0...v1.96.1)



**Merged pull requests:**
- Fix typo (#1032) (@goggle)
- fix depwarn (#1042) (@ranocha)

v1.96.0

Toggle v1.96.0's commit message
## PyCall v1.96.0

[Diff since v1.95.2](v1.95.2...v1.96.0)



**Merged pull requests:**
- enable deepcopy on PyObject #757 (#1039) (@jw3126)

v1.95.2

Toggle v1.95.2's commit message
## PyCall v1.95.2

[Diff since v1.95.1](v1.95.1...v1.95.2)


**Closed issues:**
- I Can't import "finpy-tse" using pyimport (#1003)
- Error building PyCall with julia-1.8.5 due to Cryptography version (#1023)
- python package plugins (#1026)
- Cannot build PyCall, possibly due to incompatible architecture (#1027)
- [x-post] PyCall.jl setting incorrect libpython on Julia 1.9 (#1029)
- Docker Image Build: PyCall not found in current path (#1031)
- Pycall Gets Error in PyCharm and in Jupyter Lab but works in iPython (#1037)
- Cannot build PyCall: InvalidVersionSpec: Invalid version '>=': invalid operator (#1038)

**Merged pull requests:**
- Urgent: add option to disable numpy install / prevent corruption of conda-forge environments (#1040) (@MilesCranmer)

v1.95.1

Toggle v1.95.1's commit message
## PyCall v1.95.1

[Diff since v1.95.0](v1.95.0...v1.95.1)


**Closed issues:**
- PyCall.PyJlError has no field T (#1020)
- PyCall.PyJlError has no field msg (#1021)

**Merged pull requests:**
- unit test for trygetproperty (#1007) (@deckerla)
- fix BoundsError of args[1] when args is empty (#1014) (@szcf-weiya)
- type-stable PyError constructor (#1022) (@stevengj)

v1.95.0

Toggle v1.95.0's commit message
## PyCall v1.95.0

[Diff since v1.94.1](v1.94.1...v1.95.0)


**Closed issues:**
- SSLCertVerificationError when using urllib from Julia (#987)
- PyCall Thread safety issues even with locking. (#1005)
- PyCall broken on M1 Mac and Julia 1.8.2? (#1010)
- installation of package from different channel not working (#1017)

**Merged pull requests:**
- Expand precompilation (#1015) (@MilesCranmer)
- Fix unittests on Windows (#1016) (@MilesCranmer)

v1.94.1

Toggle v1.94.1's commit message
## PyCall v1.94.1

[Diff since v1.94.0](v1.94.0...v1.94.1)

v1.94.0

Toggle v1.94.0's commit message
## PyCall v1.94.0

[Diff since v1.93.1](v1.93.1...v1.94.0)


**Closed issues:**
- Wrong error reported when accessing an attribute (#696)
- print function in python not works called by julia through PyCall (#912)
- PyCall cv2 drawings error (#980)
- Error building docker image for project using PyCall (#983)
- PyObject array 'only size-1 arrays can be converted to Python scalars' (#984)
- Passing julia function to python listener function to receive async events (#985)
- How to disable the conda when building PyCall? (#989)
- PyCall Wrongly look for Matplotlib in Python 3.6 instead of Python in Conda in Julia (#998)
- How to Convert line "From <module> import <function>" ? (#1001)

**Merged pull requests:**
- flush Python I/O in IJulia (#982) (@stevengj)
- Python 3.10 is latest (#986) (@PallHaraldsson)
- fix getproperty exceptions (#997) (@aplavin)
- Add Qt6 support to pygui (#1002) (@jamesjhu)