Skip to content

Releases: ghamarian/pythonck

PythonCK v0.2.0

12 Aug 12:31

Choose a tag to compare

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.whl

What'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

22 Jun 20:56

Choose a tag to compare

Initial release of PythonCK - Python implementation of Composable Kernels tensor operations