Oliver Borchert

Results 28 issues of 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:...

:sparkles: enhancement

# 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...

awaiting review
maintenance

# 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...

awaiting review
breaking

# 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....

in progress
maintenance

# 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...

awaiting review
fix

# 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...

awaiting review
fix

# 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...

awaiting review
fix

The `Int128` datatype currently can't be converted between Rust and Python.