- change to MIT license

- thread local image reader instances
- add keywords and categories
- add python dependencies
- README
This commit is contained in:
Wim Pomp
2025-02-17 19:53:34 +01:00
parent e5c6361086
commit 2247a994be
8 changed files with 243 additions and 727 deletions

View File

@@ -968,7 +968,7 @@ class Imread(np.lib.mixins.NDArrayOperatorsMixin, ABC):
@staticmethod
def kill_vm() -> None:
JVM().kill_vm()
pass
def new(self, *args: Any, **kwargs: Any) -> View:
warnings.warn('Imread.new has been deprecated, use Imread.view instead.', DeprecationWarning, 2)