-
Notifications
You must be signed in to change notification settings - Fork 52
/
CHANGES
49 lines (37 loc) · 1.29 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
v 1.2.3
-------
- Updated to SBT 0.11.2. (Baldridge)
- Updated to Akka 2.0.3 (Baldridge)
- Updated other dependencies (trove, argot) (Baldridge)
- minor change to build setup - now use bin/build rather than "junto build" (Baldridge)
v 1.2.2
-------
- Updated to SBT 0.11.1. (Baldridge)
- Added preliminary actor-based implementation of MAD. (Baldridge)
- Ported Graph and Vertex classes to Scala. Reduced hash table
lookups. Precompute Mii normalization values. (Baldridge)
- 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. (Baldridge)
- Ported Vertex to Scala and simplified, updated other classes that
use it. (Baldridge)
- Moved classes in junto.type to junto.util because "type" is a
reserved word in Scala. (Baldridge)
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.