Revision history for PMLTQ
3.0.2
- Released: 2019-06-17 05:37:41 UTC
[BUG FIXES]
- fix user defined relations in PMLTQ::TypeMapper
[STATISTICS]
- code churn: 6 files changed, 29 insertions(+), 21 deletions(-)
3.0.1
- Released: 2019-01-29 06:23:15 UTC
[BUG FIXES]
- move PML2BASE to independent cpan module PMLTQ::PML2BASE
3.0.0
- Released: 2019-01-28 15:50:11 UTC
[API CHANGES]
- move PML2BASE to independent cpan module PMLTQ::PML2BASE
[STATISTICS]
- code churn: 3 files changed, 105 insertions(+), 1 deletion(-)
2.0.2
- Released: 2019-01-10 10:18:09 UTC
2.0.1
- Released: 2019-01-10 07:42:19 UTC
2.0.0
- Released: 2019-01-07 16:20:36 UTC
[API CHANGES]
- move commands to independent cpan module PMLTQ::Commands
[STATISTICS]
- code churn: 1 file changed, 1 insertion(+), 1 deletion(-)
1.5.0
- Released: 2018-12-07 09:21:28 UTC
[BUG FIXES]
- fix utf8 data loading
[ENHANCEMENTS]
- Added history logging option to pmltq cli
[STATISTICS]
- code churn: 21 files changed, 907 insertions(+), 72 deletions(-)
1.4.0
- Released: 2017-06-26 09:15:20 UTC
[ENHANCEMENTS]
- PML-TQ CLI client works with new API - added webtreebank command for
listing treebanks and getting their configuration file with public
accessible info - added configuration command for getting current
settings
[STATISTICS]
- code churn: 7 files changed, 235 insertions(+), 24 deletions(-)
1.3.2
- Released: 2017-06-15 08:55:30 UTC
[STATISTICS]
- code churn: 157 files changed, 8695 insertions(+), 16 deletions(-)
1.3.1
- Released: 2016-06-28 12:50:19 UTC
[BUG FIXES]
- Fix wrong dependency (List::Util)
[DOCUMENTATION]
- Added commands documentation
[STATISTICS]
- code churn: 7 files changed, 253 insertions(+), 33 deletions(-)
1.3.0
- Released: 2016-05-24 19:01:53 UTC
[ENHANCEMENTS]
- added treebank publishing through PMLTQ::Server REST API
[STATISTICS]
- code churn: 12 files changed, 380 insertions(+), 9 deletions(-)
1.2.3
- Released: 2016-04-10 20:21:02 UTC
[BUG FIXES]
- fixing wrong dependencies
- fixing undefined functions
[STATISTICS]
- code churn: 3 files changed, 19 insertions(+), 1 deletion(-)
1.2.2
- Released: 2016-02-12 09:03:27 UTC
[BUG FIXES]
- fixing building script
[STATISTICS]
- code churn: 2 files changed, 3 insertions(+), 2 deletions(-)
1.2.1
- Released: 2016-02-09 20:57:58 UTC
[BUG FIXES]
- fixing required Sys::SigAction installation under Windows
[STATISTICS]
- code churn: 3 files changed, 9 insertions(+), 3 deletions(-)
1.2.0
- Released: 2016-02-05 20:40:08 UTC
[ENHANCEMENTS]
- Fixing installing many dependencies which are used only for development
[STATISTICS]
- code churn: 225 files changed, 10467 insertions(+), 10462 deletions(-)
1.1.0
- Released: 2015-12-29 15:26:05 UTC
[BUG FIXES]
- Fixing path resolution
- Fix endline in version command
[DOCUMENTATION]
- Fix several POD errors and add POD testing
[ENHANCEMENTS]
- Hack conversion of Lingua::Interset::FeatureStructure
[STATISTICS]
- code churn: 11 files changed, 40 insertions(+), 8 deletions(-)
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