Releases: SBU-BMI/wsinfer-zoo
Version 0.6.3 for Zenodo DOI
The main purpose of this release is to notify Zenodo and to get a DOI.
What's Changed
Full Changelog: v0.6.1...v0.6.3
Version 0.6.2
This release contains a bugfix where downloading the model zoo JSON file might not succeed.
What's Changed
Full Changelog: v0.6.1...v0.6.2
Version 0.6.1
This version is functionally identical to 0.6.0 but it was made to test the automated publication of wsinfer-zoo the PyPI.
Full Changelog: v0.6.0...v0.6.1
Version 0.6.0
What's Changed
- Use functools.lru_cache instead of functools.cache (for python 3.8) and add github actions CI by @kaczmarj in #7
Full Changelog: v0.5.0...v0.6.0
Version 0.5.0
v0.5.0 wsinfer-zoo version 0.5.0
v0.4.0
As of this release, the model zoo registry JSON file is hosted on HuggingFace, and the code has been updated to work with this new location. This release also modifies the command-line, so that wsinfer-zoo get
takes a required positional argument (not a named long option parameter).
What's Changed
Full Changelog: v0.3.0...v0.4.0
v0.3.0
This release introduces JSON schemas against which the registry JSON or model config files can be validated. It also includes validation commands via the CLI to validate whether huggingface repositories have the necessary things to be used by wsinfer and to validate model config files.
wsinfer-zoo validate-repo
wsinfer-zoo validate-config
What's Changed
- Add schema and expand command line program by @kaczmarj in #3
- ENH: set local path based on whether pyinstaller is running by @kaczmarj in #4
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Version 0.2.0 of the wsinfer zoo client includes the commands wsinfer_zoo ls
and wsinfer_zoo get
. The first lists the available models and the second pulls a model and its config. There is a JSON sidecar that lists all of the available models and their location on the HuggingFace Hub (https://github.com/SBU-BMI/wsinfer-zoo/blob/main/wsinfer-zoo-registry.json).
The binaries (in Assets) were built using PyInstaller and GitHub actions. The Windows build uses Window Server 2019 and the MacOS uses MacOS 11.
Alpha alpha alpha release version 0.1.0
This is the WSInfer Model Zoo. It makes it easier to query, download, and use the models that are part of WSInfer. It is also an important part of the QuPath+WSInfer integration, because it will tell QuPath, in no uncertain terms, where model weights are located and how to use them.