Releases: ghamarian/pythonck
Releases · ghamarian/pythonck
PythonCK v0.2.0
Release of PythonCK v0.2.0 with pytensor, tensor_transforms, and tile_distribution modules.
Installation
For Pyodide/Browser environments:
import micropip
await micropip.install('https://github.com/ghamarian/pythonck/releases/download/v0.2.0/pythonck-0.2.0-py3-none-any.whl')For regular Python environments:
pip install https://github.com/ghamarian/pythonck/releases/download/v0.2.0/pythonck-0.2.0-py3-none-any.whlWhat's Included
- pytensor: Core tensor operations and coordinate handling
- tensor_transforms: Tensor transformation analysis tools
- tile_distribution: Tile distribution visualization and analysis
See the documentation for usage examples.
PythonCK v0.1.0
Initial release of PythonCK - Python implementation of Composable Kernels tensor operations