Skip to content

Releases: davidavdav/NamedArrays.jl

Import Not from InvertedIndices

09 Jun 10:30
Compare
Choose a tag to compare

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

30 Nov 09:11
Compare
Choose a tag to compare

This should remove some strangely appearing terminal clutter when BroadcastStyle is dispatched.

Dealing with missing in names

05 Sep 11:22
Compare
Choose a tag to compare

This release fixes #73 needed for FreqTable.jl

Compatibility with julia-0.7 and julia-1.0

30 Aug 13:52
Compare
Choose a tag to compare

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

01 May 18:30
Compare
Choose a tag to compare

I don't know what the github releases mean. You should install through Julia's Pkg.update() infrastructure.

Module

01 Dec 00:36
Compare
Choose a tag to compare

Few more improvements since v0.2, and now for the fist time a module.

Module and repository are now called NamedArrays.

Version 0.2

28 Nov 00:00
Compare
Choose a tag to compare

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

12 Nov 00:08
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

First announcement on julia-users

Basic indexing, most of the AbstractArray methods working by default, re-naming must still be implemented.