- Introduce a maximal depth for computation logs - Allows for limiting the depth of the computation log chain
35.8.6
Technical changes
- Removes the automatic documentation build check - It has been proven difficult to maintain, specifically due _dependency hell_ and a very contrived build workflow.
35.8.5
Technical changes
- Fix pylint dependency in fresh editable installations - Ignore pytest requirement, used to collect test cases, if it is not yet installed.
35.8.4
Technical changes
- Correct some type hints and docstrings.
35.8.3
Technical changes
- Fix the build for Anaconda in CI. The conda build failed on master because of a replacement in a comment string. - The _ were removed in the comment to avoid a replace.