Gabriel Joel Mitchell
Gabriel Joel Mitchell
Currently in calls to `join` the `fillvalue` must match the eltype of the arrays that are being joined. If an arbitrary `fillvalue` type were allowed and some kind of eltype...
Currently `join` dispatches on the typed positional arguments `As::AxisArray{T,N,D,Ax}...`. Every array must have the same parameters for this to be called. With ``` A = AxisArray(1:3,1:3) B = AxisArray(0. +...
I would like to suggest that it is an "issue" that timestamps are constrained to be `Vector{D
This may be a bit pie in the sky, but I am wondering if there might be interest in the addition of a type "dual" to `TimeArray` that encodes whole...