All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
This file is inspired by Keep a CHANGELOG
.
7.0.1 - 2018-11-21
- Compile error involving inappropriate use of
ssize_t
7.0.0 - 2018-11-21
- Changed name from
isri-ocr-evaluation-tools
toocreval
(#21)
6.1.2 - 2017-01-04
- Read in UTF-8 characters in
accsum
(#14)
6.1.1 - 2016-02-22
- No longer spuriously abort if inputs are longer than 65,536 characters (#10)
6.1.0 - 2016-01-01
make exports
which outputs shellexport
commands (to avoid global installation)
- More conventional directory layout (#4)
6.0.1 - 2016-01-04
- Bug in implementation of WB6
- Special case U+0020 SPACE ' ' as a graphic character
- Clang warnings
6.0.0 - 2016-01-04
- Word segmentation using Unicode word boundaries.
- Start following SemVer properly.
- All input and output is in UTF-8
- Fixes to handle non-BMP code points (code points beyond U+FFFF)
uni2asc
andasc2uni
(redundant due to change to UTF-8)
5.1.3 - 2015-11-15
- More idiomatic
make
build system
- Compiles on modern OS X and Ubuntu