Skip to content

0.8.5-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@charlesneimog charlesneimog released this 16 Dec 16:22
· 205 commits to master since this release
c968fbc

e556ce9 Check if numpy is installed after add Paths to Python.
2cd5b87 Add checker for numpy array before set any function.
a2553ea remove numpy defines for pic.c, py4pd.h.
954b6eb remove x->numpyImported from audio error checker
2d87657 fix memory leaks
3e21cae add tests for python3.12
965074f Create new Dev-Tests workflow
080dc34 change logic about help patches
8f12b20 new way to import array for pdmodule (SubInterpreters Support) 🎆️🎆️🎆️
2ade07e Start multithreading support through the SubInterpreters.
9506414 and f88bf2c change Py4pdLib_FreeObj to Py4pdUtils_FreeObj
23bc085 make Py4pd_SetFunction acessible for test with python3.12.
1d45432 Add tests to subinterpreter for Python3.12
169151a Make Py4pdUtils_RunPy return int not PyObject.
32776be add create method again.
06e532e and 968f965 add compilation for diferent versions of Python (3.10, 3.11, 3.12)
d878994 and fce34ed change method pipinstall to pip install and add pip target (local or global) method.