- Replaced `setup.py` with `pyproject.toml` - added pre-commit hooks for `isort` & `black` and applied formatting to all files
0.7.7
- drop support for python 3.7 and 3.8 - decrease logging verbosity for successful runs
0.7.6
- adds license and other metadata to setup.py, thanks to drhagen
0.7.5
* Adds a notebook containing a short tutorial to use fides for general purpose optimization. * Slims logging output such that it nicely fits into a single line in jupyter notebooks * Refactors a trust region radius updating * Fixes a bug in the convergence check for absolute/relative function tolerance
0.7.4
* Fixes affine scaling for bounded problem. ***This fixes a critical bug introduced in 0.7.2, updating is strongly recommended***