Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ComponentVector{Float64,SubArray...}(c = (a = 2.0, b = [6.0, 30.0]), a = 5.0)
- Calling `axes` on a `ComponentArray` returns a new `CombinedAxis` type!
- Doing things The Right Way™!
- No more complicated and error-prone custom broadcasting machinery!
- No more wierd special cases!
- No more weird special cases!
### v0.10.0
- All indexing now slices rather than sometimes viewing and sometimes slicing!
- Property access methods (i.e. "dot-access") still use views!
Expand Down
2 changes: 1 addition & 1 deletion test/autodiff_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end


# # This is commented out because the gradient operation itself is broken due to Zygote's inability
# # to support mutation and ComponentArray's use of mutation for contstuction from a NamedTuple.
# # to support mutation and ComponentArray's use of mutation for construction from a NamedTuple.
# # It would be nice to support this eventually, so I'll just leave this commented (because @test_broken
# # wouldn't work here because the error happens before the test)
# @testset "Issues" begin
Expand Down