Sandro Huber
Sandro Huber
Hi, it seems the returned object of `getFinalBestSolution` can't be used in `explainScore`. You can reproduce this behavior by running this snippet: ```python import time import optapy import optapy.config import...
This is much more descriptive and easier to understand. Introduce with `4.0`, deprecate unsafe. Then with `5.0` remove deprecation.
make use of groups?
- allow to pick sorting by license or package name - if by license, show a bit nicer (indents and spaces) - add features mentioned in #101 to extend for...
Don't allow to add ignored packages, for which the license is in the safe list. The safe list has priority. This should result in an error and a corresponding message.
It might be ok to let people run the `check` command without needing to create a `pyproject.toml`. Then the check will just always fail. Then it would probably be best...
Should only allow `safe_licenses` and `unsafe_packages`, else return error.
This should be a global option for all commands `--verbose` or `-v`.