Oliver Borchert
Oliver Borchert
Currently, whenever a recipe specifies test files, these test files end up in the final conda package. For example, ```yaml source: path: ../ build: number: 0 noarch: python package: name:...
# Motivation Every time I touch the C++ code, I have to manually format it. This always feels annoying and it's impossible to ensure style consistency. To make it simpler...
# Motivation In our CI, we are still testing for old Python versions, namely Python 3.7 and Python 3.8. However: - Python 3.7 and Python 3.8 have both reached end...
# Motivation Running linters in this repository is always a little involved (one needs to execute a number of commands to actually run everything), leading to many (unexpected) CI failures....
# Motivation `mypy` currently fails with 36 errors in 6 files. One of these files is `plotting.py`. # Changes This PR fixes the typing issues in `plotting.py`, eliminating 1 error...
# Motivation `mypy` currently fails with 36 errors in 6 files. One of these files is `compat.py`. # Changes This PR fixes the typing issues in `compat.py`, eliminating 2 errors...
# Motivation `mypy` currently fails with 36 errors in 6 files. One of these files is `engine.py`. # Changes This PR fixes the typing issues in `engine.py`, eliminating 1 error...
The `Int128` datatype currently can't be converted between Rust and Python.