Releases: JuliaDiff/ChainRulesTestUtils.jl
Releases · JuliaDiff/ChainRulesTestUtils.jl
v1.13.0
v1.12.0
ChainRulesTestUtils v1.12.0
Merged pull requests:
Closed issues:
- 1 test for
test_rrule(sin, rand(Float32))
fails. (#285)
v1.11.0
v1.10.1
ChainRulesTestUtils v1.10.1
Closed issues:
- Calling
pullback
twice intest_rrule
(#265) test_add!!_behaviour
has strong assumptions on fields (#267)test_rrule
trying to findTangent
onaxes
(#268)_can_pass_early
withmissing
(#270)
Merged pull requests:
- Allow editing the testset name (#273) (@theogf)
- Do not use
isnothing
for Julia 1.0 compat (#274) (@devmotion)
v1.10.0
v1.9.3
ChainRulesTestUtils v1.9.3
Merged pull requests:
v1.9.2
ChainRulesTestUtils v1.9.2
Merged pull requests:
v1.9.1
v1.9.0
ChainRulesTestUtils v1.9.0
Closed issues:
- Testing constructors as described in the docs does not work (#251)
Merged pull requests:
v1.8.1
ChainRulesTestUtils v1.8.1
Merged pull requests:
- Fix test_approx() when one of the arguments is a broadcasted multidimensional array (#230) (@dfdx)
- Update CompatHelper.yml (#248) (@devmotion)