Skip to content

Releases: Nafees10/slowtable

version 2.7.4

Choose a tag to compare

@Nafees10 Nafees10 released this 10 Aug 16:23

Changes:

  • Class.duration is now minutes in uint instead of Duration

version 2.7.3

Choose a tag to compare

@Nafees10 Nafees10 released this 10 Aug 10:25

Changes

  • Added duration_s to Class

version 2.7.2

Choose a tag to compare

@Nafees10 Nafees10 released this 10 Aug 09:28

Changes

  • Removed pick K among X,Y,Z from stcomb, it was buggy
  • Code cleanup
  • Separated out generic combinator

version 2.7.1

Choose a tag to compare

@Nafees10 Nafees10 released this 17 Jan 20:41
v2.7.1

Improved --help for stcomb

version 2.7.0

Choose a tag to compare

@Nafees10 Nafees10 released this 17 Jan 18:39

Improvements to stcomb.

Combinator now supports picking multiple from a given pool. I.e: pick K best from A,B,C.. where K>=1.

version 2.6.2

Choose a tag to compare

@Nafees10 Nafees10 released this 25 Aug 17:18

html.d (and sthtml) output HTML size is now considerably smaller. All styling has been moved to the HTML_STYLE.

version 2.6.1

Choose a tag to compare

@Nafees10 Nafees10 released this 09 Aug 16:23
  • stcomb can now handle (courseA OR courseB OR ...) AND ... type situations.

v2.6.0

Choose a tag to compare

@Nafees10 Nafees10 released this 27 Jul 17:10
  • Bug fix: basename is now used in multi call binary
  • Improvements to combinator, more generalized now, allowing for more flexible selections.

v2.5.0

Choose a tag to compare

@Nafees10 Nafees10 released this 01 Jul 08:33
  • Restructured project
  • library and CLI app different configurations
  • CLI app is a multi call library rather than subpackages for each tool..

v2.4.0

Choose a tag to compare

@Nafees10 Nafees10 released this 25 Jun 18:04

Changes

  • Redesigned scomb from ground up, uses a different algorithm now
  • stcomb no longer relies on brute force
  • Reduced memory usage of stcomb a lot (6 GB to 23 MB in one test)
  • stcomb runs much faster now (some tests took >12 minutes, now same tests finish in under a second)
  • Added stdelab