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
I'm getting a warning and an error on a nightly build:
Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr
│ caller = #AxisArray#7 at core.jl:243 [inlined]
...
type DataType has no field names
Stacktrace:
[1] getproperty(x::Type, f::Symbol)
@ Base ./Base.jl:37
[2] #s11#8
@ ~/.julia/packages/AxisArrays/IFpjG/src/core.jl:244 [inlined]
The error is from this apparently deprecated use of nt.names:
I'll made a PR, but I am a bit concerned about the long delays in the existing PRs, e.g., from @johnnychen94. He has even volunteered to help with maintenance here in one of his PRs but no reply in a month. I realize the package developers are probably super busy because they have created so many terrific packages.
So how about enabling some others to help and spread the work around? I'm also willing to help.
The text was updated successfully, but these errors were encountered:
It is a little bit unpleasant with this package not receiving any basic maintenance when it is not working well in Julia 1.7. I understand that people here are busy so I kindly request a write permission to this repo so that I can bring it back to track.
I'm getting a warning and an error on a nightly build:
The error is from this apparently deprecated use of
nt.names
:AxisArrays.jl/src/core.jl
Line 244 in 9b91d54
The warning is due to this apparently deprecated use of
kw.data
:AxisArrays.jl/src/core.jl
Line 243 in 9b91d54
Probably related to this:
JuliaLang/julia#39448
I'll made a PR, but I am a bit concerned about the long delays in the existing PRs, e.g., from @johnnychen94. He has even volunteered to help with maintenance here in one of his PRs but no reply in a month. I realize the package developers are probably super busy because they have created so many terrific packages.
So how about enabling some others to help and spread the work around? I'm also willing to help.
The text was updated successfully, but these errors were encountered: