Skip to content

Releases: ambaker1/ndlist

Version 0.8.1

20 May 17:50
4790c8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8...v0.8.1

Version 0.8

19 May 18:41
Compare
Choose a tag to compare

Object-oriented support for ND-arrays and also a tabular data structure similar to dictionaries.
Relies on vutil version 4.0 for the OOP framework.
File import and export and data conversion utilities also provided.
Not compatible with previous versions.

Version 0.7

23 Oct 20:19
62e7204
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6...v0.7

Version 0.6

20 Oct 20:17
e053718
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5...v0.6

Version 0.5

18 Oct 18:45
1101216
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4...v0.5

Version 0.4

16 Oct 00:39
80cc849
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4

Version 0.3.1

15 Oct 17:17
9fce62e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3...v0.3.1

Version 0.3

14 Oct 19:39
3910dca
Compare
Choose a tag to compare

Major rewrite.
Lots of new features.
No more ndlist objects, that will be for a future project.

Version 0.2.1

30 Sep 04:14
f3b55c3
Compare
Choose a tag to compare

What's Changed

  • Slight performance boost for SingleMap case by @ambaker1 in #3

Full Changelog: v0.2...v0.2.1

Version 0.2

28 Sep 19:49
6ea5ee4
Compare
Choose a tag to compare

No more "::ndlist::filler" variable. Added "nfill" command to fill blanks in ND lists with a value.
Also, "nrange" is now just "range". This was done to avoid confusion with functionality of Tcl "lrange" function.
Added doc examples as a separate file, and fixed typos/errors in documentation.