v0.3.0
fix some deprecations (#106) * update ind(min|max) to arg(min|max) * update uninitialized to undef * fix using A.B deprecation warning for non-modules * use Compat instead of VERSION-dancing * contains(haystack, needle) -> occursin(needle, haystack) * STDERR -> stderr