Skip to content

Releases: proycon/colibri-core

v2.5.9

03 Jul 10:00
Compare
Choose a tag to compare

[Ko van der Sloot]

  • Major code cleanup: range-based for loops, override statement, convert most stream pointers to references, more const parameters

[Maarten van Gompel]

  • cleanup: remove last traces of python2 support, refactored exceptions
  • Set up wheel building

This release does not provide a shared library; use static linking instead.

v2.5.8

29 Jun 15:57
Compare
Choose a tag to compare
  • Python setup.py no longer attempts to build colibri core C++ library, must be done in a manual step before.
  • Set up continuous integration and wheel building
  • Python test fix

v2.5.7

29 Jun 11:43
Compare
Choose a tag to compare

[Maarten van Gompel]

  • Fixed long option parsing
  • Fixed column length mismatch in TSV header/data output
  • Fixed a build problem
  • Updated installation instructions

[Ko van der Sloot]

  • Significant cleanup of the code
  • Updated for newer autoconfig versions

v2.5.6

22 Jul 18:59
Compare
Choose a tag to compare

[Maarten van Gompel]

[Ko van der Sloot]

  • Code cleanup
    • added some exceptions for unwanted cases detected by scan-build
    • out-dommented DOFLEXFROMCOOC and cached_DOFLEXFROMCOOC variables, they seem useless
    • removed unused assignments

v2.5.5

16 Apr 18:46
Compare
Choose a tag to compare

Thanks to @kosloot, various warnings on clang were fixed in this minor release.

v2.5.4

10 Apr 18:16
Compare
Choose a tag to compare

Implemented the ability to prune subsumed n-grams (retaining only the longer non-subsumed versions). Introduces a new PRUNESUBSUMED variable for PatternModelOptions.
Note: This is an aggressive form of pruning that should also work for unordered models, matching is based on types rather than individual tokens (all subsumed types are pruned).

v2.5.3

09 Apr 09:39
Compare
Choose a tag to compare

Bugfix release: Certain options from PatternModelOptions were not available to the python binding yet.

v2.5.2

20 Feb 11:20
Compare
Choose a tag to compare

Bugfix release: Pattern size and category constraints were not working for several methods (getcooc/getleftcooc/getrightcooc/getleftneighbours/getrightneighbours) #44

v2.5.1

09 Sep 16:10
Compare
Choose a tag to compare

Very minor update release:

  • Updated codemeta metadata
  • Added ClassEncoder.find()

v2.5.0

07 Dec 16:19
Compare
Choose a tag to compare

Better handling of large patterns, PatternPointer size descriptor is now 64 bits (fixes #42) at cost of a small increase in memory consumption in various computations.

(The experimental and relatively unused PatternPointerModels are not backwards compatible, contact me if this is a problem)