Version 1.0.0 release!
Everything is now sufficiently feature-complete and well-tested to warrant a 1.0.0 release.
One recent change was removing the final bool arg from etable.Table.WriteCSVRow
-- existing code will need to update to remove that (format was optimized to remove the _D: _H: prefixes -- header is always first row).