Releases: LanguageMachines/timbl
Releases · LanguageMachines/timbl
v6.11
11 Dec 11:40
Compare
Sorry, something went wrong.
No results found
added a --prune option: #13
updated Github actions
v6.10
16 Dec 12:59
Compare
Sorry, something went wrong.
No results found
C++17 is required
updated to latest ticcutils
improved GitHub CI
code quality
v6.9
21 Oct 16:23
Compare
Sorry, something went wrong.
No results found
better code: const correctness etc.
v6.8.2
22 Feb 15:36
Compare
Sorry, something went wrong.
No results found
[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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
[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
Sorry, something went wrong.
No results found
[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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
adapted to the newest TiCC::CommandLine implementation
small code refactorings
v6.4.14
21 Oct 11:06
Compare
Sorry, something went wrong.
No results found
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.