* let Homebrew's site-packages appear in sys.path before the shared
/Library site-packages
* rewrite references to the Cellar site-packages in-place instead of
re-adding the HOMEBREW_PREFIX site-packages
ClosesHomebrew/homebrew#28597. FixesHomebrew/homebrew#35763.
Updated Vowpal Wabbit to 7.10 and added tests
Changes in VW 7.8:
1. Learning to Search: Hal completely rewrote the learning to search
system, enough that the numbers here are looking obsolete. Kai-Wei has
also created several advanced applications for entity-relation and
dependency parsing which are promising.
2. Languages Hal also created a good python library, which includes
call-backs for learning to search. You can now develop advanced
structured prediction solutions in a nice language. Jonathan Morra also
contributed an initial Java interface.
3. Exploration The contextual bandit subsystem now allows evaluation of
an arbitrary policy, and an exploration library is now factored out
into an independent library (principally by Luong with help from Sid
and Sarah). This is critical for real applications because
randomization must happen at the point of decision.
4. Reductions The learning reductions subsystem has continued to
mature, although the perfectionist in me is still dissatisfied. As a
consequence, it’s now pretty easy to program new reductions, and the
efficiency of these reductions has generally improved. Several news
ones are cooking.
5. Online Learning Alekh added an online SVM implementation based on
LaSVM. This is known to parallelize well via the para-active approach.
Changes in VW 7.9:
Primarily updates to learning reductions modularity.
Changes in VW 7.10:
No significant changes from 7.9---primarily bugfixes.
ClosesHomebrew/homebrew#36910.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
* Replace single quotes with double quotes
* Remove obsolete require 'formula'
* Add test
ClosesHomebrew/homebrew#37007.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Update to latest stable release, set head to project's git repository,
use HTTPS links, update HEAD build procedure and require autotools,
remove `require "formula"`.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>