Skip to content

V0.0.7b33 - 2020-05-19

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 02:03
· 41 commits to develop since this release
1bc1576

V0.0.7b33 - 2020-05-19

Fixes

  • Add missing return type annotation to MaskXXX operators, this shouldallow combining multiple definition instances together. (#223)

Docs

  • Updated the arlunio-image directive to output a warning during a Sphinx buildif a given image fails to render. (#227)

Standard Library

  • Reorganised the standard library the shapes, patterns and operators modules havebeen merged into a single arlunio.lib.mask module. The parameters module hasalso been renamed to math. (#227)

  • Moved the "expression" based code out of core into the arlunio.lib.math module.

    New arlunio.lib.image module. This contains the image code that was originallypart of "core" arlunio. (#228)

Misc

  • Fix reference to flake8 in .pre-commit-config.yaml. Changed virtualenvname from .dev to .env (#227)