Skip to content

Releases: ambitus/cbxp

Alpha 0.0.3

20 Mar 17:58
c82cea4

Choose a tag to compare

Release Notes: https://ambitus.github.io/cbxp/release_notes/#v003---march-20-2026

Python Interface Installation

Install From Python 3.13 Wheel Distribution (pre-built):

curl -O -L https://github.com/ambitus/cbxp/releases/download/v0.0.3/cbxp-0.0.3-cp313-none-any.whl && python3.13 -m pip install cbxp-0.0.3-cp313-none-any.whl

Install From Python 3.14 Wheel Distribution (pre-built):

curl -O -L https://github.com/ambitus/cbxp/releases/download/v0.0.3/cbxp-0.0.3-cp314-cp314-zos.whl && python3.14 -m pip install cbxp-0.0.3-cp314-cp314-zos.whl

Install From Source Distribution (build on install):

⚠️ Requires z/OS Open XL C/C++ 2.2 compiler.

curl -O -L https://github.com/ambitus/cbxp/releases/download/v0.0.3/cbxp-0.0.3.tar.gz && python3 -m pip install cbxp-0.0.3.tar.gz

Shell/C/C++ Interface Installation

curl -O -L https://github.com/ambitus/cbxp/releases/download/v0.0.3/cbxp-0.0.3.pax.Z && pax -rf cbxp-0.0.3.pax.Z

Alpha 0.0.2

06 Nov 13:37

Choose a tag to compare

Release Notes

Initial alpha release.
 

Python Interface Installation

Install From Python 3.12 Wheel Distribution (pre-built):

curl -O -L https://github.com/ambitus/cbxp/releases/download/v0.0.2/cbxp-0.0.2-cp312-none-any.whl && python3.12 -m pip install cbxp-0.0.2-cp312-none-any.whl

Install From Python 3.13 Wheel Distribution (pre-built):

curl -O -L https://github.com/ambitus/cbxp/releases/download/v0.0.2/cbxp-0.0.2-cp313-none-any.whl && python3.13 -m pip install cbxp-0.0.2-cp313-none-any.whl

Install From Source Distribution (build on install):

⚠️ Requires z/OS Open XL C/C++ 2.1 compiler.

curl -O -L https://github.com/ambitus/cbxp/releases/download/v0.0.2/cbxp-0.0.2.tar.gz && python3 -m pip install cbxp-0.0.2.tar.gz

Shell Interface Installation

curl -O -L https://github.com/ambitus/cbxp/releases/download/v0.0.2/cbxp-0.0.2.pax.Z && pax -rf cbxp-0.0.2.pax.Z