Skip to content

Releases: brandtbucher/pycapi

PyCAPI 0.82.1

14 Dec 01:42
7bb8a8d
Compare
Choose a tag to compare
PyCAPI 0.82.1 Pre-release
Pre-release

This is PyCAPI's eighty-seventh release. It adds support for CPython 3.11.

PyCAPI 0.82

22 May 05:15
3e241ae
Compare
Choose a tag to compare
PyCAPI 0.82 Pre-release
Pre-release

This is PyCAPI's eighty-sixth release. It adds support for CPython 3.10 and drops support for CPython 3.5, CPython 3.6, and the following APIs:

PyContext_Copy PyContext_CopyCurrent PyContext_Enter PyContext_Exit PyContext_New PyContextVar_New PyContextVar_Reset PyContextVar_Set PyEval_GetCallStats PySignal_SetWakeupFd

PyCAPI 0.81.2

22 Feb 21:17
611b69d
Compare
Choose a tag to compare
PyCAPI 0.81.2 Pre-release
Pre-release

This is PyCAPI's eighty-fifth release. It adds support for CPython 3.9.

PyCAPI 0.81.1

25 May 22:34
Compare
Choose a tag to compare
PyCAPI 0.81.1 Pre-release
Pre-release

This is PyCAPI's eighty-fourth release. It fixes support for CPython 3.8.

PyCAPI 0.81

11 Jul 00:50
Compare
Choose a tag to compare
PyCAPI 0.81 Pre-release
Pre-release

This is PyCAPI's eighty-third release. It adds support for the following API:

PyTuple_Pack

PyCAPI 0.80.0

09 Jul 07:07
Compare
Choose a tag to compare
PyCAPI 0.80.0 Pre-release
Pre-release

This is PyCAPI's eighty-second release. It adds support for the following API:

PyUnicode_New

PyCAPI 0.79

08 Jul 16:07
Compare
Choose a tag to compare
PyCAPI 0.79 Pre-release
Pre-release

This is PyCAPI's eighty-first release. It adds support for the following APIs:

PyUnicode_Fill PyUnicode_FindChar PyUnicode_MAX_CHAR_VALUE PyUnicode_READ_CHAR PyUnicode_ReadChar PyUnicode_WriteChar

PyCAPI 0.78

08 Jul 05:41
Compare
Choose a tag to compare
PyCAPI 0.78 Pre-release
Pre-release

This is PyCAPI's eightieth release. It adds support for the following APIs:

PyBUF_ANY_CONTIGUOUS PyBUF_CONTIG PyBUF_CONTIG_RO PyBUF_C_CONTIGUOUS PyBUF_FULL PyBUF_FULL_RO PyBUF_F_CONTIGUOUS PyBUF_INDIRECT PyBUF_ND PyBUF_RECORDS PyBUF_RECORDS_RO PyBUF_SIMPLE PyBUF_STRIDED PyBUF_STRIDED_RO PyBUF_STRIDES

PyCAPI 0.77

06 Jul 16:34
Compare
Choose a tag to compare
PyCAPI 0.77 Pre-release
Pre-release

This is PyCAPI's seventy-ninth release. It adds support for the following API:

PyObject_GetBuffer

PyCAPI 0.76

05 Jul 23:51
Compare
Choose a tag to compare
PyCAPI 0.76 Pre-release
Pre-release

This is PyCAPI's seventy-eighth release. It adds support for the following APIs:

PyMemoryView_FromBuffer PyMemoryView_GET_BASE PyMemoryView_GET_BUFFER