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 1
1
# Changelog
2
2
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
+
3
9
## v0.0.0 (2025-07-11)
Original file line number Diff line number Diff line change 15
15
project = "array API JIT"
16
16
copyright = "2025, 34j"
17
17
author = "34j"
18
- release = "0.0 .0"
18
+ release = "0.1 .0"
19
19
20
20
# -- General configuration ---------------------------------------------------
21
21
# 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" ]
4
4
5
5
[project ]
6
6
name = " array-api-jit"
7
- version = " 0.0 .0"
7
+ version = " 0.1 .0"
8
8
description = " JIT decorator supporting multiple array API compatible libraries"
9
9
readme = " README.md"
10
10
license = { text = " MIT" }
Original file line number Diff line number Diff line change 1
- __version__ = "0.0 .0"
1
+ __version__ = "0.1 .0"
2
2
from ._main import jit
3
3
4
4
__all__ = ["jit" ]
You can’t perform that action at this time.
0 commit comments