- Fixed ordering of parameters when using `FisherBarFigure.plot`
0.7.1
Fixed
- Refactored plotting to reduce code complexity
0.7.0
Added
- Added README to PyPI release
Changed
- Updated docstrings
0.6.6
Fixed
- Fixed bug with parsing of `contour_levels_2d` in `FisherFigure2D`
0.6.5
Fixed
- Fixed bug in parsing of `key` argument to `sort` method of `FisherMatrix`; when `key` was set to a list of names, it did not work correctly - Fixed bug in `FisherBaseFigure` which resulted in a `KeyError` occasionally being raised in the CI
Changed
- Updated docstrings
0.6.4
Added
- Added `fiducial`, `set_fiducial`, `latex_name`, and `set_latex_name` methods to `FisherMatrix`