File tree Expand file tree Collapse file tree 5 files changed +779
-773
lines changed Expand file tree Collapse file tree 5 files changed +779
-773
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.1.0 (2025-07-13)
4+
5+ ### Features
6+
7+ - Add main feat (#10 ) ([ ` 6039da8 ` ] ( https://github.com/34j/array-api-jit/commit/6039da8990c59bdfe83a8e58362a31f352bd8090 ) )
8+
39## v0.0.0 (2025-07-11)
Original file line number Diff line number Diff line change 1515project = "array API JIT"
1616copyright = "2025, 34j"
1717author = "34j"
18- release = "0.0 .0"
18+ release = "0.1 .0"
1919
2020# -- General configuration ---------------------------------------------------
2121# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = [ "setuptools" ]
44
55[project ]
66name = " array-api-jit"
7- version = " 0.0 .0"
7+ version = " 0.1 .0"
88description = " JIT decorator supporting multiple array API compatible libraries"
99readme = " README.md"
1010license = { text = " MIT" }
Original file line number Diff line number Diff line change 1- __version__ = "0.0 .0"
1+ __version__ = "0.1 .0"
22from ._main import jit
33
44__all__ = ["jit" ]
You can’t perform that action at this time.
0 commit comments