JuliaArrays / AxisArrays.jl

Performant arrays where each dimension can have a named axis with values
http://JuliaArrays.github.io/AxisArrays.jl/latest/
Other
200 stars 41 forks source link

Tag a new release? #166

Closed nickrobinson251 closed 5 years ago

nickrobinson251 commented 5 years ago

Would it be possible to tag a new release please?

Specifically, I am hoping #163 will fix an issue I am seeing :)

nickrobinson251 commented 5 years ago

For reference the error I see, and which I hope #163 will fix, is

axisdim(::Type{AxisArrays.AxisArray{Float64,3,Array{Float64,3},Tuple{AxisArrays.Axis{:ax1,Array{DateOffsets.StaticOffset,1}},AxisArrays.Axis{:ax2,Array{AnchoredInterval{-1 hour,ZonedDateTime},1}},AxisArrays.Axis{:ax3,Array{String,1}}}}}, ::Type{AxisArrays.Axis{:ax1,T} where T})
The applicable method may be too new: running in world age 31693, while current world is 85484.
Closest candidates are:
  axisdim(::Type{AxisArrays.AxisArray{T,N,D,Ax}}, ::Type{#s1106} where #s1106<:(AxisArrays.Axis{name,S} where S)) where {T, N, D, Ax, name} at /root/.julia/packages/AxisArrays/G6pZY/src/core.jl:281 (method too new to be called from this world context.)
  axisdim(!Matched::AxisArrays.AxisArray, ::Type{Ax<:AxisArrays.Axis}) where Ax<:AxisArrays.Axis at /root/.julia/packages/AxisArrays/G6pZY/src/core.jl:275
#s1106#7(::Any, ::Any, ::Any, ::Any) at /root/.julia/packages/AxisArrays/G6pZY/src/core.jl:275
(::Core.GeneratedFunctionStub)(::Any, ::Vararg{Any,N} where N) at ./boot.jl:506

(Julia v1.0.4, AxisArrays v0.3)

[EDIT: Yep, this is fixed for me on master :)]

c42f commented 5 years ago

Agreed. I'm bumping the version in #167 and then I think we can create a new release.

c42f commented 5 years ago

I've reviewed the changes since 0.3.0 and I think we're in good shape for a patch release, so here goes:

@JuliaRegistrator register()

JuliaRegistrator commented 5 years ago

Registration pull request created: JuliaRegistries/General/2768

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" 7d55ab1868d64575eba67f80eddf7c1b9824e47e
git push origin v0.3.1