Releases: imcf/imcf-fiji-mocks
Releases · imcf/imcf-fiji-mocks
v0.3.0
v0.2.1
v0.2.0
New
- Added an actual
ij.IJ
class (instead of simply mocking it asNone
) having arun()
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 famousIJ.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
v0.1.1
To create a virtualenv based on this release, use:
REL="0.1.1"
URL_PFX="https://github.com/imcf/imcf-fiji-mocks/releases/download/v$REL"
pip install --upgrade \
$URL_PFX/imcf_fiji_mocks-0.1.1-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
v0.1.0
To create a virtualenv based on this release, use:
REL="0.1.0"
URL_PFX="https://github.com/imcf/imcf-fiji-mocks/releases/download/v$REL"
pip install --upgrade \
$URL_PFX/imcf_fiji_mocks-$REL-py3-none-any.whl \
$URL_PFX/micrometa-15.2.2-py3-none-any.whl \
$URL_PFX/sjlogging-0.1.0-py3-none-any.whl \
pdoc \
olefile \
pip
# for generating docs via pdoc:
pip install pdoc
2023-02-22
To create a virtualenv based on this release, use:
URL_PFX="https://github.com/imcf/imcf-fiji-pdoc-mocks/releases/download/2023-02-22"
pip install --upgrade \
$URL_PFX/inra-0.1.1-py3-none-any.whl \
$URL_PFX/java-0.1.0-py3-none-any.whl \
$URL_PFX/loci-0.1.1-py3-none-any.whl \
$URL_PFX/ij-0.1.19-py3-none-any.whl \
$URL_PFX/micrometa-15.2.2-py3-none-any.whl \
$URL_PFX/sjlogging-0.1.0-py3-none-any.whl \
pdoc \
olefile \
pip```