Skip to content

Releases: imcf/imcf-fiji-mocks

v0.9.0

26 Mar 16:34
cf6ba2b
Compare
Choose a tag to compare

Packaging fixes only.

Full Changelog: v0.8.0...v0.9.0

v0.8.0

26 Mar 16:10
7440ad0
Compare
Choose a tag to compare

What's Changed

  • Add mocks to fit the latest python-imcflibs methods by @lguerard in #4

Full Changelog: v0.7.0...v0.8.0

v0.7.0

12 Mar 14:14
2edaf8f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

11 Mar 15:49
a8f02b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

11 Mar 11:03
35d2d55
Compare
Choose a tag to compare

New

Added mocks:

  • ch.epfl.biop

🎁 Available on PyPI 🎁

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 Feb 19:04
4dd8651
Compare
Choose a tag to compare

New

Added mocks:

  • java.lang.Long
  • fr.igred.omero

🎁 Available on PyPI 🎁

Full Changelog: v0.3.0...v0.4.0

v0.4.0.a1

11 Feb 17:46
04a498c
Compare
Choose a tag to compare
v0.4.0.a1 Pre-release
Pre-release
Add release-publish GHA workflow

v0.3.0

19 Nov 22:43
6194bcc
Compare
Choose a tag to compare

New

Added mocks:

  • fiji.plugin.trackmate (quite a bunch)
  • java.lang.Double

🎁 Available on PyPI 🎁

v0.2.1

14 Nov 10:51
3d953e6
Compare
Choose a tag to compare

New

Some more mocks:

  • loci.formats.MetadataTools
  • ij.plugin.Concatenator
  • ij.process.StackStatistics

v0.2.0

05 Mar 15:39
Compare
Choose a tag to compare

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