Skip to content

Commit

Permalink
6.8.1 NOT 6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Jan 4, 2023
1 parent 57b40fc commit c66b214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@type": "SoftwareSourceCode",
"identifier": "timbl",
"name": "TiMBL",
"version": "6.9",
"version": "6.8.1",
"description": "TiMBL is an open source software package implementing several memory-based learning algorithms, among which IB1-IG, an implementation of k-nearest neighbor classification with feature weighting suitable for symbolic feature spaces, and IGTree, a decision-tree approximation of IB1-IG. All implemented algorithms have in common that they store some representation of the training set explicitly in memory. During testing, new cases are classified by extrapolation from the most similar stored cases.",
"license": "https://spdx.org/licenses/GPL-3.0",
"url": "https://languagemachines.github.io/timbl",
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([timbl],[6.9],[[email protected]]) #also adapt in codemeta.json!
AC_INIT([timbl],[6.8.1],[[email protected]]) #also adapt in codemeta.json!
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([.])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit c66b214

Please sign in to comment.