Releases
20
mlojek
released this
02 Mar 20:31
Move Mann-Whitney U test from __main__
to utils.stat_test
.
Separate Mann-Whitney U test function from tabulating function.
Add second tutorial notebook about making custom objective functions and optimizers.
Allow for plotting box plots without the outliers.
Change ObjectiveFunction
to store all metadata as member, remove get_metadata
method.
Overload slicing in PointList
class.
Display values below tolerance threshold as tolerance value threshold, allow to override this rule with --raw_values
flag.
Use deepcopy in bounds handling to avoid points being modified in place.
Move common pylint disables to pyproject.toml
.
Add formatter for pyproject.toml
.
Add titles to plots containing type of plot and name of the function.
Tilt x labels in box plots by 45 degrees so that they don't overlap.
Add functionality to CLI tool to select entires with --entries
argument.
You can’t perform that action at this time.