Releases: fluhus/gostuff
Releases · fluhus/gostuff
v1.4.0
v1.3.0
Lots of changes!
New stuff:
- Package
csvxreplacescsvdecfor streamlined csv decoding - Package
reservoirfor reservoir sampling - New
gnumfunctions:ExpMeanfor calculating exponential meanQuantiles,NQuantilesfor fetching a slice's quantiles (median, quartiles, deciles, etc)LogFactorialfor efficient factorial calculations
- New
jiofunctionReadAsstreamlines creating a new value from JSON - New
setsfunctionsSorted*for using sorted slices as sets - New
snm.QueuefunctionSeqiterates over the queue's elements - Deprecated
iterx'sSliceandISlice
Improvements:
- Optimized string building in bnry
- Cleaned up Rand-Index calculation logic
v1.2.0
v1.1
Some new functions and documentation improvements.
Main changes:
- Added the
bitspackage for manipulating bit arrays - Added new functions to
snmanditerx - Added BFS and DFS to
graphs - Improved error messages and documentation
v1.0
API updates and removal of deprecated code. Hurray!
Main changes:
- Add graphs package
- Remove nlock package
- Remove old versions of:
- csvdec
- hll
- ppln
- Remove deprecated functions
- Change jio function names
- Merge buz64 and buz32
v0.6
Last release for v0. The next release will be a cleaned up v1.
Main changes:
- Improved compression handling in
aio. - Added Queue, CapMap and Enumerator to
snm. - Added
csvdec/v3. - Deprecated
nlock. - New features in
iterx,flagxandhll.
Change log: v0.5.0 -> v0.6.0
v0.3
Full Changelog: v0.2...v0.3