imagej / napari-imagej

Use ImageJ functionality from napari
https://napari-imagej.readthedocs.io
BSD 2-Clause "Simplified" License
25 stars 4 forks source link

Remove usages of isjava #270

Closed ctrueden closed 1 year ago

ctrueden commented 1 year ago

And bump minimum scyjava version to 1.9.1.

As of scyjava 1.9.1, the work from scijava/scyjava#60 is integrated, meaning such defensive checks around conversion are no longer necessary.

This reverts commit 85f0d5c42659a326d0ce96c7b5534d7c8c4a5d2c, titled "Work around jpype convert limitation", and closes #220.

It also removes some other usages of isjava, which are also not needed.