Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-08-09 | 880 Bytes | |
v0.10.36 source code.tar.gz | 2023-08-09 | 46.3 kB | |
v0.10.36 source code.zip | 2023-08-09 | 66.6 kB | |
Totals: 3 Items | 113.7 kB | 0 |
ForwardDiff v0.10.36
Closed issues: - Using a Pkg extension to reduce package load time caused by StaticArrays (#629) - AD in-place instead of broadcast (#645) - Is the mutating code the problem here? How could I debug this? (#646)
Merged pull requests:
- avoid defining one arg hash (#631) (@KristofferC)
- enable dependabot for GitHub actions (#635) (@ranocha)
- Fix two typos (#638) (@goggle)
- Bump codecov/codecov-action from 1 to 3 (#641) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#642) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#643) (@dependabot[bot])
- Add test of second-order derivative of t -> abs(t)^2
(#650) (@devmotion)
- floatmin
for nested Dual
s sharing the same tag (#656) (@chriselrod)
- example in docs (#657) (@cossio)