Skip to content

Version 1.0.0 release!

Compare
Choose a tag to compare
@rcoreilly rcoreilly released this 30 Dec 09:32
· 367 commits to master since this 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).