Amara
=================

Version 0.9.4 (2005-02-01)
--------------------------

* Add binderytools.type_inference rule which automatically converts XML
  nodes to native Python objects such as int, float and datetime
* Improve threading and signal behavior of pushdom and pushbind
* Add support for attributes() method on nodes.
  Can now call Ft.Xml.Domlette.PrettyPrint on bindery nodes
* Add lazy attributes support by default.  
  amara.binderytools.preserve_attribute_details rule now obsolete
  XPath always supports attribute access, now
* rename prefixes node property to xmlns_prefixes 
* Update demos and tests
* Add CherryPy demo (CherryPy rocks: http://www.cherrypy.org/)
* Bug fixes

Version 0.9.3 (2005-01-22)
--------------------------

* Removed some cruft code, apparently leading to a huge speedup in bindery and pushbind
* binderytools.pushdom now returns elements rather than subtree root nodes
* Added ns:* form of match to patterns support
* Added many docstrings
* More demos and tests
* Bug fixes

Version 0.9.2 (2005-01-12)
--------------------------

* Use local names rather than QNames for default bindings
* Add attribute support to XPath
* Add amara.binderytools.preserve_attribute_details rule
* Reorg and fix demos and tests
* Add Flextyper DTLL implementation
* Add binderytools.pushbind
* Add parsing functions binderytools.bind_string, binderytools.bind_stream

Version 0.9.1 (2004-12-30)
--------------------------

* Fixed embarrassing misinterpretation of
  sax.handler.feature_namespace_prefixes
  Now Namespace prefixes work fine with or without PyXML installed
* Add saxtools.namespace_mixin utility class
* Clean up bindery.document_base name attributes
* Add bindery.element_base.xml_remove_child and .xml_index_on_parent--methods for easier removal of children
* tenorsax was useless due to accidental late mangling before 0.9.0 release.  Fixed.
* Use tenorsax fully in Scimitar.
  Scimitar is now a complete ISO schematron implementation in about 500 lines
  of Python code (including the skeletons for code generation)

Version 0.9.0 (2004-12-19)
--------------------------

Initial release, merging in Anobind, Scimitar and domtools.py


