scyjava icon indicating copy to clipboard operation
scyjava copied to clipboard

⚡ Supercharged Java access from Python ⚡

Results 15 scyjava issues
Sort by recently updated
recently updated
newest added

https://github.com/astral-sh/ruff Would obviate the need for flake8, flake8-pyproject, flake8-typing-imports, isort, black, ...

enhancement

Then, before scyjava initializes the JVM, it can scrape the site-packages for those manifest files, aggregate all the declared Maven coordinates, and add them to the endpoint declaration before building...

Python 3.7 will reach end-of-life [in June](https://devguide.python.org/versions/). With that in mind, we should bump the minimum Python version to 3.8. When doing so, we might want to grep for any...

enhancement

Hi! while working on this https://github.com/BIOP/ijp-atlas/issues/7#issuecomment-2619511900, I got stuck when i tried to get a [`java.net.imglib2.display.RealARGBColorConverter`](https://github.com/imglib/imglib2/blob/176c0f26dc7527d79c5b44e29071b8967fbcb84b/src/main/java/net/imglib2/display/RealARGBColorConverter.java) object built with [`net.imglib2.display.RealARGBColorConverterFactory`](https://github.com/imglib/imglib2/blob/176c0f26dc7527d79c5b44e29071b8967fbcb84b/src/main/java/net/imglib2/display/RealARGBColorConverterFactory.java#L53). The factory uses [`net.imglib2.loops.ClassCopyProvider`](https://javadoc.scijava.org/ImgLib2/net/imglib2/loops/ClassCopyProvider.html), which internally instantiate the objects with...

As reported [downstream in PyImageJ](https://github.com/imagej/pyimagej/issues/278#issuecomment-2508087482), scyjava sets the `m2_repo` to `~/.m2/repository` by default. Although you can override it using `scyjava.config.set_m2_repo`, the upstream jgo library has a function `jgo.m2_path` which does...