Releases: davidavdav/NamedArrays.jl
Import Not from InvertedIndices
We now import Not
from InvertedIndices.jl, so that the names do not need to clash for people importing both packages.
Further some work in progress in migrating to the new packaging system
Remove stray debugging print statement
This should remove some strangely appearing terminal clutter when BroadcastStyle
is dispatched.
Dealing with missing in names
This release fixes #73 needed for FreqTable.jl
Compatibility with julia-0.7 and julia-1.0
Thanks to the efforts of @diegozea this package is now ready to be used with Julia 0.7 and 1.0.
Prettier printing and more
I don't know what the github releases mean. You should install through Julia's Pkg.update()
infrastructure.
Module
Few more improvements since v0.2, and now for the fist time a module.
Module and repository are now called NamedArrays.
Version 0.2
Implemented pretty-printing using show() and display(), split code over multiple files, faster indexing, negative indexing, almost all vectorized functions, some aggregate functions.
v0.1
First announcement on julia-users
Basic indexing, most of the AbstractArray methods working by default, re-naming must still be implemented.