v16
I was going to say this was mostly a maintenance release, but there are 3 big changes.
- 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.
-
Added fields for saving Machine Learning predictions made by the Linear SVC Support Vector Classifier.
-
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
- Update LICENSE to require attribution by @brunoamaral in #351
- 356 add to the trials table the same columns we have from the who ictrp by @brunoamaral in #357
- add identifier to value field to avoid ambiguity by @brunoamaral in #358
- 139 implement lsvc machine learning model by @brunoamaral in #361
- add lsvc prediction to api frontend by @brunoamaral in #362
Full Changelog: v15.5...v16