Skip to content

Bug and deprecation fixes

Compare
Choose a tag to compare
@iamed2 iamed2 released this 06 Feb 18:32
· 60 commits to master since this release
Moved axisnames earlier in core.jl (#132)

In order to include AxisArrays in system images we needed to move the
`axisnames` definitions earlier in the core.jl file. This appears to be an issue
with generated functions and system images. In this case, we're calling the
generated similar function which reference axisdim outside of the quote block, which
then referenced the axisnames methods defined later in the file.