Releases: fluhus/gostuff
Releases · fluhus/gostuff
v1.2.0
v1.1
Some new functions and documentation improvements.
Main changes:
- Added the
bits
package for manipulating bit arrays - Added new functions to
snm
anditerx
- 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
,flagx
andhll
.
Change log: v0.5.0 -> v0.6.0
v0.3
Full Changelog: v0.2...v0.3