Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

v0.5.1: Fix isna(::DataArray) deprecation (#252)

Compare
Choose a tag to compare
@ararslan ararslan released this 08 May 19:34
· 34 commits to master since this release
The deprecation wasn't used as the varargs isa(::DataArray, ::Real...) method
unexpectedly took precedence. It shouldn't apply when there are zero indices,
so change its signature to reflect this.

Get rid of the at-nsplat call which isn't needed here (and no longer used in
Julia Base).