Skip to content

Conversation

@devmotion
Copy link
Member

@devmotion devmotion commented Sep 12, 2025

I'm currently stuck with ForwardDiff 0.10 in a downstream package, but I'm running into the error that was fixed by #770.

Therefore I propose to backport the fix in #770 to the release branch for ForwardDiff 0.10 and to tag a new ForwardDiff 0.10 release.

I cherry-picked 463e830. Additionally, to make tests pass locally I also had to backport the test fix in #768 (c15deda) as otherwise tests of valtype(T, x) fail.

Edit: To make CI pass, I had also to backport #643 (actions/cache v1 is deprecated by now) and replace Julia syntax (only->first and [x;;]->fill(x, 1, 1): 169b7f0) in the tests of #770 that is not supported in Julia 1.0 and Julia 1.6

dependabot bot and others added 3 commits September 12, 2025 16:31
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v1...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix gradient and Jacobian for functions with `Dual` output

* Bump version from 1.2.0 to 1.2.1
@devmotion devmotion merged commit 42a000a into release-0.10 Sep 14, 2025
4 of 5 checks passed
@andreasnoack andreasnoack deleted the dw/backport_770 branch September 15, 2025 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants