AxisKeys.jl
AxisKeys.jl copied to clipboard
fixes and updates for Julia 1.9
- add new: Base.stack for keyed arrays
- update to match 1.9: Base.uncolon and Base.eachslice
some tests still fail on nightly
With new commits, everything should pass on both nightly and older versions.
CanonicalIndexError should be fixed with https://github.com/JuliaLang/julia/pull/47008
Julia 1.8.3 indeed fixes that bug, and all tests now pass with no changes from my side.
Anything else I need to modify in this PR?
Bump @mcabbott
This PR makes AxisKeys work with 1.9 and be consistent with that version. Would be great to merge soon, given that 1.9 doesn't seem that far away.
Further improvements, such as enabling these features on earlier julias through Compat can be done separately, if needed at all.
Another bump... @mcabbott
I'm using the package in my tests and am getting ready for 1.9... but it fails due to the issues addressed in this PR
would be great to have it merged @mcabbott
Bump. It would be good to get this one in and released such that we can continue the testing of Julia 1.9