Skip to content

Releases: emer/etable

important multi-column sorting fix, plotting fixes

17 Jan 12:29
Compare
Choose a tag to compare

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

03 Sep 07:44
Compare
Choose a tag to compare

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

22 Nov 12:29
Compare
Choose a tag to compare

Full support for etable <-> Python syncing.

Several fixes for eplot plots, table views, etc

19 Sep 07:59
Compare
Choose a tag to compare

Also various fixes for python usage.

Fixes to TableView for selection, display with no rows

23 Aug 19:56
Compare
Choose a tag to compare

Latest GoGi release with concurrency fixes throughout

16 May 12:21
Compare
Choose a tag to compare

Many fixes to prevent issues when multiple threads access same memory.

Version 1.0.2: updated to GoGi 1.0 release

08 Apr 09:54
Compare
Choose a tag to compare

GoGi GUI framework now stable.

moved mat32 to separate repository

16 Mar 02:20
Compare
Choose a tag to compare

no other major changes.

Version 1.0.0 release!

30 Dec 09:32
Compare
Choose a tag to compare

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

12 Jun 10:23
Compare
Choose a tag to compare

Basic aggregation, filtering, sorting, IdxView and Splits views all in place and tested in emergent code. eplot and etview working well for visualizing data.