Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Jun 8, 2023
1 parent 0482bb0 commit 45e2825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion finitediffx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
)


__version__ = "0.0.4"
__version__ = "0.0.5"
1 change: 1 addition & 0 deletions finitediffx/_src/fgrad.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def perturb_element(i):

# `jax.vmap` can be used here and perform better
# but it would fail in case of non-tracable code
# may have try/excpet wiht `jax.errors.TracerArrayConversionError``
result = jnp.array([perturb_element(i) for i in arange])

# the function might return non-scalars
Expand Down

0 comments on commit 45e2825

Please sign in to comment.