Skip to content

Task Spooler 2 Release

Latest
Compare
Choose a tag to compare
@justanhduc justanhduc released this 15 Mar 07:47
· 11 commits to master since this release

Release Notes

This release contains many new features and bug fixes.
All users are recommended to upgrade to the latest version.

New features

  • GPU and CPU branches are unified (#16). From now on, the default version is the GPU one and the cpu-only branch is deprecated. See installation for more details on installing the CPU version.
  • Added JSON and tab-separated serialization formats via -M/--serialization [format] (#25, #27 and #14).
  • Added a Github Workflow to test installation on some of the supported environments (#23).
  • Command is appended to the log file.
  • More readable and to-the-point README (#26).
  • Improved installation scripts for CMake and Makefile (17d6895, 9fa30a8, 41b1803, and c787e48).
  • Removed deprecated functions (6c6456d).

Bug fixes and stability enhancements

  • Fixed an overflow bug when command is long (#24).
  • Fixed memory leaks (d804e1e, 9496b91).
  • Fixed overflow bugs (#37)
  • Handled the situation in which GPU cannot be queried (#34).
  • Removed duplicated free (d38ae4a).
  • Fixed a bug in JSON serialization (4df1dee).