Skip to content

Releases: bwagner5/ds

v0.1.3

06 Jul 17:36
03bffd4
Compare
Choose a tag to compare

License under MIT

DS v0.1.2

22 Oct 21:32
Compare
Choose a tag to compare

Fix a bug where ds crashes on an empty file as input, it now outputs 0's for all summary stats.

ds v0.1.1

16 Oct 17:50
Compare
Choose a tag to compare

Fix bug with single number bucket datasets like: 1 or 1,1

ds v0.1.0

14 Oct 23:01
Compare
Choose a tag to compare

This is the first release of ds (datasets). It can currently compute some summary statistics when given a file full of numbers.

ds can also be used as a go package to work with datasets in your code.