github franko/gsl-shell v2.3.6
GSL Shell 2.3.6

14 months ago

This release fix a problem introduced recently with the gdt's interpolation function.

There are also some improvements:

  • the gdt.append method will now add new columns to the table if required
  • gdt.new and gdt.alloc will works with empty arguments to create a zero size table

These changes works together to enable a new working pattern with tables: they can be initially created without any columns, just empty, and the columns are automatically added as needed when using the gdt.append method.

Another improvement is that the application can now run on machines where the graphics module is not able to initialize.
In this case GSL Shell will run but the "graph" module will be not available.

Other improvements introduced by this release:

  • when printing a table on the screen the row number is no longer shown
  • better documentation for the gdt.hist function and add a "show" option

Don't miss a new gsl-shell release

NewReleases is sending notifications on new releases.