Skip to content

Releases: LanguageMachines/timbl

v6.9

21 Oct 16:23
Compare
Choose a tag to compare
  • better code: const correctness etc.

v6.8.2

22 Feb 15:36
Compare
Choose a tag to compare

[Ko van der Sloot]

  • plugged a memory leak
  • C++ code quality improved
  • removed dependency on deprecated sprintf function
  • removed dependency on libtar

v6.8.1

04 Jan 16:36
Compare
Choose a tag to compare

Ko van der Sloot]

  • fix for some odd distro issues
  • for now re-added 2 backward compatibility functions

v6.8

02 Jan 14:31
Compare
Choose a tag to compare

[Ko van der Sloot]

  • major code refactoring
    • BREAKS API and ABI
    • library bumped
    • getting rid of a lot of pointers and C-style arrays
    • removed C-style casts
    • Unicode is the default now for most functions. Some 'string' functions
      are still available in the API.
    • In general modernizing to C++11
    • weeded out CppCheck warnings
  • improved GitHub action

v6.7

22 Jul 09:34
Compare
Choose a tag to compare

[Maarten van Gompel]

  • updated metadata (codemeta.json) following new (proposed) CLARIAH requirements (CLARIAH/clariah-plus#38)
  • added builds-deps.sh for automatically building and installing dependencies
  • added Dockerfile and instructions
  • no functional changes

v6.6

15 Dec 13:50
Compare
Choose a tag to compare
  • Internally we use NFC normalized UnicodeString's now.
    Timbl should be robust for UTF8 files, even exotic languages.
  • added some Unicode fuctions to the API
  • bumped library version
  • several code refactorings
  • added the possibility to use the options -f and -i, without -t

v6.5

15 Apr 08:24
Compare
Choose a tag to compare
  • adapted to the newest TiCC::CommandLine implementation
  • small code refactorings

v6.4.14

21 Oct 11:06
Compare
Choose a tag to compare
  • added JSON support. Still EXPERIMENTAL!
    the JSON syntax might change in the future. So handle with care.
  • confidence score calculation is now a real TimblExperiment member
  • removed Boost dependency.

v6.4.13

28 Nov 10:18
Compare
Choose a tag to compare
  • added a '--limit' option to use only the most significant features.

v6.4.12

16 May 13:40
Compare
Choose a tag to compare

[Ko van der Sloot]
Bugfix release:

  • updated usage(). Info on -G 2 option was wrong.
  • changed an error message to be more clear.
  • fixed building of the TeX documentation

[Maarten van Gompel]

  • Added codemeta.json metadata