Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 15:36
· 591 commits to main since this release

v2.1.0 (2024-04-09)

Chore

  • update changelog template (46a79e5)

Ci

  • (pre-commit) merge pull request #18 from kmnhan/pre-commit-ci-update-config (7018fd3)

    [pre-commit.ci] pre-commit autoupdate

Documentation

  • improve io guide (28a2961)

  • add docstring for undocumented io functions (3583aad)

  • change directory structure, rename contributing guide (0b3d734)

  • update development documentation (38efae6)

  • update installation instructions to include conda-forge (c0ca81d)

Feature

  • (interactive) overhaul dtool (8e5ec38)

    Now supports interpolation, copying code, opening in imagetool, and 2D laplacian method.

  • (interactive) improve code generation (7cbe857)

    Automatically shortens code and allows literals in kwargs

  • (interactive) extend xImageItem, add right-click menu to open imagetool (2b5bb2d)

Fix

  • sign error in minimum gradient (c45be0c)

  • (analysis.image) normalize data for mingrad output for numerical stability (0fc3711)

Refactor

  • (io) validation now defaults to warning instead of raising an error (8867a07)

Style

  • sort imports with ruff (81efec9)

  • avoid trailing whitespace in changelog (aafc441)

Test

  • fix tests according to minimum gradient behaviour change (41290f2)

Unknown