Releases: ElderResearch/eriplots-python
Releases · ElderResearch/eriplots-python
Version 0.2.0
Added
- (DEV) Added a release checklist.
- Optional WebP figure exports when Pillow is installed with WebP
support; request withformats=("webp", ...).
Changed
- Changed the "presentation" profile to use 18pt text
- Ensue the user's requested format is present in
save_figures()if
they have not explicitly set the export formats.
Version 0.1.3
Changed
- Added
__iter()__methods toAxesArray1DandAxesArray2Dto
support type hinting withzip(). AxesArray.__getattr__()no longer warns when private properties
are passed on to its underlying NumPy object. Examining an
AxesArray1Din Jupyter led to a casacade of warnings.- (DEV) Added isort rules to Ruff
Added
alpha(n, max_opacity=0.85)computes layer opacities such that
n layers stack with a cumulativemax_opacity.