Skip to content

Releases: proycon/colibri-core

v2.3.0

11 Feb 15:51
Compare
Choose a tag to compare

Fixes issue #17

v2.2.0

10 Feb 11:58
Compare
Choose a tag to compare

Major fixes:issue #14, issue #15 and issue #16.

v2.1.2

14 Dec 12:59
Compare
Choose a tag to compare

Minor addition/fix: allow (de)serialisation of empty patterns

v2.1.1

07 Dec 15:37
Compare
Choose a tag to compare

Fixes a problem (missing file) in the packaging of v2.1.0 , no further changes

v2.1.0

04 Dec 16:24
Compare
Choose a tag to compare
  • Implemented more efficient algorithms for the search and extraction of pre-specified skipgrams and flexgrams (issue #9)
  • Added colibri-findpatterns script (issue #9)
  • Documentation and Python tutorial updated with a section on finding pre-specified patterns
  • Better flexgram support
  • Patternmodeller tool now as long options for everything to avoid confusion
  • Fixed getskipcontent (issue #10)
  • Minor fixes and improvements for Cython/Python

v2.0.4

27 Nov 11:43
Compare
Choose a tag to compare
  • Several fixes for Cython/Python, mostly regarding indexed models and the reverse index
  • Updated Python tutorial for v2

v2.0.3

25 Nov 21:16
Compare
Choose a tag to compare
  • Important memory corruption bugfix
  • Fixes for AlignmentModel
  • Added boundaryclass
  • Cython improvements

v2.0.0

08 Nov 20:55
Compare
Choose a tag to compare

Version 2.0 release of Colibri Core.

Main changes:

  • better class encoding (stronger compression, less memory)
  • internal use of pattern pointers during training (quicker, less memory)
  • pattern pointer models
  • fixes in skipgram computation
  • more extensive test suite

Data format changed from v1, but old formats can still be read by v2.

v1.0.1

18 Sep 15:20
Compare
Choose a tag to compare

First official stable release of Colibri Core, released for Colibri Core paper submission.