Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Changelog

Jason Baldridge edited this page May 24, 2013 · 2 revisions

v 1.6.0

  • Changed upenn.junto._ to junto._
  • Added junto.JuntoContext, which has functions for making it easier to interact with graphs and pull out results after running label propagation.
  • Added prepositional phrase attachment test.
  • Added some helpers for creating graphs with nodes of different types, e.g. junto.config.VertexName.
  • Now using Scallop for command-line parsing (instead of Argot).

v 1.5

  • general updates to newer versions of Scala and related software
  • artifacts posted to Maven central

v 1.2.3

  • Updated to SBT 0.11.2.
  • Updated to Akka 2.0.3
  • Updated other dependencies (trove, argot)
  • minor change to build setup - now use bin/build rather than "junto build"

v 1.2.2

  • Updated to SBT 0.11.1.
  • Added preliminary actor-based implementation of MAD.
  • Ported Graph and Vertex classes to Scala. Reduced hash table lookups. Precompute Mii normalization values.
  • Ported algorithms to Scala, and changed from static/object methods to classes with simple class hierarchy for LP algorithms. Removed QC algorithm in prep for more changes to API.
  • Ported Vertex to Scala and simplified, updated other classes that use it.
  • Moved classes in junto.type to junto.util because "type" is a reserved word in Scala.

v 1.2.1

  • Fixed mistaken references to "Fogbow" in build.
  • Updated to SBT 0.11.0 (build system).
  • Updated to Trove 3.0.1.

v 1.2.0

  • Added Hadoop implementations of algorithms.
  • Updated to SBT 0.10.1 (build system).
  • Updated to Scala 2.9.1.

v 1.1

  • Enabled Junto to be used as an API.
  • Many classes simplified and ported to Scala.
  • Changed from Ant to SBT build system.

v 1.0

  • Initial release.
Clone this wiki locally