Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@ehrenfeu ehrenfeu released this 05 Mar 15:39
· 1 commit to main since this release

New

  • Added an actual ij.IJ class (instead of simply mocking it as None) having a run() method that will issue a log message with the parameters handed over, to allow for pytest and caplog setups to (pseudo) test code that issues the famous IJ.run() calls.

Usage

To create a virtualenv based on this release, use:

REL="0.2.0"
URL_PFX="https://github.com/imcf/imcf-fiji-mocks/releases/download/v$REL"

pip install --upgrade \
    $URL_PFX/imcf_fiji_mocks-0.2.0-py2.py3-none-any.whl \
    $URL_PFX/micrometa-15.2.2-py2.py3-none-any.whl \
    $URL_PFX/sjlogging-0.5.2-py2.py3-none-any.whl \
    olefile \
    pip

# for generating docs via pdoc:
pip install pdoc