Harmonydata

Latest version: v1.0.3

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.0.3

What is new in this release:

The tool performs [clustering of question items](https://github.com/harmonydata/harmony/pull/70) both with k-means and by a deterministic algorithm (thanks Krithika!)

The Python library generates [crosswalks](https://github.com/harmonydata/harmony/pull/65)

There's a measure of instrument to instrument similarity

This is all updated in the [Walkthrough document](https://github.com/harmonydata/harmony/blob/main/Harmony_example_walkthrough.ipynb)

* We are allowing the user to turn on/off the [negation behaviour](https://github.com/harmonydata/harmony/issues/59)
* The tool has [batching](https://github.com/harmonydata/harmony/issues/63) added to cope with larger lists of instruments (thanks makrianast )

1.0.1

Update dependencies and fix to non-breaking versions (HuggingFace, Numpy, Lxml) - some third party dependencies had been updated and were breaking the install.

Also, we have just had three fantastic pull requests in the Python repository:

* Batch code courtesy of makrianast: [Allow batching of items when sent to LLM](https://github.com/harmonydata/harmony/pull/66) by Anastasia [original issue](https://github.com/harmonydata/harmony/issues/56)
* Strip prefixes code courtesy of abdullahwaqar [feat(utils): Add strip_prefixes function to remove common question prefix](https://github.com/harmonydata/harmony/pull/64) by Abdullah [original issue](https://github.com/harmonydata/harmony/issues/61)
* Crosswalk table generation courtesy of vkrithika25 [Added crosswalk table + unit tests](https://github.com/harmonydata/harmony/pull/65) by Krithika [original issue](https://github.com/harmonydata/harmony/issues/62)

1.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)

0.5.2

Return topic strengths (harmonydata/app13)
Return Python package version from API harmonydata/harmonyapi3 harmonydata/app12

0.5.1

Refactoring of code (PR from Eve Cheng)
Adding unit tests
Minor bugfixes

0.5.0

Added caching

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.