Skip to content

v16

Compare
Choose a tag to compare
@brunoamaral brunoamaral released this 24 Nov 12:51
· 314 commits to main since this release
92b32c2

I was going to say this was mostly a maintenance release, but there are 3 big changes.

  1. We have changed the license for Gregory. It is now under a Creative Commons — Attribution 4.0 International license.

This change was made because some people are working on amazing add-ons for Gregory and we want to do all we can to ensure their recognition.

  1. Added fields for saving Machine Learning predictions made by the Linear SVC Support Vector Classifier.

  2. Added a django command to import data from the World Health Organisation (WHO)

The Clinical Trials table was changed to include the same fields used by the WHO, so remember to run ./manage.py makemigrations && ./manage.py migrate.

After, you can now go to https://trialsearch.who.int/AdvSearch.aspx, find the clinical trials you want, and import them into gregory with ./manage.py importWHOXML FILE

What's Changed

Full Changelog: v15.5...v16