| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-08 | 1.1 kB | |
| v0.9.35 source code.tar.gz | 2026-06-08 | 504.6 kB | |
| v0.9.35 source code.zip | 2026-06-08 | 550.0 kB | |
| Totals: 3 Items | 1.1 MB | 0 | |
PythonCall v0.9.35
Merged pull requests:
- fix crashes using multithreaded julia from python (#758) (@dpinol)
- Reject PyArray buffer with suboffsets (#776) (@nhz2)
- only set JULIA_DEBUG=PythonCall when running with debug logging enabled (#778) (@cjdoris)
- 774 v2 (#779) (@cjdoris)
- Libptr by env (#781) (@cjdoris)
- use juliapkg.libjulia() for faster init in juliacall (#782) (@cjdoris)
- add method pynext(x, d) (#783) (@cjdoris)
- restore methods for !=, >= and > (#784) (@cjdoris)
- remove auto-sys-last-traceback functionality (#785) (@cjdoris)
- remove unsafe API: getptr, pycopy!, pyisnull, pynew, PyNULL, unsafe_pynext (#786) (@cjdoris)
- remove CONFIG, add fix_qt_plugin_path preference (#787) (@cjdoris)
- rename pydel! to unsafe_pydel and export (#788) (@cjdoris)
Closed issues:
- deprecations for v1 (#402)
- move functionality into package extensions (#405)
- Idea: Treat all NULLs as None (#416)
- juliacall 0.9.33 import failure (#771)
PyArrayignoressuboffsets(#775)