Skip to content

Releases: cemlyn007/apple-gpu

v0.3.1

16 Apr 23:32

Choose a tag to compare

v0.3.1 (2025-04-17)

Ci

  • ci: update github action (264be4f)

  • ci: only publish to github if the version changes (21e56c6)

  • ci: try local git config (69363d4)

  • ci: try changing git config location (4a7069d)

  • ci: wrap python version in quotes (6843ce7)

  • ci: remove 3.13.0-alpha.1 because pyobc doesn't have wheels for it (54c9d96)

  • ci: correct python-version 3.13.0 to 3.13.0-alpha.1 (b75a2f9)

  • ci: only test python 3.10 to 3.13 due to self-hosted limitation (141f5fc)

  • ci: actions run on self-hosted (4165442)

  • ci: only upload to pypi if a dist folder exists (60297a2)

  • ci: fix TWINE_REPOSITORY (3f7efcb)

Fix

  • fix: memory leak when calling the function multiple times (b29be02)

v0.3.0

20 Oct 22:34

Choose a tag to compare

v0.3.0 (2023-10-20)

Ci

Feature

v0.2.0

20 Oct 21:56

Choose a tag to compare

v0.2.0 (2023-10-20)

Ci

  • ci: update release workflow (975a90a)

Feature

v0.1.0

20 Oct 21:42

Choose a tag to compare

v0.1.0 (2023-10-20)

Ci

Feature

  • feat: make package (a4978c2)

  • feat: allow python 3.8 and greater (ebcf269)

  • feat: accelerator_performance_statistics (ea9ef56)

Fix

  • fix: add future annotations for python 3.8 (25aebef)

  • fix: pyobj dependency should be pyobjc (bb38c6b)

Refactor

  • refactor: restructure accelerator_performance_statistics (517b009)

  • refactor: move test_apple_gpu.py into tests folder (c1d5b4a)