Revision history for PMLTQ
1.0.1
- Released: 2015-12-17 15:09:11 UTC
[DOCUMENTATION]
- Add documentation for config file and commands
[STATISTICS]
- code churn: 2 files changed, 204 insertions(+), 13 deletions(-)
1.0.0
- Released: 2015-12-04 13:59:01 UTC
[API CHANGES]
- Added new command system that is replacing old shell scripts
- Commands support YAML configuration, by default it's loading pmltq.yml
in current directory
- Added init command `pmltq init schema.xml` which will initialize
treebank configuration based on schema
- Removed Oracle support
[BUG FIXES]
- Fixed invalid use of Treex::PML::Factory->createList
- Fixed loading user-defined relations with the same name but different
PML schema
[DOCUMENTATION]
- Added TravisCI and Coveralls badge
[ENHANCEMENTS]
- Fixed sql errors when dropping tables
- Added TravisCI testing
[STATISTICS]
- code churn: 265 files changed, 13898 insertions(+), 9028 deletions(-)
0.8.3
- Released: 2014-11-05 11:12:31 UTC
[BUG FIXES]
- Remove buggy pmltq_http (replaced by pmltq-server)
[DOCUMENTATION]
- Improved documentation of PMLTQ::Loader
[ENHANCEMENTS]
- Add Loader to load ours and user defined relations
- Move static files to share directory
[STATISTICS]
- code churn: 50 files changed, 3267 insertions(+), 3581 deletions(-)
0.8.2
- Released: 2014-09-10 12:00:06 UTC
[BUG FIXES]
- Removed forgotten use of Devel::StackTrace
[STATISTICS]
- code churn: 1 file changed, 1 insertion(+), 1 deletion(-)
0.8.1
- Released: 2014-09-10 11:40:34 UTC
[BUG FIXES]
- Fix missing dependecies
[STATISTICS]
- code churn: 2 files changed, 6 insertions(+), 1 deletion(-)
0.8.0
- Released: 2014-09-03 18:22:11 UTC
- First refactored release
[ENHANCEMENTS]
- namespace changed from Tree_Query to PMLTQ
- btred iterators refactored and moved to separate files
[STATISTICS]
- code churn: 54 files changed, 739 insertions(+), 2362 deletions(-)
0.7.10
- Last release before refactoring