Skip to content

3.0.0

Latest

Choose a tag to compare

@jacobwilliams jacobwilliams released this 19 Apr 15:52
· 2 commits to master since this release
079037c
  • Update and refinement of the bounds_mode option. There are now four options:
    • Ignore bounds (default)
    • Scalar
    • Vector
    • Wall
  • Added a new option norm_mode to specify how to compute the norm of the function vector to check for convergence. There are three options:
    • 2-norm (default)
    • infinity-norm
    • 1-norm
  • Updates to readme, docstrings, and tests.