Skip to content

Releases: d-krupke/AlgBench

v2.4.1: Bugfix`

04 Apr 16:33
Compare
Choose a tag to compare

Fixes apply when path ends with /

v2.4.0

14 Nov 12:28
Compare
Choose a tag to compare
FIX: Checked path did not exactly match created path.

v2.3.0

19 Oct 15:23
7678060
Compare
Choose a tag to compare

Files are now automatically split into smaller files such that the risk of decompressing a huge data file is reduced.

v2.2.2

13 Sep 10:53
Compare
Choose a tag to compare

Fixing bug with Jypterlab, which does not have __main__.__file__ defined.

Allowing to filter in ``read_as_pandas``

13 Jul 16:46
Compare
Choose a tag to compare

This allows to skip bad entries, without having to use the inefficient delete_if.

v2.1.0

07 Jul 16:59
Compare
Choose a tag to compare

More extensive configuration options for stdout/stderr capturing.

v2.0.2

01 Jul 20:32
Compare
Choose a tag to compare

Creating a clean version for PyPI

v2.0.1

01 Jul 20:23
Compare
Choose a tag to compare

Just fixing CI/Packaging stuff...

v2.0.0b

01 Jul 20:17
Compare
Choose a tag to compare

Just fixes the pyproject.toml which still pointed to the README.md but we changed to rst for sphinx.

v2.0.0

01 Jul 20:11
Compare
Choose a tag to compare

For gaining deeper insights into the performance of your algorithm (without a profiler), it is a good idea to use logging.
The new version of AlgBench now automatically saves print outputs with runtime, and added support for capturing loggers of the logging framework which is a much better option than to just print your logs. With this addition, you can gain deep insights into you algorithms with only small extra costs.