New Features as of version 1.04 Added Python module prettyopal which *DOES NOT* require XMPY: It allows you to print out Python dictionaries as OpalTables without needing any XMPY (or M2kInter) or any other weird dependencies. Note that we already *HAVE* this capability in C++ (opalprint.h). Moved to OpenContainers 1.6.3: the OpenContainers now supports -Wall (and -Wextra). By default the tests in the test area now all use -Wall. C++: All code now works with -Wall, and the default Makefiles all use the -Wall option. You can turn it on or off as you wish: * If you do a lot of array stuff, you may want to keep it off: -Wall annoyingly flags a lot of loops like for (int ii=0; ii