There is a new version of generateDS.py -- version 2.23a.

There are quite a few fixes to the unit tests.  Thanks to Clayton
Daley for most of that.

There is also one small fix to generateDS.py that eliminates
generation of a call to a validation method when it should not have
been happening.

See the notes below from the README for more details on changes
since the last release.

You can find it here:

- Python Package Index -- http://pypi.python.org/pypi/generateDS/
- Source Forge -- http://sourceforge.net/projects/generateds/
- Bitbucket -- For those of you who prefer using Mercurial, there is
  also a Mercurial repository at Bitbucket:
  https://bitbucket.org/dkuhlman/generateds

If you have comments, suggestions, or problems, please send them
along.  The email list is here:
https://lists.sourceforge.net/lists/listinfo/generateds-users

Dave

# =========================================================

Version 2.23a (09/14/2016)

- Integrated Clayton Daley's fixes to the unit tests.  Thanks much,
  Clayton.
- Clayton's fixes to the unit tests uncovered several errors that
  had been masked and hidden.  Fixed those errors, for example: (1)
  eliminated generation of erroneous call to validation method; (2)
  added catalog file.

Version 2.22c (04/26/2016)

- Fixes to generation of validation methods for xs:date, xs:time,
  and xs:dateTime simpleType.  Thanks to Andrii Iudin for reporting
  this and for suggesting a solution.
- Added additional unit tests for validations of xs:date, xs:time,
  and xs:dateTime simpleType.

Version 2.22b (04/20/2016)

- Fixed endless recursion that occurred while attempting to replace
  attribute group names.  Thanks to Bing Wang for reporting this and
  for identifying and providing the XML schema that reproduced it.
- Fixed failure to clean up names containing special characters in
  function generateBuildStandard_1.  This error was uncovered
  when generating code from Bing Wang's schema.  Thanks again Bing.

# =========================================================
-- 

Dave Kuhlman
http://www.davekuhlman.org

------------------------------------------------------------------------------
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to