summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-04-22 17:06:41 +0000
committeraarne <aarne@chalmers.se>2010-04-22 17:06:41 +0000
commit9c844dd7f2554d701d4323b902207ff3749a5e34 (patch)
treec16c830736435558f901b8f449b6830251b1c693
parent918190f4cd57391abcad0e38b13b2e261960f65c (diff)
release notes for 3.1.6
-rw-r--r--download/release-3.1.6.txt58
1 files changed, 58 insertions, 0 deletions
diff --git a/download/release-3.1.6.txt b/download/release-3.1.6.txt
new file mode 100644
index 000000000..c8263ffbb
--- /dev/null
+++ b/download/release-3.1.6.txt
@@ -0,0 +1,58 @@
+GF Version 3.1.6 Release Notes
+
+
+
+=Installation=
+
+The binaries now work out of the box for each platform and support
+completions (file names and parsing), because readline has been
+changed to haskeline.
+
+To compile from source, GHC 6.12 is now required. But GHC is not needed
+if the binary executables are used.
+
+Binaries (``.gfo`` and ``.pgf`` files) compiled with GF 3.1 are incompatible
+with 3.1.6 and must either be removed; alternatively, the ``-src`` flag can be
+used when compiling.
+
+Notice the new place to send bug reports (see GF's welcome message)!
+
+
+=New features=
+
+Grammar language
+- increased support for dependent types (see ``SUMO``,
+ ``category-theory`` and ``nqueens`` in ``examples``)
+
+
+Shell commands and options (see ``help`` in GF for more information)
+- ``eb``: example-based grammar file conversion
+ (see ``examples/animals/QuestionI.gf``)
+- ``vd = visualize_dependency``: show dependency tree
+- ``vp = visualize_parse``: show parse tree
+- ``gr, gt, mq, tq``: use a seed tree with metavariables
+- ``gr, p, tq``: use ``-probs=FILE`` to bias or rank generated trees
+- ``dg``: hide modules when printing dependency graph
+
+
+Libraries
+- Urdu completed
+- Turkish morphology completed
+
+
+Examples
+- SUMO
+- category-theory
+- phrasebook
+- nqueens
+
+
+Internal
+- single PMCFG format for both linearization and parsing
+- use of Haskeline for completion - more portable than Readline
+- unicode support from Haskell 6.12 instead of home-made coding
+
+
+
+
+