This repository has been archived by the owner on May 29, 2020. It is now read-only.
forked from parthatalukdar/junto
-
Notifications
You must be signed in to change notification settings - Fork 5
Changelog
Jason Baldridge edited this page May 24, 2013
·
2 revisions
- Changed
upenn.junto._
tojunto._
- 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).
- general updates to newer versions of Scala and related software
- artifacts posted to Maven central
- 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"
- 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.
- Fixed mistaken references to "Fogbow" in build.
- Updated to SBT 0.11.0 (build system).
- Updated to Trove 3.0.1.
- Added Hadoop implementations of algorithms.
- Updated to SBT 0.10.1 (build system).
- Updated to Scala 2.9.1.
- Enabled Junto to be used as an API.
- Many classes simplified and ported to Scala.
- Changed from Ant to SBT build system.
- Initial release.