- Added CAMB to list of external interfaces
- Added
ClassyGalaxyCountsDerivative
class to CLASS interfaces - Added
CambCMBDerivative
class to CAMB interfaces
- Added
set_label_params
andset_tick_params
methods toFisherBarFigure
- Added option for
names
value inFisherMatrix.rename
to be an instance ofP
- Updated docstrings
- Fixed typo in
__init__.py
file
- Changed documentation template so inherited methods are not duplicated
- Renamed
_FisherBaseFigure
toFisherBaseFigure
- Renamed
_FisherMultipleAxesFigure
toFisherMultipleAxesFigure
- Updated documentation so it's more compatible with ReST
- Fixed shading of contours when calling
plot
method ofFisherFigure
s
- Fixed plotting order when calling
FisherBarFigure
methods withkind='barh'
- Added
use_pinv
kwarg toFisherDerivative.fisher_matrix
andFisherMatrix.inverse
methods (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
config
member ofClassyBaseDerivative
a 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
, andurls
members toFisherDerivative
- Removed
__software_name__
,__url__
,__version__
, and__maintainers__
members ofCoffeMultipolesDerivative
- Added
pydocstyle
package to dev dependencies
- Updated docstrings
- Added
reparametrize_symbolic
method toFisherMatrix
for performing symbolic reparametrizations (using SymPy under the hood) - Added SymPy to main dependencies
- Added
P
class for specifying Fisher parameters - added
from_parameters
method toFisherMatrix
- Removed
name
,fiducial
, andlatex_name
members fromD
, and replaced them withparameter
instead - 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_2d
inFisherFigure2D
- Fixed bug in parsing of
key
argument tosort
method ofFisherMatrix
; whenkey
was set to a list of names, it did not work correctly - Fixed bug in
FisherBaseFigure
which resulted in aKeyError
occasionally being raised in the CI
- Updated docstrings
- Added
fiducial
,set_fiducial
,latex_name
, andset_latex_name
methods toFisherMatrix
- Fixed parsing of
options
kwarg toFisherBaseFigure
- Replaced
**kwargs
offisher_matrix
method bykwargs_signal
andkwargs_covariance
- Updated examples
- Added
contour_levels_1d
andcontour_levels_2d
toFisherFigure2D
- added
FisherBarFigure
class for bar-like plotting of constraints - added
mark_fiducials
kwarg toFisherFigure1D
andFisherFigure2D
- Renamed modules:
fisher_derivative
toderivatives
fisher_matrix
totensors
fisher_plotter
tographics
fisher_utils
toutilities
fisher_operations
tooperations
- Updated docstrings