Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • pystencils pystencils
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pycodegen
  • pystencilspystencils
  • Merge requests
  • !264

Clean up and Bug Fixes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Markus Holzer requested to merge holzer/pystencils:Fixes into master Oct 15, 2021
  • Overview 2
  • Commits 23
  • Pipelines 23
  • Changes 27

Fixes #38 (closed)

Further changes:

  • 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
Edited Oct 25, 2021 by Markus Holzer
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: Fixes