Releases: harmonydata/harmony
Releases · harmonydata/harmony
v1.0.0
Add match_instruments
functionality so that Harmony web API will now return matching items from catalogues such as UKLLC, Mental Health Catalogue
Updated PDF extraction to use Scikit-Learn instead of spaCy
Upgraded to Pydantic V2 (thanks to @op-cls)
Add integration function create_instrument_from_list
so that user can import to web UI from Python (documentation here: https://harmonydata.ac.uk/integrating-with-harmony/ ) :
from harmony import create_instrument_from_list, import_instrument_into_harmony_web
instrument = load_instrument_from_list(["Do you currently smoke or have you ever smoked?", "[Do you currently use] nicotine replacement therapy?"])
web_url = import_instrument_into_harmony_web(instrument)
print (web_url)
v0.5.2
Return topic strengths (harmonydata/app#13)
Return Python package version from API harmonydata/harmonyapi#3 harmonydata/app#12
v0.5.1
v0.5.0
v0.4.0
v0.3.0-alpha
Merge branch 'main' of https://github.com/harmonydata/harmony
Test release to Pypi (2)
v0.2.0-alpha Update __init__.py
Test release to Pypi
v0.1.0-beta catch no transformers