Releases: emer/etable
important multi-column sorting fix, plotting fixes
This release fixes an important typo bug in etable.IdxView
SortCols
and SortStableCols
which were not working properly all the time as a result. This was used in plotting with a Legend column, and fixes that as well, along with the NegXDraw which was broken.
Thus, strongly recommend an upgrade to this release!
Good stable release
Contains various gui fixes and bug fixes -- should be a good stable release.
Updated to GoGi 1.1.0, includes pyet Python interface library / demo
Full support for etable <-> Python syncing.
Several fixes for eplot plots, table views, etc
Also various fixes for python usage.
Fixes to TableView for selection, display with no rows
v1.0.9 v1.0.9 release
Latest GoGi release with concurrency fixes throughout
Many fixes to prevent issues when multiple threads access same memory.
Version 1.0.2: updated to GoGi 1.0 release
GoGi GUI framework now stable.
moved mat32 to separate repository
no other major changes.
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).
Initial beta release
Basic aggregation, filtering, sorting, IdxView and Splits views all in place and tested in emergent code. eplot and etview working well for visualizing data.