Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2014-06-18 21:51:27 +0400
committerJohn Langford <jl@hunch.net>2014-06-18 21:51:27 +0400
commitb2b702ceced1d21989afb7fce6c5f81804aaed7b (patch)
treedf669efc1cad288bd33e4592f4a0b7d219af0257
parent1cdb9674a0a03bddab40680f34bc79280b050fc5 (diff)
update to version 7.77.7
-rw-r--r--Makefile.am16
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 36de77e0..669dab09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,36 +24,40 @@ noinst_HEADERS = vowpalwabbit/accumulate.h \
vowpalwabbit/cache.h \
vowpalwabbit/cb.h \
vowpalwabbit/cb_algs.h \
+ vowpalwabbit/cbify.h \
+ vowpalwabbit/comp_io.h \
vowpalwabbit/constant.h \
vowpalwabbit/cost_sensitive.h \
vowpalwabbit/csoaa.h \
vowpalwabbit/ect.h \
vowpalwabbit/gd.h \
vowpalwabbit/gd_mf.h \
- vowpalwabbit/mf.h \
- vowpalwabbit/memory.h \
vowpalwabbit/lda_core.h \
vowpalwabbit/log_multi.h \
vowpalwabbit/lrq.h \
+ vowpalwabbit/memory.h \
+ vowpalwabbit/mf.h \
+ vowpalwabbit/multiclass.h \
vowpalwabbit/network.h \
vowpalwabbit/nn.h \
vowpalwabbit/noop.h \
- vowpalwabbit/print.h \
- vowpalwabbit/multiclass.h \
vowpalwabbit/oaa.h \
vowpalwabbit/parse_args.h \
vowpalwabbit/parse_example.h \
vowpalwabbit/parse_regressor.h \
- vowpalwabbit/reductions.h \
+ vowpalwabbit/print.h \
vowpalwabbit/rand48.h \
+ vowpalwabbit/reductions.h \
vowpalwabbit/scorer.h \
vowpalwabbit/searn.h \
vowpalwabbit/searn_sequencetask.h \
vowpalwabbit/searn_entityrelationtask.h \
vowpalwabbit/sender.h \
+ vowpalwabbit/stagewise_poly.h \
vowpalwabbit/topk.h \
vowpalwabbit/unique_sort.h \
- vowpalwabbit/v_hashmap.h
+ vowpalwabbit/v_hashmap.h \
+ vowpalwabbit/wap.h
ACLOCAL_AMFLAGS = -I acinclude.d
diff --git a/configure.ac b/configure.ac
index b85999e8..e63d2a63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([vowpal_wabbit], [7.6.1], [jl@hunch.net])
+AC_INIT([vowpal_wabbit], [7.7], [jl@hunch.net])
AC_DEFINE([PACKAGE_URL],["https://github.com/JohnLangford/vowpal_wabbit"],[project url])
AM_CONFIG_HEADER(vowpalwabbit/config.h)
AM_INIT_AUTOMAKE()