Releases: oschulz/AutoDiffOperators.jl
Releases · oschulz/AutoDiffOperators.jl
v0.3.0
AutoDiffOperators v0.3.0
Conceptual changes (may result in behavior changes):
- Primarily use DifferentiationInterface to interact with backends.
Breaking API changes:
-
Remove gradient!_func
-
Rename
forward_ad_selector
toforward_adtype
. -
Rename
reverse_ad_selector
toreverse_adtype
. -
Remove obsolete
DiffIfAD
, DifferentiationInterface is used by default now. -
Drop support for struct arguments.
-
Remove deprecated ADModule and jacobian_matrix.
New API features:
-
Add
valid_forward_adtype
andvalid_reverse_adtype
. -
Add
with_gradient!
,only_gradient!
andonly_gradient!!
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#30) (@dependabot[bot])
v0.2.4
AutoDiffOperators v0.2.4
Merged pull requests:
- CompatHelper: bump compat for DifferentiationInterface in [weakdeps] to 0.7, (keep existing compat) (#29) (@github-actions[bot])
v0.2.3
AutoDiffOperators v0.2.3
Merged pull requests:
v0.2.2
AutoDiffOperators v0.2.2
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#24) (@dependabot[bot])
- Increase lower compat with ADTypes (#25) (@fhagemann)
v0.2.1
v0.2.0
AutoDiffOperators v0.2.0
v0.1.8
AutoDiffOperators v0.1.8
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#13) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#14) (@dependabot[bot])