Skip to content

Releases: ElderResearch/eriplots-python

Version 0.2.0

08 Jan 14:37
0.2.0
f15b929

Choose a tag to compare

Added

  • (DEV) Added a release checklist.
  • Optional WebP figure exports when Pillow is installed with WebP
    support; request with formats=("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

25 Apr 19:09
0.1.3
ef3594f

Choose a tag to compare

Changed

  • Added __iter()__ methods to AxesArray1D and AxesArray2D to
    support type hinting with zip().
  • AxesArray.__getattr__() no longer warns when private properties
    are passed on to its underlying NumPy object. Examining an
    AxesArray1D in 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 cumulative max_opacity.