Releases: Nafees10/slowtable
Releases · Nafees10/slowtable
version 2.7.4
Compare
Sorry, something went wrong.
No results found
Changes:
Class.duration is now minutes in uint instead of Duration
version 2.7.3
Compare
Sorry, something went wrong.
No results found
Changes
Added duration_s to Class
version 2.7.2
Compare
Sorry, something went wrong.
No results found
Changes
Removed pick K among X,Y,Z from stcomb, it was buggy
Code cleanup
Separated out generic combinator
version 2.7.1
Compare
Sorry, something went wrong.
No results found
v2.7.1
Improved --help for stcomb
version 2.7.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
html.d (and sthtml) output HTML size is now considerably smaller. All styling has been moved to the HTML_STYLE.
version 2.6.1
Compare
Sorry, something went wrong.
No results found
stcomb can now handle (courseA OR courseB OR ...) AND ... type situations.
v2.6.0
Compare
Sorry, something went wrong.
No results found
Bug fix: basename is now used in multi call binary
Improvements to combinator, more generalized now, allowing for more flexible selections.
v2.5.0
Compare
Sorry, something went wrong.
No results found
Restructured project
library and CLI app different configurations
CLI app is a multi call library rather than subpackages for each tool..
v2.4.0
Compare
Sorry, something went wrong.
No results found
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