Skip to content

Releases: fluhus/gostuff

v1.2.0

18 Mar 21:55
Compare
Choose a tag to compare

Main changes:

  • New prefixtree package
  • Upgrade to go 1.24

List of commits

v1.1

04 Mar 00:21
Compare
Choose a tag to compare

Some new functions and documentation improvements.

Main changes:

  • Added the bits package for manipulating bit arrays
  • Added new functions to snm and iterx
  • Added BFS and DFS to graphs
  • Improved error messages and documentation

List of commits

v1.0

22 Nov 20:52
Compare
Choose a tag to compare

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 .. v1.0

v0.6

18 Nov 19:21
Compare
Choose a tag to compare

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 and hll.

Change log: v0.5.0 -> v0.6.0

v0.3

20 Nov 13:17
Compare
Choose a tag to compare

Full Changelog: v0.2...v0.3

v0.2.1

24 Oct 11:38
Compare
Choose a tag to compare
Update go.mod

v0.1.14

30 Aug 03:03
Compare
Choose a tag to compare
Add fuzz test to minhash

v0.1.1

04 Apr 09:54
Compare
Choose a tag to compare
Make slice functions generated in csvdec

v0.1.0

25 Mar 13:48
Compare
Choose a tag to compare

Initial release to support go modules.