File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,4 +60,4 @@ def scale_by_learning_rate(
60
60
"operators" ,
61
61
]
62
62
63
- __version__ = "0.0.6 " # noqa
63
+ __version__ = "0.0.7 " # noqa
Original file line number Diff line number Diff line change @@ -1196,8 +1196,8 @@ def add_values(*args):
1196
1196
return fs [0 ]
1197
1197
1198
1198
1199
- ad_util .jaxval_adders [types .FunctionType ] = add
1200
- ad_util .jaxval_adders [function ] = add
1199
+ ad_util .raw_jaxval_adders [types .FunctionType ] = add
1200
+ ad_util .raw_jaxval_adders [function ] = add
1201
1201
1202
1202
array_operators = {
1203
1203
"neg" : lambda x : numpy .negative (x ), # noqa
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ignore = E731
22
22
23
23
[metadata]
24
24
name = autofd
25
- version = 0.0.6
25
+ version = 0.0.7
26
26
author = " Min Lin"
27
27
author_email =
" [email protected] "
28
28
description = " Automatic Functional Derivative in JAX"
@@ -38,7 +38,7 @@ classifiers =
38
38
packages = find:
39
39
python_requires = >=3.9
40
40
install_requires =
41
- jax>=0.4.16
41
+ jax>=0.4.24
42
42
jaxtyping>=0.2.21
43
43
44
44
[options.packages.find]
You can’t perform that action at this time.
0 commit comments