Skip to content

Releases: SBU-BMI/wsinfer-zoo

Version 0.6.3 for Zenodo DOI

07 Jul 15:39
02bc45b
Compare
Choose a tag to compare

The main purpose of this release is to notify Zenodo and to get a DOI.

What's Changed

  • Fix/issue 8 and use future annotations syntaxes by @kaczmarj in #9

Full Changelog: v0.6.1...v0.6.3

Version 0.6.2

15 Sep 18:23
02bc45b
Compare
Choose a tag to compare

This release contains a bugfix where downloading the model zoo JSON file might not succeed.

What's Changed

  • Fix/issue 8 and use future annotations syntaxes by @kaczmarj in #9

Full Changelog: v0.6.1...v0.6.2

Version 0.6.1

12 Aug 17:11
Compare
Choose a tag to compare

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

14 Jul 15:01
7435271
Compare
Choose a tag to compare

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

14 Jul 15:00
Compare
Choose a tag to compare
v0.5.0

wsinfer-zoo version 0.5.0

v0.4.0

22 Jun 13:44
Compare
Choose a tag to compare

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

  • ENH: host registry json file on huggingface instead of github by @kaczmarj in #5

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

v0.3.0

21 Jun 21:45
0f62e0d
Compare
Choose a tag to compare

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

01 Jun 18:14
Compare
Choose a tag to compare

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

24 May 22:14
Compare
Choose a tag to compare

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.