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.
Third party warnings are suppressed now as they just polluted the warning summary in pystencils.
Removing the math optimisations as they are not used in pystencils. An Issue is created to reintroduce them again in a clean way in the future
Removing the joblib workaround as joblib is a hard dependency of pystencils
Fixing SymPy 1.9 as maximum version
Removing sympy.multiply_elementwise due to https://github.com/sympy/sympy/issues/22353. A workaround with NumPy is introduced which seems to be way more robust because NumPy has a more static API
Introducing more extra requires, which are needed to have all features of pystencils
Minor cleanup of some test cases and the datahandling