$Id: Swish-release-notes.txt,v 1.2 2004/02/11 18:07:40 graham Exp $ Swish release notes ------------------- Version 0.2.1, February 2004: + added consolidated test harness. This version does not yet compile with GHC 6,2 because of a bug in the handling of the -main-is option. + Modified Notation 3 parser to allow the final statement terminating '.' in a file or formula to be omitted. + Modified Notation 3 formatter to suppress final statement-terminating '.' in a formula, for compatibility with the current Notation3 syntax. (Also, added formatter test case for nested formulae.) + Modified Notation 3 formatter to suppress space in @prefix declarations, for compatibility with the current Notation3 syntax, and Jena. + Added GraphPartition module, and used this to create capability in Swish to report differences between RDF graphs. + Moved generic modules to a separate directory. + Started work on a new URI parser using Parsec. The basic parser works, but the code is not yet fully developed, and is not yet used by Swish. + Started work on a POpen module for Win32. This only partially works in this release, and is not yet used by Swish. Version 0.2.0, December 2003: Inference framework implemented, including proof framework, simple graph query and substitution, datatype-aware inference, and simple inference scripting capability. Version 0.1, June 2003: Initial version with Notation3 parser, Notation3 output, graph compare, graph merging and command-line utility providing these capabilities. ---------------------------------------------------------------------- $Log: Swish-release-notes.txt,v $ Revision 1.2 2004/02/11 18:07:40 graham Update for Swish 0.2.1 Revision 1.1 2004/01/09 14:37:07 graham Add release notes to Swish files.