Skip to content

Releases: gaissmai/bart

Release v0.12.8

29 Aug 14:01
Compare
Choose a tag to compare

minor improvements in Table initialisation

Release v0.12.7

28 Aug 20:16
Compare
Choose a tag to compare

internal renaming and further code simplification

Release v0.12.6

26 Aug 15:19
Compare
Choose a tag to compare
  • Bump github.com/bits-and-blooms/bitset from 1.14.1 to 1.14.2
  • simplify base index functions

Release v0.12.5

25 Aug 13:32
Compare
Choose a tag to compare
  • bump imported bitset to latest version
  • refactor table initialization
  • one more overlaps improvement

Release v0.12.4

22 Aug 11:40
Compare
Choose a tag to compare
  • code refactoring
  • more linting
  • minor speed improvements for Overlaps

Release v0.12.3

18 Aug 10:03
Compare
Choose a tag to compare

bump required go version to 1.22 after the release of go 1.23, support the last 2 stable releases

Release v0.12.2

30 Jul 22:04
Compare
Choose a tag to compare

really remove upper half of pre-calculated allot table

Release v0.12.1

30 Jul 18:06
Compare
Choose a tag to compare

Cloner interface added, enables a deep copy of complex values in Clone() and Union()

Relase v0.12.0

23 Jul 19:35
Compare
Choose a tag to compare

All* returns an iterator instead of being an iterator.
Make the use of range-over-func in go1.23 consistent for this library.

Release v0.11.4

22 Jul 20:17
Compare
Choose a tag to compare
  • prepare for go1.23 with range-over-funcs
  • add examples
  • minimize preallocated allotment table