- Added CAMB to list of external interfaces
- Added
ClassyGalaxyCountsDerivativeclass to CLASS interfaces - Added
CambCMBDerivativeclass to CAMB interfaces
- Added
set_label_paramsandset_tick_paramsmethods toFisherBarFigure - Added option for
namesvalue inFisherMatrix.renameto be an instance ofP - Updated docstrings
- Fixed typo in
__init__.pyfile
- Changed documentation template so inherited methods are not duplicated
- Renamed
_FisherBaseFiguretoFisherBaseFigure - Renamed
_FisherMultipleAxesFiguretoFisherMultipleAxesFigure - Updated documentation so it's more compatible with ReST
- Fixed shading of contours when calling
plotmethod ofFisherFigures
- Fixed plotting order when calling
FisherBarFiguremethods withkind='barh'
- Added
use_pinvkwarg toFisherDerivative.fisher_matrixandFisherMatrix.inversemethods (as well as any associated methods that indirectly use those) for using the Moore-Penrose pseudoinverse
- Fixed prefactor for covariance of CLASS CMB interface
- Improved docstrings for "Quickstart" section
- Improved docstrings for CLASS interfaces
- Made
configmember ofClassyBaseDerivativea read-only property
- No changes, the previous release to PyPI contained extra files
- Added CLASS interface for CMB quantities
- Added COFFE interface for redshift-averaged multipoles
- Added ability to use evolution bias in
CoffeMultipolesBiasDerivative - Added ability to install third-party interfaces (COFFE and CLASS) via pip
- Added "Quickstart" section and info about installing interfaces
- Added
software_names,version,authors, andurlsmembers toFisherDerivative
- Removed
__software_name__,__url__,__version__, and__maintainers__members ofCoffeMultipolesDerivative
- Added
pydocstylepackage to dev dependencies
- Updated docstrings
- Added
reparametrize_symbolicmethod toFisherMatrixfor performing symbolic reparametrizations (using SymPy under the hood) - Added SymPy to main dependencies
- Added
Pclass for specifying Fisher parameters - added
from_parametersmethod toFisherMatrix
- Removed
name,fiducial, andlatex_namemembers fromD, and replaced them withparameterinstead - Updated docstrings
- Fixed ordering of parameters when using
FisherBarFigure.plot
- Refactored plotting to reduce code complexity
- Added README to PyPI release
- Updated docstrings
- Fixed bug with parsing of
contour_levels_2dinFisherFigure2D
- Fixed bug in parsing of
keyargument tosortmethod ofFisherMatrix; whenkeywas set to a list of names, it did not work correctly - Fixed bug in
FisherBaseFigurewhich resulted in aKeyErroroccasionally being raised in the CI
- Updated docstrings
- Added
fiducial,set_fiducial,latex_name, andset_latex_namemethods toFisherMatrix
- Fixed parsing of
optionskwarg toFisherBaseFigure
- Replaced
**kwargsoffisher_matrixmethod bykwargs_signalandkwargs_covariance - Updated examples
- Added
contour_levels_1dandcontour_levels_2dtoFisherFigure2D
- added
FisherBarFigureclass for bar-like plotting of constraints - added
mark_fiducialskwarg toFisherFigure1DandFisherFigure2D
- Renamed modules:
fisher_derivativetoderivativesfisher_matrixtotensorsfisher_plottertographicsfisher_utilstoutilitiesfisher_operationstooperations
- Updated docstrings