-------------------------- * Fix invalid sparse dimensions while dropping fixed variables * Rename equality to fixed constraints for clarity * Restore current working directory on failure * Fix conversion of 1x1 NumPy arrays to scalars
1.5.0
--------------------------- * Fix memory leak in C interface (cache-breaking change) * Modernise C interface (cache-breaking change) * Drop Python 2.7 support as it is EOL * Fix installs on non-default homebrew paths * Use homebrew prefix for fallback paths on macOS * Switch to semantic versioning
1.4
------------------------- * Add guidelines for seeking support * Improve documentation
1.3
------------------------ * Use human-readable problem properties (breaking change) * Check v is/isn't None for hess and sphess * Add types to problem method docstrings * Add guidelines for contributors * Simplify CUTEst installation * Add CUTEst docker install option * Improve documentation
1.2
------------------------- * Use setuptools instead of distutils * Remove deprecated NumPy calls * Improve macOS support * Update documentation
1.1
------------------------- * Automatically add PYCUTEST_CACHE to PYTHONPATH at runtime (simplifies installation)