Releases: sio2project/sinol-make
Releases · sio2project/sinol-make
v1.4.2
What's Changed
- Fixes for python 3.7 and 3.8 by @MasloMaslane in #67
- Fix running with
time_limits
andmemory_limits
present in config by @MasloMaslane in #68
Full Changelog: v1.4.1...v1.4.2
sinol-make v1.4.1
What's Changed
- Add support for packages with library by @MasloMaslane in #64
Full Changelog: v1.4.0...v1.4.1
sinol-make v1.4.0
What's Changed
- Fix checking of checker output by @MasloMaslane in #65
- Input and output file generation command by @MasloMaslane in #63
Full Changelog: v1.3.1...v1.4.0
sinol-make v1.3.1
What's Changed
- Fix errors with executing solutions by @MasloMaslane in #60
- Change flags to be more Linux-style by @MasloMaslane in #58
- Always display both tables in run using new printing function by @MasloMaslane in #61
- Use printer in inwer by @MasloMaslane in #62
Full Changelog: v1.3.0...v1.3.1
sinol-make v1.3.0
What's Changed
- Add support for package with checker in
run
command by @MasloMaslane in #40 - Add a check whether output files are missing by @MasloMaslane in #55
Full Changelog: v1.2.2...v1.3.0
sinol-make v1.2.2
What's Changed
- Move to subprocess by @MasloMaslane in #52
- Run only compiled solutions by @MasloMaslane in #50
- Check for sinol-make updates when running by @MasloMaslane in #54
Full Changelog: v1.2.1...v1.2.2
sinol-make v1.2.1
What's Changed
- Redirect solutions' stderr to
/dev/null
by @MasloMaslane in #49 - Split points evenly when
scores
not defined inconfig.yml
by @MasloMaslane in #48
Full Changelog: v1.2.0...v1.2.1
sinol-make v1.2.0
What's Changed
run
output improvements by @MasloMaslane in #32- Add
inwer
command by @MasloMaslane in #34
Full Changelog: v1.1.2...v1.2.0
sinol-make v1.1.2
Compilation improvements (#38) * Print gcc output with colors * Add option to compile with weaker flags * Fix tests * Remove hasattr check * Bump version * Small refactor * Add test for --weak-compilation-flags * Fix fixtures * tmp fix, will be fixed in pr with checker/inwer
sinol-make v1.1.1
Lower Python required version to 3.7 (#39)