File: ChangeLog

package info (click to toggle)
ferari 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 124 kB
  • ctags: 122
  • sloc: python: 1,110; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
0.2.0
 - Bug fixes
0.1.0:
 - Now have roughly O(n log n) process for building graph instead
   of the brute force O(n^2) process
0.0.2:
 - Minor update to remove zeros from abstract syntax
   and to use unary relations (number of nonzeros)
   as well as binary relations
0.0.1:
 - First edition of FEarari