You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add FrozenVector to wrap neighbors
* Apply JuliaFormatter (BlueStyle, v2.2.0)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix ReverseView doctest to match FrozenVector output
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add FrozenVector breaking change to CHANGELOG
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add doctest filter for FrozenVector empty array printing
Julia 1.13 changed how empty AbstractVector subtypes are displayed.
Previously (<=1.12), an empty FrozenVector printed as:
0-element Graphs.FrozenVector{Int64}
In Julia 1.13+, it prints as:
Int64[]
This broke the doctests for `neighbors` and `ReverseView` that show
empty FrozenVector output. The fix adds a local doctest filter to
each affected jldoctest block that normalizes both representations
before comparison.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Stefan Krastanov <github.acc@krastanov.org>
Co-authored-by: Stefan Krastanov <stefan@krastanov.org>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments