GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
Set up your build system with codegen activated and point CMake at the Python interpreter of your virtual environment:
```bash
mkdir build
cmake \
-B build \
-DWALBERLA_BUILD_WITH_PYTHON=1 \
-DWALBERLA_BUILD_WITH_CODEGEN=1 \
-DPython_EXECUTABLE=`pwd`/.venv/bin/python
```
And you're ready to go.
## Errors, Bugs, and Missing Features
As pystencils 2.0 is still under active development, you will notice that various features from pystencils 1.x
may now have brand-new bugs or be missing alltogether. We're working hard toward completing the feature set, so do not hesitate to report any bugs you find. Of course, bug fixes and feature contributions are also most welcome.