Skip to content

GSL Shell 2.3.6

Latest
Compare
Choose a tag to compare
@franko franko released this 14 Apr 17:47
· 10 commits to master since this release

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